diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-06 15:12:47 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-06 15:12:47 +0200 |
commit | c273263b147da671b5ee105eb85d4302daf33555 (patch) | |
tree | 827b8000a203a559d924befee62a6b2574e601c0 /recipes/u-boot/u-boot_git.bb | |
parent | 877213524a17c032f8eec9c84c791ab3da46216e (diff) |
u-boot git: update overo and beagleboard to 2009.03
Diffstat (limited to 'recipes/u-boot/u-boot_git.bb')
-rw-r--r-- | recipes/u-boot/u-boot_git.bb | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb index e5a8d5d327..4b5d5af710 100644 --- a/recipes/u-boot/u-boot_git.bb +++ b/recipes/u-boot/u-boot_git.bb @@ -9,9 +9,12 @@ SRCREV_spitz = "9bf86baaa3b35b25baa2d664e2f7f6cafad689ee" SRCREV_c7x0 = "9bf86baaa3b35b25baa2d664e2f7f6cafad689ee" SRCREV_afeb9260 = "2077e348c2a84901022ad95311b47b70361e6daa" -SRC_URI_beagleboard = "git://www.sakoman.net/git/u-boot-omap3.git;branch=omap3-dev;protocol=git" -SRCREV_beagleboard = "b7038cff739684bb95853eb5bee924c2574a222e" -PV_beagleboard = "2008.10+${PR}+gitr${SRCREV}" +SRC_URI_beagleboard = "git://gitorious.org/u-boot-omap3/mainline.git;branch=omap3-dev;protocol=git \ + file://fw-env.patch;patch=1 \ + file://dss2.patch;patch=1 \ +" +SRCREV_beagleboard = "2dea1db2a3b7c12ed70bbf8ee50755089c5e5170" +PV_beagleboard = "2009.03+${PR}+gitr${SRCREV}" SRC_URI_omap3evm = "git://www.sakoman.net/git/u-boot-omap3.git;branch=omap3;protocol=git" SRCREV_omap3evm = "1e329ec630b31803ee191d2ee335214662b5bfea" @@ -21,6 +24,13 @@ SRC_URI_omapzoom = "git://www.sakoman.net/git/u-boot-omap3.git;branch=omap3-dev; SRCREV_omapzoom = "d691b424f1f5bf7eea3a4131dfc578d272e8f335" PV_omapzoom = "2009.01+${PR}+gitr${SRCREV}" +SRC_URI_overo = "git://gitorious.org/u-boot-omap3/mainline.git;branch=omap3-dev;protocol=git \ + file://fw-env.patch;patch=1 \ + file://dss2.patch;patch=1 \ +" +SRCREV_overo = "2dea1db2a3b7c12ed70bbf8ee50755089c5e5170" +PV_overo = "2009.03+${PR}+gitr${SRCREV}" + SRC_URI_neuros-osd2 = "git://github.com/neuros/u-boot.git;protocol=git;branch=neuros" SRCREV_neuros-osd2 = "8de979d346624c0e4cfe2e5c0f08ce20ca4b5d14" |