aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/zaurus-2.6.inc
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2009-04-07 23:29:30 +0200
committerAndrea Adami <andrea.adami@gmail.com>2009-04-07 23:29:30 +0200
commit65c025a2e2ddcea38cfa61ed3c1fec396963f1d7 (patch)
tree2c95bf628a999ca684e54ee7c10df51934c0d403 /conf/machine/include/zaurus-2.6.inc
parent67949fd39594befc0158bfe99fa3c075e63807a2 (diff)
downloadopenembedded-65c025a2e2ddcea38cfa61ed3c1fec396963f1d7.tar.gz
zaurus-2.6.inc: add ZAURUS_KERNEL_IMAGETYPE
- switch kernel types without re-editing the machine.conf files - using KERNEL_IMAGETYPE ?= here obliged to edit machine.conf
Diffstat (limited to 'conf/machine/include/zaurus-2.6.inc')
-rw-r--r--conf/machine/include/zaurus-2.6.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/include/zaurus-2.6.inc b/conf/machine/include/zaurus-2.6.inc
index 61b636bebb..5e4e1ac579 100644
--- 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"