summaryrefslogtreecommitdiff
path: root/packages/u-boot/u-boot_git.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-06-13 20:10:45 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-06-13 20:10:45 +0000
commit5718dca66762a03cef78a39dd4d8cfd41f928cdd (patch)
tree3c4f5496c1e83ceef547ebb482b8ab018b2a894e /packages/u-boot/u-boot_git.bb
parent15a7689077c7238e639975a30420d8dcff62e988 (diff)
parent6b969e40156c42692f98157bf26982adb86da18c (diff)
merge of '5df8864bb6077e592cab2f4f7568f207380225e4'
and 'e2cb5d1e0ecaf7ec345106320eaa9ab93d254714'
Diffstat (limited to 'packages/u-boot/u-boot_git.bb')
-rw-r--r--packages/u-boot/u-boot_git.bb9
1 files changed, 7 insertions, 2 deletions
diff --git a/packages/u-boot/u-boot_git.bb b/packages/u-boot/u-boot_git.bb
index a05422ef50..451828062d 100644
--- a/packages/u-boot/u-boot_git.bb
+++ b/packages/u-boot/u-boot_git.bb
@@ -1,14 +1,19 @@
require u-boot.inc
-PR="r1"
-DEFAULT_PREFERENCE = "-1"
+PR="r3"
SRCREV_davinci-sffsdr = "4ce1e23b5e12283579828b3d23e8fd6e1328a7aa"
+SRCREV_beagleboard = "8155efbd7ae9c65564ca98affe94631d612ae088"
SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git "
SRC_URI_sequoia = "git://www.denx.de/git/u-boot.git;protocol=git;tag=cf3b41e0c1111dbb865b6e34e9f3c3d3145a6093 "
SRC_URI_append_davinci-sffsdr = " file://sffsdr-u-boot.patch;patch=1 "
+SRC_URI_append_beagleboard = "file://base.patch;patch=1 \
+ file://name.patch;patch=1 \
+ file://armv7-a.patch;patch=1 \
+ "
+
S = "${WORKDIR}/git"
PACKAGE_ARCH = "${MACHINE_ARCH}"