diff options
author | Koen Kooi <koen@openembedded.org> | 2008-08-02 09:25:58 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-08-02 09:25:58 +0000 |
commit | 92acc73106b3a4723c4649d0165f520129c8ff5b (patch) | |
tree | f99ad52c7d02bd5025eb68f880802b0b0ca14dc8 /packages/u-boot/u-boot_git.bb | |
parent | 796c0d1eae9c63e4d1108f49f3fcfadfa8a3c0e8 (diff) |
u-boot: make do_deploy safe for packaged-staging and update beagleboard stuff
Diffstat (limited to 'packages/u-boot/u-boot_git.bb')
-rw-r--r-- | packages/u-boot/u-boot_git.bb | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/packages/u-boot/u-boot_git.bb b/packages/u-boot/u-boot_git.bb index 54c5f81b45..265c34bfc2 100644 --- a/packages/u-boot/u-boot_git.bb +++ b/packages/u-boot/u-boot_git.bb @@ -1,19 +1,18 @@ require u-boot.inc -PR="r11" +PR="r12" SRCREV_davinci-sffsdr = "4b50cd12a3b3c644153c4cf393f4a4c12289e5aa" SRCREV_davinci-dvevm = "4b50cd12a3b3c644153c4cf393f4a4c12289e5aa" -SRCREV_beagleboard = "bde63587622c4b830a27d1ddf7265843de9e994f" +SRCREV_beagleboard = "2d77381a184df7b5017b4a1301d2c02300f3ca3d" SRCREV_neuros-osd2 = "70ee511d37ca99afee00edc27be36d0af2832bbc" 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_neuros-osd2 = "git://git.neurostechnology.com/git/u-boot;protocol=git;branch=neuros" - -SRC_URI_append_beagleboard = "file://base.patch;patch=1 \ - file://name.patch;patch=1 \ - file://armv7-a.patch;patch=1 \ - " +SRC_URI_beagleboard = "git://www.sakoman.net/git/u-boot-omap3.git;branch=test;protocol=git \ + file://name.patch;patch=1 \ + file://armv7-a.patch;patch=1 \ + " SRC_URI_neuros-osd2 += "file://Makefile-fix.patch;patch=1" |