diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-01-18 15:56:25 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-01-18 15:56:25 +0000 |
commit | 0cbcbf9ad2bff7f76607eebf09b85da56df7c7d3 (patch) | |
tree | af461a641af29781950e0351c5cb558577ef169a | |
parent | 6396b7f92b0940f616d90454249c56cbdbdee027 (diff) |
zaurus-2.6: added kernel size for do_sizecheck
-rw-r--r-- | conf/machine/include/zaurus-2.6.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/include/zaurus-2.6.inc b/conf/machine/include/zaurus-2.6.inc index a0a71a2969..2037931803 100644 --- a/conf/machine/include/zaurus-2.6.inc +++ b/conf/machine/include/zaurus-2.6.inc @@ -37,6 +37,9 @@ GUI_MACHINE_CLASS = "bigscreen" GUI_MACHINE_CLASS_collie = "smallscreen" GUI_MACHINE_CLASS_poodle = "smallscreen" +KERNEL_IMAGE_MAXSIZE = "1294336" +KERNEL_IMAGE_MAXSIZE_collie = "1048576" + MACHINE_POSTPROCESS_COMMAND = "zaurus_make_installkit" zaurus_make_installkit () { |