summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-12-06 09:40:51 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-12-06 09:40:51 +0000
commit7256b486f7321df10a75f9cc4bbd46e1009e074b (patch)
treecad8e75059a3f5516105310236da117e021c9897 /meta
parent9d5c2c85bf3830f7b9b2e455fcb600345d15953d (diff)
downloadpoky-7256b486f7321df10a75f9cc4bbd46e1009e074b.tar.gz
zaurus: add KERNEL_IMAGE_MAXSIZE variable used to check kernel image size
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3313 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/machine/include/zaurus-2.6.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/machine/include/zaurus-2.6.inc b/meta/conf/machine/include/zaurus-2.6.inc
index 821d2f48b8..e492fe6e0f 100644
--- a/meta/conf/machine/include/zaurus-2.6.inc
+++ b/meta/conf/machine/include/zaurus-2.6.inc
@@ -40,6 +40,9 @@ GUI_MACHINE_CLASS = "bigscreen"
40GUI_MACHINE_CLASS_collie = "smallscreen" 40GUI_MACHINE_CLASS_collie = "smallscreen"
41GUI_MACHINE_CLASS_poodle = "smallscreen" 41GUI_MACHINE_CLASS_poodle = "smallscreen"
42 42
43KERNEL_IMAGE_MAXSIZE = "1294336"
44KERNEL_IMAGE_MAXSIZE_collie = "1048576"
45
43MACHINE_POSTPROCESS_COMMAND = "zaurus_make_installkit" 46MACHINE_POSTPROCESS_COMMAND = "zaurus_make_installkit"
44 47
45zaurus_make_installkit () { 48zaurus_make_installkit () {