[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-81-g47b6379
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2014-01-30 21:47:14
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 47b63799c7ca33a85bbc8cbfef7f21cd32be971a (commit)
via 01cccf748ab1f4e8eb831b72a13ac1f5ea7cd379 (commit)
via 8bc58363606711b45882d0d169c56eac3a57dc4f (commit)
via 45cecfc8065f0f39164a179d3294077c07b03c75 (commit)
from 8064a40a56ba52e7aa82550b5a5926a638ee73dc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 47b63799c7ca33a85bbc8cbfef7f21cd32be971a
Merge: 01cccf7 8064a40
Author: Eric Jarrige <eri...@ar...>
Date: Thu Jan 30 22:46:54 2014 +0100
Merge branch 'master' of ssh://git.code.sf.net/p/armadeus/code
commit 01cccf748ab1f4e8eb831b72a13ac1f5ea7cd379
Author: Philippe Reynes <tr...@ya...>
Date: Thu Jan 30 18:05:18 2014 +0100
[LINUX] 3.13: move to 3.13.1
commit 8bc58363606711b45882d0d169c56eac3a57dc4f
Author: Philippe Reynes <tr...@ya...>
Date: Tue Jan 28 21:40:08 2014 +0100
[LINUX] 3.10: move to 3.10.28
commit 45cecfc8065f0f39164a179d3294077c07b03c75
Author: Philippe Reynes <tr...@ya...>
Date: Tue Jan 28 19:35:16 2014 +0100
[LINUX] 3.12: move to 3.12.9
-----------------------------------------------------------------------
Summary of changes:
buildroot/configs/apf27mainline_defconfig | 4 ++--
buildroot/configs/apf28mainline_defconfig | 4 ++--
buildroot/configs/apf51mainline_defconfig | 4 ++--
...x-3.10.27.config => apf27-linux-3.10.28.config} | 0
...nux-3.12.8.config => apf27-linux-3.12.9.config} | 0
.../armadeus/apf27/apf27-linux-3.13.1.config | 1 +
...x-3.10.27.config => apf28-linux-3.10.28.config} | 0
...nux-3.12.8.config => apf28-linux-3.12.9.config} | 0
.../armadeus/apf28/apf28-linux-3.13.1.config | 1 +
...x-3.10.27.config => apf51-linux-3.10.28.config} | 0
...nux-3.12.8.config => apf51-linux-3.12.9.config} | 0
.../armadeus/apf51/apf51-linux-3.13.1.config | 1 +
patches/linux/{3.10.27 => 3.10.28} | 0
patches/linux/{3.12.8 => 3.12.9} | 0
patches/linux/3.13.1 | 1 +
15 files changed, 10 insertions(+), 6 deletions(-)
rename buildroot/target/device/armadeus/apf27/{apf27-linux-3.10.27.config => apf27-linux-3.10.28.config} (100%)
rename buildroot/target/device/armadeus/apf27/{apf27-linux-3.12.8.config => apf27-linux-3.12.9.config} (100%)
create mode 120000 buildroot/target/device/armadeus/apf27/apf27-linux-3.13.1.config
rename buildroot/target/device/armadeus/apf28/{apf28-linux-3.10.27.config => apf28-linux-3.10.28.config} (100%)
rename buildroot/target/device/armadeus/apf28/{apf28-linux-3.12.8.config => apf28-linux-3.12.9.config} (100%)
create mode 120000 buildroot/target/device/armadeus/apf28/apf28-linux-3.13.1.config
rename buildroot/target/device/armadeus/apf51/{apf51-linux-3.10.27.config => apf51-linux-3.10.28.config} (100%)
rename buildroot/target/device/armadeus/apf51/{apf51-linux-3.12.8.config => apf51-linux-3.12.9.config} (100%)
create mode 120000 buildroot/target/device/armadeus/apf51/apf51-linux-3.13.1.config
rename patches/linux/{3.10.27 => 3.10.28} (100%)
rename patches/linux/{3.12.8 => 3.12.9} (100%)
create mode 120000 patches/linux/3.13.1
diff --git a/buildroot/configs/apf27mainline_defconfig b/buildroot/configs/apf27mainline_defconfig
index d540dc4..a3affc9 100644
--- a/buildroot/configs/apf27mainline_defconfig
+++ b/buildroot/configs/apf27mainline_defconfig
@@ -6,7 +6,7 @@ BR2_CCACHE=y
BR2_CCACHE_DIR="$(TOPDIR)/.$(BR2_BOARD_NAME)-buildroot-ccache"
BR2_STRIP_sstrip=y
BR2_KERNEL_HEADERS_VERSION=y
-BR2_DEFAULT_KERNEL_VERSION="3.13"
+BR2_DEFAULT_KERNEL_VERSION="3.13.1"
BR2_UCLIBC_CONFIG="target/device/armadeus/uClibc-$(BR2_UCLIBC_VERSION_STRING).config"
BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y
BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y
@@ -34,7 +34,7 @@ BR2_BOARD_NAME="apf27"
BR2_CPU_NAME="imx27"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.13"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.13.1"
BR2_LINUX_KERNEL_PATCH="../patches/linux/$(BR2_LINUX_KERNEL_VERSION)"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_BOARD_PATH)/$(BR2_BOARD_NAME)-linux-$(BR2_LINUX_KERNEL_VERSION).config"
diff --git a/buildroot/configs/apf28mainline_defconfig b/buildroot/configs/apf28mainline_defconfig
index f0b3a3c..64c4f8c 100644
--- a/buildroot/configs/apf28mainline_defconfig
+++ b/buildroot/configs/apf28mainline_defconfig
@@ -6,7 +6,7 @@ BR2_CCACHE=y
BR2_CCACHE_DIR="$(TOPDIR)/.$(BR2_BOARD_NAME)-buildroot-ccache"
BR2_STRIP_sstrip=y
BR2_KERNEL_HEADERS_VERSION=y
-BR2_DEFAULT_KERNEL_VERSION="3.13"
+BR2_DEFAULT_KERNEL_VERSION="3.13.1"
BR2_UCLIBC_CONFIG="target/device/armadeus/uClibc-$(BR2_UCLIBC_VERSION_STRING).config"
BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y
BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y
@@ -35,7 +35,7 @@ BR2_CPU_NAME="imx28"
BR2_TARGET_ARMADEUS_SDRAM_SIZE="128"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.13"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.13.1"
BR2_LINUX_KERNEL_PATCH="../patches/linux/$(BR2_LINUX_KERNEL_VERSION)"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_BOARD_PATH)/$(BR2_BOARD_NAME)-linux-$(BR2_LINUX_KERNEL_VERSION).config"
diff --git a/buildroot/configs/apf51mainline_defconfig b/buildroot/configs/apf51mainline_defconfig
index b6caeac..5b85b41 100644
--- a/buildroot/configs/apf51mainline_defconfig
+++ b/buildroot/configs/apf51mainline_defconfig
@@ -7,7 +7,7 @@ BR2_CCACHE=y
BR2_CCACHE_DIR="$(TOPDIR)/.$(BR2_BOARD_NAME)-buildroot-ccache"
BR2_STRIP_sstrip=y
BR2_KERNEL_HEADERS_VERSION=y
-BR2_DEFAULT_KERNEL_VERSION="3.13"
+BR2_DEFAULT_KERNEL_VERSION="3.13.1"
BR2_UCLIBC_CONFIG="target/device/armadeus/uClibc-$(BR2_UCLIBC_VERSION_STRING).config"
BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y
BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y
@@ -97,7 +97,7 @@ BR2_TARGET_UBOOT_ENVIMAGE_SOURCE="$(ARMADEUS_PATH)/u-boot-env-2013.04.txt"
BR2_TARGET_UBOOT_ENVIMAGE_SIZE="0x20000"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.13"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.13.1"
BR2_LINUX_KERNEL_PATCH="../patches/linux/$(BR2_LINUX_KERNEL_VERSION)"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_BOARD_PATH)/$(BR2_BOARD_NAME)-linux-$(BR2_LINUX_KERNEL_VERSION).config"
diff --git a/buildroot/target/device/armadeus/apf27/apf27-linux-3.10.27.config b/buildroot/target/device/armadeus/apf27/apf27-linux-3.10.28.config
similarity index 100%
rename from buildroot/target/device/armadeus/apf27/apf27-linux-3.10.27.config
rename to buildroot/target/device/armadeus/apf27/apf27-linux-3.10.28.config
diff --git a/buildroot/target/device/armadeus/apf27/apf27-linux-3.12.8.config b/buildroot/target/device/armadeus/apf27/apf27-linux-3.12.9.config
similarity index 100%
rename from buildroot/target/device/armadeus/apf27/apf27-linux-3.12.8.config
rename to buildroot/target/device/armadeus/apf27/apf27-linux-3.12.9.config
diff --git a/buildroot/target/device/armadeus/apf27/apf27-linux-3.13.1.config b/buildroot/target/device/armadeus/apf27/apf27-linux-3.13.1.config
new file mode 120000
index 0000000..556e9d4
--- /dev/null
+++ b/buildroot/target/device/armadeus/apf27/apf27-linux-3.13.1.config
@@ -0,0 +1 @@
+apf27-linux-3.13.config
\ No newline at end of file
diff --git a/buildroot/target/device/armadeus/apf28/apf28-linux-3.10.27.config b/buildroot/target/device/armadeus/apf28/apf28-linux-3.10.28.config
similarity index 100%
rename from buildroot/target/device/armadeus/apf28/apf28-linux-3.10.27.config
rename to buildroot/target/device/armadeus/apf28/apf28-linux-3.10.28.config
diff --git a/buildroot/target/device/armadeus/apf28/apf28-linux-3.12.8.config b/buildroot/target/device/armadeus/apf28/apf28-linux-3.12.9.config
similarity index 100%
rename from buildroot/target/device/armadeus/apf28/apf28-linux-3.12.8.config
rename to buildroot/target/device/armadeus/apf28/apf28-linux-3.12.9.config
diff --git a/buildroot/target/device/armadeus/apf28/apf28-linux-3.13.1.config b/buildroot/target/device/armadeus/apf28/apf28-linux-3.13.1.config
new file mode 120000
index 0000000..fad58f6
--- /dev/null
+++ b/buildroot/target/device/armadeus/apf28/apf28-linux-3.13.1.config
@@ -0,0 +1 @@
+apf28-linux-3.13.config
\ No newline at end of file
diff --git a/buildroot/target/device/armadeus/apf51/apf51-linux-3.10.27.config b/buildroot/target/device/armadeus/apf51/apf51-linux-3.10.28.config
similarity index 100%
rename from buildroot/target/device/armadeus/apf51/apf51-linux-3.10.27.config
rename to buildroot/target/device/armadeus/apf51/apf51-linux-3.10.28.config
diff --git a/buildroot/target/device/armadeus/apf51/apf51-linux-3.12.8.config b/buildroot/target/device/armadeus/apf51/apf51-linux-3.12.9.config
similarity index 100%
rename from buildroot/target/device/armadeus/apf51/apf51-linux-3.12.8.config
rename to buildroot/target/device/armadeus/apf51/apf51-linux-3.12.9.config
diff --git a/buildroot/target/device/armadeus/apf51/apf51-linux-3.13.1.config b/buildroot/target/device/armadeus/apf51/apf51-linux-3.13.1.config
new file mode 120000
index 0000000..90856dc
--- /dev/null
+++ b/buildroot/target/device/armadeus/apf51/apf51-linux-3.13.1.config
@@ -0,0 +1 @@
+apf51-linux-3.13.config
\ No newline at end of file
diff --git a/patches/linux/3.10.27 b/patches/linux/3.10.28
similarity index 100%
rename from patches/linux/3.10.27
rename to patches/linux/3.10.28
diff --git a/patches/linux/3.12.8 b/patches/linux/3.12.9
similarity index 100%
rename from patches/linux/3.12.8
rename to patches/linux/3.12.9
diff --git a/patches/linux/3.13.1 b/patches/linux/3.13.1
new file mode 120000
index 0000000..3a4f41e
--- /dev/null
+++ b/patches/linux/3.13.1
@@ -0,0 +1 @@
+3.13
\ No newline at end of file
hooks/post-receive
--
armadeus
|