diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2018-07-19 23:23:36 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-07-24 18:18:50 +0000 |
commit | f9a7d80117228d765c9e1799d02cd5a2f4b18a3c (patch) | |
tree | dc86418caa11abfafdc5d2fcd50438423f6dfa9d /recipes-bsp | |
parent | 0c7a68824c0a10cb8511c4c24a108fae1665e5e9 (diff) | |
download | meta-ti-f9a7d80117228d765c9e1799d02cd5a2f4b18a3c.tar.gz |
bcp-lld-rtos: Update to version 2.1.0.7
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/bcp-lld/bcp-lld-rtos_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/bcp-lld/bcp-lld-rtos_git.bb b/recipes-bsp/bcp-lld/bcp-lld-rtos_git.bb index c3d49b38..68066871 100644 --- a/recipes-bsp/bcp-lld/bcp-lld-rtos_git.bb +++ b/recipes-bsp/bcp-lld/bcp-lld-rtos_git.bb | |||
@@ -13,14 +13,14 @@ BCP_LLD_GIT_PROTOCOL = "git" | |||
13 | BCP_LLD_GIT_BRANCH = "master" | 13 | BCP_LLD_GIT_BRANCH = "master" |
14 | BCP_LLD_GIT_DESTSUFFIX = "git/ti/drv/bcp" | 14 | BCP_LLD_GIT_DESTSUFFIX = "git/ti/drv/bcp" |
15 | 15 | ||
16 | # Below commit ID corresponds to "DEV.BCP_LLD.02.01.00.06" | 16 | # Below commit ID corresponds to "DEV.BCP_LLD.02.01.00.07" |
17 | BCP_LLD_SRCREV = "44e2ffcb6fd236c41f7ea8f9a1684833f5361daa" | 17 | BCP_LLD_SRCREV = "84c34a7e79a017c39319daa453cea6ea1b45751c" |
18 | 18 | ||
19 | BRANCH = "${BCP_LLD_GIT_BRANCH}" | 19 | BRANCH = "${BCP_LLD_GIT_BRANCH}" |
20 | SRC_URI = "${BCP_LLD_GIT_URI};destsuffix=${BCP_LLD_GIT_DESTSUFFIX};protocol=${BCP_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 20 | SRC_URI = "${BCP_LLD_GIT_URI};destsuffix=${BCP_LLD_GIT_DESTSUFFIX};protocol=${BCP_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
21 | 21 | ||
22 | SRCREV = "${BCP_LLD_SRCREV}" | 22 | SRCREV = "${BCP_LLD_SRCREV}" |
23 | PV = "02.01.00.06" | 23 | PV = "02.01.00.07" |
24 | PR = "r0" | 24 | PR = "r0" |
25 | 25 | ||
26 | S = "${WORKDIR}/${BCP_LLD_GIT_DESTSUFFIX}" | 26 | S = "${WORKDIR}/${BCP_LLD_GIT_DESTSUFFIX}" |