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:
38497be
)
kernel.bbclass: do not override machine/*.conf setting of KERNEL_IMAGETYPE to allow...
author
Tom Walsh
<tom@openhardware.net>
Tue, 26 Sep 2006 08:56:28 +0000
(08:56 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Tue, 26 Sep 2006 08:56:28 +0000
(08:56 +0000)
classes/kernel.bbclass
patch
|
blob
|
history
diff --git
a/classes/kernel.bbclass
b/classes/kernel.bbclass
index
f5938a7
..
94e0292
100644
(file)
--- a/
classes/kernel.bbclass
+++ b/
classes/kernel.bbclass
@@
-10,7
+10,7
@@
PACKAGES_DYNAMIC += "kernel-image-*"
export OS = "${TARGET_OS}"
export CROSS_COMPILE = "${TARGET_PREFIX}"
-KERNEL_IMAGETYPE = "zImage"
+KERNEL_IMAGETYPE
?
= "zImage"
KERNEL_PRIORITY = "${@bb.data.getVar('PV',d,1).split('-')[0].split('.')[-1]}"