diff options
author | Roger Monk <r-monk@ti.com> | 2010-02-15 17:59:28 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:19 +0200 |
commit | c6e376f83746f88a33a7255c7276c6801048e3f6 (patch) | |
tree | 0b1fc36ad9b9e5b201dc5d98ee90d77335fe1f4e | |
parent | c3da2412bbd349c5d58de988824351f7cdead507 (diff) |
u-boot: Update da830/da850-omapl138 targets to use latest 2009.11
* Switch to arago/projects instead of arago/people
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
-rw-r--r-- | recipes/u-boot/u-boot_git.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb index c3da2c528c..6d9ae969b9 100644 --- a/recipes/u-boot/u-boot_git.bb +++ b/recipes/u-boot/u-boot_git.bb @@ -148,15 +148,15 @@ SRC_URI_dm6467t-evm = "git://arago-project.org/git/people/hemant/u-boot-dm646x. SRCREV_dm6467t-evm = "b037106746e5b942d7ef06bfcd776a7cdfe32f68" PV_dm6467t-evm = "1.3.4+${PR}+gitr${SRCREV}" -# OMAPL da380-omapl137/da850-omapl138-evm/hawkboard - PSP 3.20.00.07 (Beta) +# OMAPL da380-omapl137/da850-omapl138-evm/hawkboard - master branch (hawk still .07beta) -SRC_URI_da830-omapl137-evm = "git://arago-project.org/git/people/sekhar/u-boot-omapl1.git;protocol=git;branch=master" -SRCREV_da830-omapl137-evm = "0d291f2f255e6d66a78b3dc2445362a96ae39a57" -PV_da830-omapl137-evm = "2009.08+gitr${SRCREV}" +SRC_URI_da830-omapl137-evm = "git://arago-project.org/git/projects/u-boot-omapl1.git;protocol=git;branch=master" +SRCREV_da830-omapl137-evm = "c7159a07ed980fddf6b804864fff872aff279dce" +PV_da830-omapl137-evm = "2009.11+gitr${SRCREV}" -SRC_URI_da850-omapl138-evm = "git://arago-project.org/git/people/sekhar/u-boot-omapl1.git;protocol=git;branch=master" -SRCREV_da850-omapl138-evm = "0d291f2f255e6d66a78b3dc2445362a96ae39a57" -PV_da850-omapl138-evm = "2009.08+gitr${SRCREV}" +SRC_URI_da850-omapl138-evm = "git://arago-project.org/git/projects/u-boot-omapl1.git;protocol=git;branch=master" +SRCREV_da850-omapl138-evm = "c7159a07ed980fddf6b804864fff872aff279dce" +PV_da850-omapl138-evm = "2009.11+gitr${SRCREV}" SRC_URI_hawkboard = "git://arago-project.org/git/people/sekhar/u-boot-omapl1.git;protocol=git;branch=master" SRCREV_hawkboard = "0d291f2f255e6d66a78b3dc2445362a96ae39a57" |