[oe-commits] Andrea Adami : linux-kexecboot: reset DEFAULT_PREFERENCE = "-1"

git version control git at git.openembedded.org
Thu Feb 3 22:36:25 UTC 2011


Module: openembedded.git
Branch: ulf/linux-2.6.30-2011-01-16
Commit: a1f7171e60abb0ca38b760a3d40f4071ef6ea6e1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a1f7171e60abb0ca38b760a3d40f4071ef6ea6e1

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Tue Jan 25 18:20:54 2011 +0100

linux-kexecboot: reset DEFAULT_PREFERENCE = "-1"

* changed by mistake with commit 9c72d93981212efdbfb87ad2b3c1ac4a8f43daf7
* def. pref. will be set only for specific machines (Zaurus) soon
* sorry for the noise

---

 recipes/linux/linux-kexecboot_2.6.37.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/linux/linux-kexecboot_2.6.37.bb b/recipes/linux/linux-kexecboot_2.6.37.bb
index 46a8203..c33ef19 100644
--- a/recipes/linux/linux-kexecboot_2.6.37.bb
+++ b/recipes/linux/linux-kexecboot_2.6.37.bb
@@ -5,7 +5,7 @@ PR = "${INC_PR}.0"
 S = "${WORKDIR}/linux-${PV}"
 
 # Mark archs/machines that this kernel supports
-DEFAULT_PREFERENCE = "1"
+DEFAULT_PREFERENCE = "-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