diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-12-06 09:40:51 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-12-06 09:40:51 +0000 |
commit | 7256b486f7321df10a75f9cc4bbd46e1009e074b (patch) | |
tree | cad8e75059a3f5516105310236da117e021c9897 /meta/conf/machine | |
parent | 9d5c2c85bf3830f7b9b2e455fcb600345d15953d (diff) | |
download | poky-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/conf/machine')
-rw-r--r-- | meta/conf/machine/include/zaurus-2.6.inc | 3 |
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" | |||
40 | GUI_MACHINE_CLASS_collie = "smallscreen" | 40 | GUI_MACHINE_CLASS_collie = "smallscreen" |
41 | GUI_MACHINE_CLASS_poodle = "smallscreen" | 41 | GUI_MACHINE_CLASS_poodle = "smallscreen" |
42 | 42 | ||
43 | KERNEL_IMAGE_MAXSIZE = "1294336" | ||
44 | KERNEL_IMAGE_MAXSIZE_collie = "1048576" | ||
45 | |||
43 | MACHINE_POSTPROCESS_COMMAND = "zaurus_make_installkit" | 46 | MACHINE_POSTPROCESS_COMMAND = "zaurus_make_installkit" |
44 | 47 | ||
45 | zaurus_make_installkit () { | 48 | zaurus_make_installkit () { |