linux: added AT91 patch to SRC_URI for all devices
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Wed, 8 Jul 2009 16:03:11 +0000 (18:03 +0200)
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Wed, 8 Jul 2009 16:16:07 +0000 (18:16 +0200)
AT91 patch do not touch other platforms and I plan to move all AT91
based devices to 2.6.30 in next commits.

recipes/linux/linux_2.6.30.bb

index aa13fca..b168bfc 100644 (file)
@@ -1,6 +1,6 @@
 require linux.inc
 
-PR = "r0"
+PR = "r1"
 
 S = "${WORKDIR}/linux-${PV}"
 
@@ -10,6 +10,7 @@ DEFAULT_PREFERENCE_mpc8315e-rdb = "1"
 DEFAULT_PREFERENCE_mx27ads = "1"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
+           http://maxim.org.za/AT91RM9200/2.6/2.6.30-at91.patch.gz;patch=1 \
            file://defconfig"
 
 SRC_URI_append_mpc8315e-rdb = " file://mpc8315erdb-add-msi-to-dts.patch;patch=1"