summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-01-31 15:53:56 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-01-31 15:53:56 +0000
commit4592a9b58ce6df99a7b8e0ad022ceef374211db3 (patch)
treedf8290d040ceed47ff3c536bba26d76423b1a723 /meta/conf
parent27793088ad34dc7cbff8fd83322ca1251b8ab7d0 (diff)
downloadopenembedded-core-contrib-4592a9b58ce6df99a7b8e0ad022ceef374211db3.tar.gz
nokia machines: set maximal kernel size to 2MB
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3648 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/machine/nokia770.conf2
-rw-r--r--meta/conf/machine/nokia800.conf2
2 files changed, 4 insertions, 0 deletions
diff --git a/meta/conf/machine/nokia770.conf b/meta/conf/machine/nokia770.conf
index 705caf0886..1891507943 100644
--- a/meta/conf/machine/nokia770.conf
+++ b/meta/conf/machine/nokia770.conf
@@ -32,3 +32,5 @@ ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; "
MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost screen vfat"
MACHINE_EXTRA_RDEPENDS = "usbinit"
MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init"
+
+KERNEL_IMAGE_MAXSIZE = "2097152"
diff --git a/meta/conf/machine/nokia800.conf b/meta/conf/machine/nokia800.conf
index 9217827591..632fcb6023 100644
--- a/meta/conf/machine/nokia800.conf
+++ b/meta/conf/machine/nokia800.conf
@@ -27,3 +27,5 @@ ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; "
MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost vfat"
MACHINE_EXTRA_RDEPENDS = "cx3110x"
MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init"
+
+KERNEL_IMAGE_MAXSIZE = "2097152"