From: Marcin Juszkiewicz Date: Wed, 30 Sep 2009 17:05:54 +0000 (+0200) Subject: linux: added 2.6.31 X-Git-Tag: Release-2010-05/1~2259^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=317d1ad092a1b8a5a80e658c087148ecac4fa716;p=openembedded.git linux: added 2.6.31 --- diff --git a/recipes/linux/linux_2.6.31.bb b/recipes/linux/linux_2.6.31.bb new file mode 100644 index 0000000000..a7b8759705 --- /dev/null +++ b/recipes/linux/linux_2.6.31.bb @@ -0,0 +1,11 @@ +require linux.inc + +S = "${WORKDIR}/linux-${PV}" + +# Mark archs/machines that this kernel supports +DEFAULT_PREFERENCE = "-1" + +SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ + ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.1.bz2;patch=1 \ + http://maxim.org.za/AT91RM9200/2.6/2.6.31-at91.patch.gz;patch=1 \ + file://defconfig"