summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2011-01-25 18:20:54 +0100
committerAndrea Adami <andrea.adami@gmail.com>2011-01-25 18:24:26 +0100
commit284a274dd702a632e7a5948e715300593f477c2e (patch)
tree50dab047303868585fa2832a400a626698f3e5dd
parent2cb0d78be2ee8ac086fe2c20a118cf60e5c62c6e (diff)
downloadopenembedded-284a274dd702a632e7a5948e715300593f477c2e.tar.gz
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
-rw-r--r--recipes/linux/linux-kexecboot_2.6.37.bb2
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 46a8203573..c33ef19396 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"