[oe-commits] Andrea Adami : linux-kexecboot: set DEFAULT_PREFERENCE = "1" for 2.6. 39 on Zaurus.

git version control git at git.openembedded.org
Thu Jun 2 20:01:28 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: 84867d40f686515baf711728b77189a57eede56c
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=84867d40f686515baf711728b77189a57eede56c

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Sat May 28 02:01:22 2011 +0200

linux-kexecboot: set DEFAULT_PREFERENCE = "1" for 2.6.39 on Zaurus.

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>

---

 recipes/linux/linux-kexecboot_2.6.39.bb |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/recipes/linux/linux-kexecboot_2.6.39.bb b/recipes/linux/linux-kexecboot_2.6.39.bb
index 53e95ae..422a4b9 100644
--- a/recipes/linux/linux-kexecboot_2.6.39.bb
+++ b/recipes/linux/linux-kexecboot_2.6.39.bb
@@ -7,7 +7,12 @@ S = "${WORKDIR}/linux-${PV}"
 # Mark archs/machines that this kernel supports
 DEFAULT_PREFERENCE = "-1"
 
+DEFAULT_PREFERENCE_akita = "1"
+DEFAULT_PREFERENCE_c7x0 = "1"
+DEFAULT_PREFERENCE_collie = "1"
+DEFAULT_PREFERENCE_poodle = "1"
 DEFAULT_PREFERENCE_spitz = "1"
+DEFAULT_PREFERENCE_tosa = "1"
 
 SRC_URI += "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \
             file://defconfig"





More information about the Openembedded-commits mailing list