From 6685e5012a4e8fb988bfa41658db72b33a661d32 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Thu, 23 Apr 2009 10:26:42 +0400 Subject: ppce500: add ppce500 to PACKAGE_EXTRA_ARCHS ppce500 was broken because generated opkg.conf didn't contain a reference to the core feeds. Fix it by providing PACKAGE_EXTRA_ARCHS as all other PPC tune files do. Signed-off-by: Dmitry Baryshkov --- conf/machine/include/tune-ppce500.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/tune-ppce500.inc b/conf/machine/include/tune-ppce500.inc index 9c8c68c342..44f8742f9f 100644 --- a/conf/machine/include/tune-ppce500.inc +++ b/conf/machine/include/tune-ppce500.inc @@ -1,3 +1,4 @@ TARGET_CC_ARCH = "-mcpu=8540" BASE_PACKAGE_ARCH = "ppce500" FEED_ARCH = "ppce500" +PACKAGE_EXTRA_ARCHS += "ppce500" -- cgit v1.2.3 From 4a9cec9c1a5e585dbc56f5aa0000488313e25338 Mon Sep 17 00:00:00 2001 From: Steffen Sledz Date: Thu, 23 Apr 2009 11:12:39 +0200 Subject: linux-2.6.24: enable kexec in defconfig for hipox machine --- recipes/linux/linux-2.6.24/hipox/defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/linux/linux-2.6.24/hipox/defconfig b/recipes/linux/linux-2.6.24/hipox/defconfig index 7f4dbdde5e..76d2b689ca 100644 --- a/recipes/linux/linux-2.6.24/hipox/defconfig +++ b/recipes/linux/linux-2.6.24/hipox/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.24.4 -# Mon Apr 20 12:29:34 2009 +# Tue Apr 21 08:57:22 2009 # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -287,7 +287,7 @@ CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_CMDLINE=" debug " # CONFIG_XIP_KERNEL is not set -# CONFIG_KEXEC is not set +CONFIG_KEXEC=y # # Floating point emulation -- cgit v1.2.3