git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cb0d78
)
linux-kexecboot: reset DEFAULT_PREFERENCE = "-1"
author
Andrea Adami
<andrea.adami@gmail.com>
Tue, 25 Jan 2011 17:20:54 +0000
(18:20 +0100)
committer
Andrea Adami
<andrea.adami@gmail.com>
Tue, 25 Jan 2011 17:24:26 +0000
(18:24 +0100)
* 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
patch
|
blob
|
history
diff --git
a/recipes/linux/linux-kexecboot_2.6.37.bb
b/recipes/linux/linux-kexecboot_2.6.37.bb
index
46a8203
..
c33ef19
100644
(file)
--- 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"