diff options
Diffstat (limited to 'recipes-bsp/sa-lld/sa-lld.inc')
-rw-r--r-- | recipes-bsp/sa-lld/sa-lld.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/sa-lld/sa-lld.inc b/recipes-bsp/sa-lld/sa-lld.inc index c2be902d..4c5812ec 100644 --- a/recipes-bsp/sa-lld/sa-lld.inc +++ b/recipes-bsp/sa-lld/sa-lld.inc | |||
@@ -8,14 +8,14 @@ SA_LLD_GIT_PROTOCOL = "git" | |||
8 | SA_LLD_GIT_BRANCH = "master" | 8 | SA_LLD_GIT_BRANCH = "master" |
9 | SA_LLD_GIT_DESTSUFFIX = "git/ti/drv/sa" | 9 | SA_LLD_GIT_DESTSUFFIX = "git/ti/drv/sa" |
10 | 10 | ||
11 | # Below commit ID corresponding to "DEV.SA_LLD.03.00.00.21" | 11 | # Below commit ID corresponding to "DEV.SA_LLD.04.00.00.00A" |
12 | SA_LLD_SRCREV = "7ad90025beacbafefd4a41bbe22525d8b55f7635" | 12 | SA_LLD_SRCREV = "87da7160925db0d3e52b8d7a53853777549a9a93" |
13 | 13 | ||
14 | BRANCH = "${SA_LLD_GIT_BRANCH}" | 14 | BRANCH = "${SA_LLD_GIT_BRANCH}" |
15 | SRC_URI = "${SA_LLD_GIT_URI};destsuffix=${SA_LLD_GIT_DESTSUFFIX};protocol=${SA_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 15 | SRC_URI = "${SA_LLD_GIT_URI};destsuffix=${SA_LLD_GIT_DESTSUFFIX};protocol=${SA_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
16 | SRCREV = "${SA_LLD_SRCREV}" | 16 | SRCREV = "${SA_LLD_SRCREV}" |
17 | 17 | ||
18 | PV = "03.00.00.21" | 18 | PV = "04.00.00.00A" |
19 | INC_PR = "r0" | 19 | INC_PR = "r0" |
20 | 20 | ||
21 | S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}" | 21 | S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}" |