diff options
author | Koen Kooi <koen@openembedded.org> | 2009-07-08 19:33:35 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-08 19:33:35 +0200 |
commit | ea73bad66e153a56e13c4b3d0f72beed3b5ab13f (patch) | |
tree | 3a3d84ac5b2dce6254ba537e6c54c575b09c9f3f /recipes | |
parent | ad39a5d73603cd0abf17369975c8fe2e4c3be1ec (diff) | |
parent | 1ada370e77a58c550b698e1f2d6df2e8fc8434ae (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/linux/linux_2.6.30.bb | 3 |
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" |