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:
67949fd
)
zaurus-2.6.inc: add ZAURUS_KERNEL_IMAGETYPE
author
Andrea Adami
<andrea.adami@gmail.com>
Tue, 7 Apr 2009 21:29:30 +0000
(23:29 +0200)
committer
Andrea Adami
<andrea.adami@gmail.com>
Tue, 7 Apr 2009 21:29:30 +0000
(23:29 +0200)
- switch kernel types without re-editing the machine.conf files
- using KERNEL_IMAGETYPE ?= here obliged to edit machine.conf
conf/machine/include/zaurus-2.6.inc
patch
|
blob
|
history
diff --git
a/conf/machine/include/zaurus-2.6.inc
b/conf/machine/include/zaurus-2.6.inc
index
61b636b
..
5e4e1ac
100644
(file)
--- a/
conf/machine/include/zaurus-2.6.inc
+++ b/
conf/machine/include/zaurus-2.6.inc
@@
-38,7
+38,8
@@
GUI_MACHINE_CLASS_poodle = "smallscreen"
KERNEL_IMAGE_MAXSIZE = "1294336"
-KERNEL_IMAGETYPE ?= "zImage"
+ZAURUS_KERNEL_IMAGETYPE ?= "zImage"
+KERNEL_IMAGETYPE = "${ZAURUS_KERNEL_IMAGETYPE}"
MACHINE_POSTPROCESS_COMMAND = "zaurus_make_installkit"