diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2020-04-17 03:26:28 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-04-17 00:14:58 +0000 |
commit | 08b60347caf748453c23a73ac7a991d4f04a737a (patch) | |
tree | 501586f828352ed308ca31a3dd745367af456f82 /recipes-bsp/sa-lld | |
parent | f1f95acb2dc23fc67deed1ff9a2b424cde66a1ca (diff) | |
download | meta-ti-08b60347caf748453c23a73ac7a991d4f04a737a.tar.gz |
sa-lld: SRCREV update to 04.00.00.03D
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/sa-lld')
-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 f04421ca..d4993cb9 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.04.00.00.03C" | 11 | # Below commit ID corresponding to "DEV.SA_LLD.04.00.00.03D" |
12 | SA_LLD_SRCREV = "67fcf5a8855b011ee1f4027e68cb2058ccde9059" | 12 | SA_LLD_SRCREV = "506491b586c13c90f307b527df5eaacd35af6d02" |
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 = "04.00.00.03C" | 18 | PV = "04.00.00.03D" |
19 | INC_PR = "r0" | 19 | INC_PR = "r0" |
20 | 20 | ||
21 | S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}" | 21 | S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}" |