diff options
author | Koen Kooi <koen@openembedded.org> | 2007-10-12 11:37:45 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-10-12 11:37:45 +0000 |
commit | 1c5df3f485ba9992931e06d07f28c57a29d89e5e (patch) | |
tree | f1f786842f479fcdef015d6bfb430f8ea599fac1 /packages/uboot/u-boot_1.1.2.bb | |
parent | d6fd6d24ea9cef7d661bed9424f54a7719bea5dc (diff) | |
parent | 276e2ad3fd901d3fca0291979abc9c10455232ee (diff) |
propagate from branch 'org.openembedded.dev' (head 7c2dfd8725acfc6de0286a17d58cccbfa6c141f8)
to branch 'org.openembedded.dev.avr32' (head 6a2246abf3d894c89fc60280e99b73072b879e02)
Diffstat (limited to 'packages/uboot/u-boot_1.1.2.bb')
-rw-r--r-- | packages/uboot/u-boot_1.1.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/uboot/u-boot_1.1.2.bb b/packages/uboot/u-boot_1.1.2.bb index 02fff45968..82b169ccc4 100644 --- a/packages/uboot/u-boot_1.1.2.bb +++ b/packages/uboot/u-boot_1.1.2.bb @@ -1,4 +1,4 @@ -PR = "r1" +PR = "r2" require u-boot.inc SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \ @@ -10,6 +10,7 @@ SRC_URI_append_mnci = "file://mnci.patch;patch=1 \ file://command-names.patch;patch=1" SRC_URI_append_magicbox = "file://u-boot-emetec.patch;patch=1 " +SRC_URI_append_bd-neon = "file://u-boot-1.1.2-neon.patch;patch=1" # TODO: SRC_URI_append_rt3000 |