diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-24 16:21:05 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-24 16:21:05 +0200 |
commit | f4fc98783a2fad7db70ea921001afcc10d2946e5 (patch) | |
tree | d87e9ce9807e4455ac1a3f90161bb0ce198eda75 /recipes-bsp | |
parent | beaadbccc96a3a6dedf98bc3c292514da497f0d5 (diff) | |
download | meta-ti-f4fc98783a2fad7db70ea921001afcc10d2946e5.tar.gz |
u-boot git: add omapl138 support
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/u-boot/u-boot_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot_git.bb b/recipes-bsp/u-boot/u-boot_git.bb index 1f252fde..022d7fca 100644 --- a/recipes-bsp/u-boot/u-boot_git.bb +++ b/recipes-bsp/u-boot/u-boot_git.bb | |||
@@ -66,6 +66,11 @@ SRC_URI_omap3-touchbook = "git://gitorious.org/u-boot-omap3/mainline.git;branch= | |||
66 | SRCREV_pn-${PN}_omap3-touchbook = "d363f9cb0918a1b6b92e2e20d01543d0c4f53274" | 66 | SRCREV_pn-${PN}_omap3-touchbook = "d363f9cb0918a1b6b92e2e20d01543d0c4f53274" |
67 | PV_omap3-touchbook = "2009.05+${PR}+gitr${SRCREV}" | 67 | PV_omap3-touchbook = "2009.05+${PR}+gitr${SRCREV}" |
68 | 68 | ||
69 | # OMAPL1 omapl137/omapl138 - PSP 3.20.0.11 | ||
70 | |||
71 | SRC_URI_omapl138 = "git://arago-project.org/git/projects/u-boot-omapl1.git;protocol=http" | ||
72 | SRCREV_pn-${PN}_omapl138 = "5f16b8551b125f16cd8d58f278cb25b94272fd9f" | ||
73 | PV_omapl138 = "2009.11+${PR}+gitr${SRCREV}" | ||
69 | 74 | ||
70 | # hawkboard - master branch (hawk still .07beta) | 75 | # hawkboard - master branch (hawk still .07beta) |
71 | SRC_URI_hawkboard = "git://arago-project.org/git/people/sekhar/u-boot-omapl1.git;protocol=git;branch=master" | 76 | SRC_URI_hawkboard = "git://arago-project.org/git/people/sekhar/u-boot-omapl1.git;protocol=git;branch=master" |