From 88c3458253fa4a5b4e901564f9213db88a0268e1 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 2 Feb 2010 11:07:55 +0100 Subject: linux 2.6.28: fix nokia900 build - defconfig is based on Maemo5 one (present in sources as rx51_defconfig) - MACHINE_KERNEL_PR is set in nokia900.conf as we do not use linux-omap recipes for that device. It was discussed with OMAP3 maintainter (Koen Kooi) on IRC: 11:02 < hrw> koen: nokia900 uses omap3.inc and I need to bump kernel - are you ok with bumping M_K_PR for all omap3? 11:02 < hrw> koen: I can also move M_K_PR to nokia900.conf to separate it 11:02 < hrw> this device do not use linux-omap recipes 11:02 < hrw> at least not yet 11:06 < _koen_> hrw: either solution is fine by me, but if it isn't using linux-omap I think I prefer moving MKPR to nokia900.conf --- recipes/linux/linux_2.6.28.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/linux/linux_2.6.28.bb') diff --git a/recipes/linux/linux_2.6.28.bb b/recipes/linux/linux_2.6.28.bb index 9ab1e1f727..95a0772c75 100644 --- a/recipes/linux/linux_2.6.28.bb +++ b/recipes/linux/linux_2.6.28.bb @@ -72,6 +72,7 @@ SRC_URI_append_tx27 = " \ " SRC_URI_nokia900 = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2 \ - http://repository.maemo.org/pool/maemo5.0/free/k/kernel/kernel_2.6.28-20094803.3+0m5.diff.gz;patch=1;name=nokia" + http://repository.maemo.org/pool/maemo5.0/free/k/kernel/kernel_2.6.28-20094803.3+0m5.diff.gz;patch=1 \ + file://defconfig" S = "${WORKDIR}/linux-2.6.28/" -- cgit v1.2.3