diff options
author | Roger Monk <r-monk@ti.com> | 2010-01-13 22:58:58 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:10 +0200 |
commit | 71df75628d9fc9532421f97a2baf040f38a9244e (patch) | |
tree | 1b23c59dce0e739f9f18e13e0646c67a675225cf /recipes/linux | |
parent | e336f40a7e07a00402e8b7820f45ce6d02d98991 (diff) |
linux-davinci: Use appropriate BRANCH for DA8xx/OMAPL
* Commit ID is the same, no need to bump PR
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/linux')
-rw-r--r-- | recipes/linux/linux-davinci_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/linux/linux-davinci_git.bb b/recipes/linux/linux-davinci_git.bb index 1b7144d485..67bc423b45 100644 --- a/recipes/linux/linux-davinci_git.bb +++ b/recipes/linux/linux-davinci_git.bb @@ -50,6 +50,7 @@ SRC_URI_append_dm6467t-evm = ${ARAGO_DM_URI} # The main PR is now using MACHINE_KERNEL_PR, for davinci see conf/machine/include/davinci.inc ARAGO_L1_REV = "e3939e092ce59a6906bf8869a3c7d40314c02eef" +ARAGO_L1_BR = "DAVINCIPSP_03.20.00.08" ARAGO_L1_PV = "2.6.31+2.6.32-rc6-${PR}+gitr${SRCREV}" ARAGO_L1_URI = "git://arago-project.org/git/people/sekhar/linux-omapl1.git;protocol=git;branch=${BRANCH} " @@ -61,6 +62,10 @@ PV_da830-omapl137-evm = ${ARAGO_L1_PV} PV_da850-omapl138-evm = ${ARAGO_L1_PV} PV_hawkboard = ${ARAGO_L1_PV} +BRANCH_da830-omapl137-evm = ${ARAGO_L1_BR} +BRANCH_da850-omapl138-evm = ${ARAGO_L1_BR} +BRANCH_hawkboard = ${ARAGO_L1_BR} + SRC_URI_append_da830-omapl137-evm = ${ARAGO_L1_URI} SRC_URI_append_da850-omapl138-evm = ${ARAGO_L1_URI} SRC_URI_append_hawkboard = ${ARAGO_L1_URI} |