diff options
author | Koen Kooi <koen@openembedded.org> | 2008-06-13 15:04:03 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-13 15:04:03 +0000 |
commit | 55acada06b6e0a678e8d45334a395ba28ce506a6 (patch) | |
tree | 3b70e74436237ad4c7e020d034bce17a33d98758 /packages/u-boot/u-boot_git.bb | |
parent | d9d3069c3604f8697266ca7f699273b8ab6869ea (diff) |
u-boot: add TI 1.1.4 for beagleboard and Steve's 1.3.x git version
Diffstat (limited to 'packages/u-boot/u-boot_git.bb')
-rw-r--r-- | packages/u-boot/u-boot_git.bb | 9 |
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}" |