From 4592a9b58ce6df99a7b8e0ad022ceef374211db3 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 31 Jan 2008 15:53:56 +0000 Subject: [PATCH] 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 --- meta/conf/machine/nokia770.conf | 2 ++ meta/conf/machine/nokia800.conf | 2 ++ 2 files changed, 4 insertions(+) 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"