aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_2.6.30.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-07-08 18:03:11 +0200
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-07-08 18:16:07 +0200
commit3402525a235de8028e6913839b1e9e4b4368a435 (patch)
treef4bb8ce5054ced98af9c48fe7ac5da4c3b664002 /recipes/linux/linux_2.6.30.bb
parentbe01145f303fa2afcfc6d97689b5dfa0ab858da7 (diff)
downloadopenembedded-3402525a235de8028e6913839b1e9e4b4368a435.tar.gz
linux: added AT91 patch to SRC_URI for all devices
AT91 patch do not touch other platforms and I plan to move all AT91 based devices to 2.6.30 in next commits.
Diffstat (limited to 'recipes/linux/linux_2.6.30.bb')
-rw-r--r--recipes/linux/linux_2.6.30.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/linux/linux_2.6.30.bb b/recipes/linux/linux_2.6.30.bb
index aa13fca783..b168bfc161 100644
--- a/recipes/linux/linux_2.6.30.bb
+++ b/recipes/linux/linux_2.6.30.bb
@@ -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"