[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-723-g36f6461
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2015-04-29 13:27:06
|
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 36f64611ad86152425bed0fb1ff0fb3c62b7ee87 (commit)
via 427f2b3e9696a19379679f6172c28504b07a69bb (commit)
from 5a6ffdc0f9027497cbf0da95476279b08809ba8d (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 36f64611ad86152425bed0fb1ff0fb3c62b7ee87
Author: Julien Boibessot <jul...@ar...>
Date: Wed Apr 29 15:24:49 2015 +0200
[BUILDROOT] APF51: even if no regression seem visible with gcc 4.8, go back to 4.7 like other APF.
commit 427f2b3e9696a19379679f6172c28504b07a69bb
Author: Julien Boibessot <jul...@ar...>
Date: Wed Apr 29 15:10:46 2015 +0200
[LINUX] APF51: 2.6.38/3.19/4.0: add support for ext4 filesystem in default configs
-----------------------------------------------------------------------
Summary of changes:
buildroot/configs/apf51_defconfig | 1 +
buildroot/configs/apf51mainline_defconfig | 1 +
buildroot/configs/apf51test_defconfig | 1 +
.../armadeus/apf51/apf51-linux-2.6.38.config | 1 +
.../device/armadeus/apf51/apf51-linux-3.19.config | 1 +
.../device/armadeus/apf51/apf51-linux-4.0.config | 1 +
.../armadeus/apf51/apf51test-linux-2.6.38.config | 1 +
7 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/buildroot/configs/apf51_defconfig b/buildroot/configs/apf51_defconfig
index 85baf45..b1873ca 100644
--- a/buildroot/configs/apf51_defconfig
+++ b/buildroot/configs/apf51_defconfig
@@ -15,6 +15,7 @@ BR2_TOOLCHAIN_BUILDROOT_INET_RPC=y
BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
BR2_PTHREAD_DEBUG=y
BR2_BINUTILS_VERSION_2_23_2=y
+BR2_GCC_VERSION_4_7_X=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_PACKAGE_HOST_GDB=y
BR2_ENABLE_LOCALE_PURGE=y
diff --git a/buildroot/configs/apf51mainline_defconfig b/buildroot/configs/apf51mainline_defconfig
index d23e265..20ec6f8 100644
--- a/buildroot/configs/apf51mainline_defconfig
+++ b/buildroot/configs/apf51mainline_defconfig
@@ -16,6 +16,7 @@ BR2_TOOLCHAIN_BUILDROOT_INET_RPC=y
BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
BR2_PTHREAD_DEBUG=y
BR2_BINUTILS_VERSION_2_23_2=y
+BR2_GCC_VERSION_4_7_X=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_PACKAGE_HOST_GDB=y
BR2_ENABLE_LOCALE_PURGE=y
diff --git a/buildroot/configs/apf51test_defconfig b/buildroot/configs/apf51test_defconfig
index 6cae2a7..aab2d6c 100644
--- a/buildroot/configs/apf51test_defconfig
+++ b/buildroot/configs/apf51test_defconfig
@@ -15,6 +15,7 @@ BR2_TOOLCHAIN_BUILDROOT_INET_RPC=y
BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
BR2_PTHREAD_DEBUG=y
BR2_BINUTILS_VERSION_2_23_2=y
+BR2_GCC_VERSION_4_7_X=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_PACKAGE_HOST_GDB=y
BR2_ENABLE_LOCALE_PURGE=y
diff --git a/buildroot/target/device/armadeus/apf51/apf51-linux-2.6.38.config b/buildroot/target/device/armadeus/apf51/apf51-linux-2.6.38.config
index 6643bc3..bbf7cca 100644
--- a/buildroot/target/device/armadeus/apf51/apf51-linux-2.6.38.config
+++ b/buildroot/target/device/armadeus/apf51/apf51-linux-2.6.38.config
@@ -274,6 +274,7 @@ CONFIG_EXT2_FS_XIP=y
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
+CONFIG_EXT4_FS=y
CONFIG_AUTOFS4_FS=y
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
diff --git a/buildroot/target/device/armadeus/apf51/apf51-linux-3.19.config b/buildroot/target/device/armadeus/apf51/apf51-linux-3.19.config
index f0a64f0..ffc25b1 100644
--- a/buildroot/target/device/armadeus/apf51/apf51-linux-3.19.config
+++ b/buildroot/target/device/armadeus/apf51/apf51-linux-3.19.config
@@ -257,6 +257,7 @@ CONFIG_EXT2_FS_XIP=y
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
+CONFIG_EXT4_FS=y
CONFIG_AUTOFS4_FS=y
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
diff --git a/buildroot/target/device/armadeus/apf51/apf51-linux-4.0.config b/buildroot/target/device/armadeus/apf51/apf51-linux-4.0.config
index f0a64f0..ffc25b1 100644
--- a/buildroot/target/device/armadeus/apf51/apf51-linux-4.0.config
+++ b/buildroot/target/device/armadeus/apf51/apf51-linux-4.0.config
@@ -257,6 +257,7 @@ CONFIG_EXT2_FS_XIP=y
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
+CONFIG_EXT4_FS=y
CONFIG_AUTOFS4_FS=y
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
diff --git a/buildroot/target/device/armadeus/apf51/apf51test-linux-2.6.38.config b/buildroot/target/device/armadeus/apf51/apf51test-linux-2.6.38.config
index 2ba4d11..0a0cb57 100644
--- a/buildroot/target/device/armadeus/apf51/apf51test-linux-2.6.38.config
+++ b/buildroot/target/device/armadeus/apf51/apf51test-linux-2.6.38.config
@@ -267,6 +267,7 @@ CONFIG_EXT2_FS_XIP=y
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
+CONFIG_EXT4_FS=y
CONFIG_AUTOFS4_FS=y
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
hooks/post-receive
--
armadeus
|