diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-31 15:53:56 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-31 15:53:56 +0000 |
commit | 4592a9b58ce6df99a7b8e0ad022ceef374211db3 (patch) | |
tree | df8290d040ceed47ff3c536bba26d76423b1a723 /meta | |
parent | 27793088ad34dc7cbff8fd83322ca1251b8ab7d0 (diff) | |
download | poky-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')
-rw-r--r-- | meta/conf/machine/nokia770.conf | 2 | ||||
-rw-r--r-- | meta/conf/machine/nokia800.conf | 2 |
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; " | |||
32 | MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost screen vfat" | 32 | MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost screen vfat" |
33 | MACHINE_EXTRA_RDEPENDS = "usbinit" | 33 | MACHINE_EXTRA_RDEPENDS = "usbinit" |
34 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init" | 34 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init" |
35 | |||
36 | 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; " | |||
27 | MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost vfat" | 27 | MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost vfat" |
28 | MACHINE_EXTRA_RDEPENDS = "cx3110x" | 28 | MACHINE_EXTRA_RDEPENDS = "cx3110x" |
29 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init" | 29 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init" |
30 | |||
31 | KERNEL_IMAGE_MAXSIZE = "2097152" | ||