diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-08-07 00:54:06 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-08-07 00:53:55 +0000 |
commit | ffbce20b94c4dcfe26bc148d39b6d3254b29bb43 (patch) | |
tree | ab649ede71d01dc7e5d0b177e2cdb6d49f9fdf27 | |
parent | 11c0a971d5b69eebf72ddcfe628420c6f36d1a60 (diff) | |
download | meta-ti-ffbce20b94c4dcfe26bc148d39b6d3254b29bb43.tar.gz |
pa-lld: SRCREV update to 03.00.02.08A
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-bsp/pa-lld/pa-lld.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/pa-lld/pa-lld.inc b/recipes-bsp/pa-lld/pa-lld.inc index 4a232437..5af0e713 100644 --- a/recipes-bsp/pa-lld/pa-lld.inc +++ b/recipes-bsp/pa-lld/pa-lld.inc | |||
@@ -9,14 +9,14 @@ PA_LLD_GIT_PROTOCOL = "git" | |||
9 | PA_LLD_GIT_BRANCH = "master" | 9 | PA_LLD_GIT_BRANCH = "master" |
10 | PA_LLD_GIT_DESTSUFFIX = "git/ti/drv/pa" | 10 | PA_LLD_GIT_DESTSUFFIX = "git/ti/drv/pa" |
11 | 11 | ||
12 | # Below commit ID corresponding to "DEV.PA_LLD.03.00.02.08" | 12 | # Below commit ID corresponding to "DEV.PA_LLD.03.00.02.08A" |
13 | PA_LLD_SRCREV = "2cf268aac8afc957aa992af19f53dd1be56855ee" | 13 | PA_LLD_SRCREV = "02e790bdeba574c0bcca9c0bfe2c071c180c53c8" |
14 | 14 | ||
15 | BRANCH = "${PA_LLD_GIT_BRANCH}" | 15 | BRANCH = "${PA_LLD_GIT_BRANCH}" |
16 | SRC_URI = "${PA_LLD_GIT_URI};destsuffix=${PA_LLD_GIT_DESTSUFFIX};protocol=${PA_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 16 | SRC_URI = "${PA_LLD_GIT_URI};destsuffix=${PA_LLD_GIT_DESTSUFFIX};protocol=${PA_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
17 | SRCREV = "${PA_LLD_SRCREV}" | 17 | SRCREV = "${PA_LLD_SRCREV}" |
18 | 18 | ||
19 | PV = "03.00.02.08" | 19 | PV = "03.00.02.08A" |
20 | INC_PR = "r0" | 20 | INC_PR = "r0" |
21 | 21 | ||
22 | S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}" | 22 | S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}" |