aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_2.6.28.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-02-02 11:07:55 +0100
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-02-10 13:42:18 +0100
commit88c3458253fa4a5b4e901564f9213db88a0268e1 (patch)
treefbd10e2d407c7d80e6e97e6ff02af81100003fd3 /recipes/linux/linux_2.6.28.bb
parent4fee7cea31f8b408bfe85f7d669af826606cc819 (diff)
downloadopenembedded-88c3458253fa4a5b4e901564f9213db88a0268e1.tar.gz
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
Diffstat (limited to 'recipes/linux/linux_2.6.28.bb')
-rw-r--r--recipes/linux/linux_2.6.28.bb3
1 files changed, 2 insertions, 1 deletions
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/"