[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.0-2488-gedd858b
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2011-08-12 12:58:32
|
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 edd858bfc440d1a70fd9de16ed13208955659162 (commit)
via dd6ec05e949e3cbe6e6aab38b35107abe73aeaa2 (commit)
from 641bd3c844cbc15767a151e9b9425dda4145f2c3 (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 edd858bfc440d1a70fd9de16ed13208955659162
Author: Julien Boibessot <jul...@ar...>
Date: Fri Aug 12 14:57:13 2011 +0200
Fixes patches/buildroot/2011.05/157-buildroot-allow_generic_device_selection_even_when_custom_rootfs_is_chosen.patch
commit dd6ec05e949e3cbe6e6aab38b35107abe73aeaa2
Author: Julien Boibessot <jul...@ar...>
Date: Fri Aug 12 14:47:25 2011 +0200
[BUILDROOT] Fixes buildroot/target/device/armadeus/uClibc-0.9.30.config for APF27
-----------------------------------------------------------------------
Summary of changes:
.../target/device/armadeus/uClibc-0.9.30.config | 3 ++-
...lection_even_when_custom_rootfs_is_chosen.patch | 19 +++++++++++++++++--
2 files changed, 19 insertions(+), 3 deletions(-)
diff --git a/buildroot/target/device/armadeus/uClibc-0.9.30.config b/buildroot/target/device/armadeus/uClibc-0.9.30.config
index 6a1f82c..4175d2a 100644
--- a/buildroot/target/device/armadeus/uClibc-0.9.30.config
+++ b/buildroot/target/device/armadeus/uClibc-0.9.30.config
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Version: 0.9.30.3
-# Wed Aug 10 10:46:00 2011
+# Fri Aug 12 13:57:46 2011
#
# TARGET_alpha is not set
TARGET_arm=y
@@ -36,6 +36,7 @@ TARGET_ARCH="arm"
FORCE_OPTIONS_FOR_ARCH=y
# CONFIG_ARM_OABI is not set
CONFIG_ARM_EABI=y
+USE_BX=y
CONFIG_GENERIC_ARM=y
# CONFIG_ARM610 is not set
# CONFIG_ARM710 is not set
diff --git a/patches/buildroot/2011.05/157-buildroot-allow_generic_device_selection_even_when_custom_rootfs_is_chosen.patch b/patches/buildroot/2011.05/157-buildroot-allow_generic_device_selection_even_when_custom_rootfs_is_chosen.patch
index 22b1279..81eeacb 100644
--- a/patches/buildroot/2011.05/157-buildroot-allow_generic_device_selection_even_when_custom_rootfs_is_chosen.patch
+++ b/patches/buildroot/2011.05/157-buildroot-allow_generic_device_selection_even_when_custom_rootfs_is_chosen.patch
@@ -7,8 +7,8 @@ Signed-off-by: Julien Boibessot <jul...@ar...>
Index: buildroot/target/generic/Config.in
===================================================================
---- buildroot.orig/target/generic/Config.in 2011-08-10 18:15:59.000000000 +0200
-+++ buildroot/target/generic/Config.in 2011-08-10 18:16:18.000000000 +0200
+--- buildroot.orig/target/generic/Config.in 2011-08-12 14:45:34.000000000 +0200
++++ buildroot/target/generic/Config.in 2011-08-12 14:45:38.000000000 +0200
@@ -72,8 +72,6 @@
Path custom target skeleton.
endif
@@ -27,3 +27,18 @@ Index: buildroot/target/generic/Config.in
config BR2_ROOTFS_POST_BUILD_SCRIPT
string "Custom script to run before creating filesystem images"
default ""
+Index: buildroot/target/generic/Makefile.in
+===================================================================
+--- buildroot.orig/target/generic/Makefile.in 2011-08-12 14:48:00.000000000 +0200
++++ buildroot/target/generic/Makefile.in 2011-08-12 14:48:21.000000000 +0200
+@@ -31,10 +31,8 @@
+ TARGETS += target-generic-issue
+ endif
+
+-ifeq ($(BR2_ROOTFS_SKELETON_DEFAULT),y)
+ ifeq ($(BR2_PACKAGE_SYSVINIT),y)
+ TARGETS += target-generic-getty-sysvinit
+ else
+ TARGETS += target-generic-getty-busybox
+ endif
+-endif
hooks/post-receive
--
armadeus
|