summaryrefslogtreecommitdiff
path: root/packages/uboot/u-boot_1.1.6.bb
diff options
context:
space:
mode:
authorGrzegorz Ratajczak <mcgregor@blackmesaeast.com.pl>2007-07-03 14:39:54 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-07-03 14:39:54 +0000
commitdb1f0b4eee16506860278466f9618d4186be024f (patch)
treed649f65d18db6010f122934d3693c4e170dd3530 /packages/uboot/u-boot_1.1.6.bb
parentc9c7cd865a29b3bb1f503b4a9f56975aacba6cb9 (diff)
u-boot 1.1.6: added Sarge-AT91 support
Diffstat (limited to 'packages/uboot/u-boot_1.1.6.bb')
-rw-r--r--packages/uboot/u-boot_1.1.6.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/uboot/u-boot_1.1.6.bb b/packages/uboot/u-boot_1.1.6.bb
index 7bd09c6f35..365c9ae843 100644
--- a/packages/uboot/u-boot_1.1.6.bb
+++ b/packages/uboot/u-boot_1.1.6.bb
@@ -1,8 +1,10 @@
require u-boot.inc
-PR = "r1"
+PR = "r2"
SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-1.1.6.tar.bz2 \
file://devkit-idp.patch;patch=1"
+SRC_URI_sarge-at91 += "file://sarge-uboot.patch;patch=1"
+
PACKAGE_ARCH = "${MACHINE_ARCH}"