diff options
author | Graeme Gregory <dp@xora.org.uk> | 2010-01-10 21:07:57 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2010-01-10 21:07:57 +0000 |
commit | 09be6bb208f5ecc2a00274038866f5fb3b25c5fd (patch) | |
tree | 85c28fadcdfd4172a9959486369fdd55a2fef130 /recipes/u-boot/u-boot_git.bb | |
parent | 8a3b0c0dd65c3c2def554af01446b9ee09725355 (diff) | |
parent | f2934215635d101459eb15b3505843370c20c6ec (diff) |
Merge branch 'org.openembedded.dev' of git+ssh://git.openembedded.org/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/u-boot/u-boot_git.bb')
-rw-r--r-- | recipes/u-boot/u-boot_git.bb | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb index 5fcf7c586a..8f21e7f484 100644 --- a/recipes/u-boot/u-boot_git.bb +++ b/recipes/u-boot/u-boot_git.bb @@ -19,9 +19,14 @@ SRC_URI_append_cm-t35 = "file://cm-t35/cm-t35.patch;patch=1" SRC_URI_beagleboard = "git://git.denx.de/u-boot-ti.git;protocol=git \ file://fw_env.config \ file://new-pinmux.patch;patch=1 \ +file://revision-detection.patch;patch=1 \ +file://i2c.patch;patch=1 \ +file://720MHz.patch;patch=1 \ +file://dss.patch;patch=1 \ " -SRCREV_beagleboard = "1590f84007e2b50ad346a482fff89195cb04ff4e" -PV_beagleboard = "2009.08+${PR}+gitr${SRCREV}" + +SRCREV_beagleboard = "a5cf522a91ba479d459f8221135bdb3e9ae97479" +PV_beagleboard = "2009.11-rc1+${PR}+gitr${SRCREV}" SRCREV_calamari = "f67066b6b0740b826ed862615c5ab022aaf4779a" PV_calamari = "2009.08+${PR}+gitr${SRCREV}" |