X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=recipes%2Flinux%2Flinux_2.6.28.bb;h=52882088d4ad93656a21b62910289fc33a5c1ff9;hb=HEAD;hp=bded7ed03e3e5e6d746fb7834caa7e60f0c627e2;hpb=4e9b399fb27c7bbe8a4ed54cf6259ddc494c3df0;p=openembedded.git diff --git a/recipes/linux/linux_2.6.28.bb b/recipes/linux/linux_2.6.28.bb index bded7ed03e..52882088d4 100644 --- a/recipes/linux/linux_2.6.28.bb +++ b/recipes/linux/linux_2.6.28.bb @@ -1,19 +1,22 @@ require linux.inc -PR = "r9" +PR = "r13" # Mark archs/machines that this kernel supports DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_at91sam9263ek = "28" -DEFAULT_PREFERENCE_ronetix-pm9263 = "28" +DEFAULT_PREFERENCE_ronetix-pm9263 = "29" DEFAULT_PREFERENCE_stb225 = "28" DEFAULT_PREFERENCE_collie = "1" DEFAULT_PREFERENCE_gamecube = "1" DEFAULT_PREFERENCE_wrap = "1" DEFAULT_PREFERENCE_tx27 = "1" +DEFAULT_PREFERENCE_nokia900 = "1" +DEFAULT_PREFERENCE_mh355 = "1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2 \ + ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.10.bz2;patch=1 \ file://defconfig" SRC_URI_append_at91sam9263ek = " \ @@ -23,7 +26,12 @@ SRC_URI_append_at91sam9263ek = " \ SRC_URI_append_ronetix-pm9263 = " \ file://linux-2.6.28-at91.patch.bz2;patch=1 \ file://linux-2.6.28-exp.patch.bz2;patch=1 \ - file://linux-2.6.28-at91-ronetix-12012009.patch;patch=1 " + http://download.ronetix.info/sk-eb926x/linux/kernel/2.6.28/003_linux-2.6.28-at91-ronetix-20112009.patch;patch=1 " + +SRC_URI_append_mh355 = " \ + file://linux-2.6.28-at91.patch.bz2;patch=1 \ + file://linux-2.6.28-exp.patch.bz2;patch=1 \ + file://linux-2.6.28.10-at91-mh.patch;patch=1 " SRC_URI_append_stb225 = " \ file://uImage.patch;patch=1 \ @@ -69,5 +77,8 @@ SRC_URI_append_tx27 = " \ file://linux-2.6.28-karo4.diff;patch=1 \ " +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 \ + file://defconfig" S = "${WORKDIR}/linux-2.6.28/"