diff options
author | 2019-08-07 00:53:57 +0000 | |
---|---|---|
committer | 2019-08-07 00:53:20 +0000 | |
commit | 218de6093d25f00b45aa8df4a433855c75a5ab0f (patch) | |
tree | ddc928a6cf3135e03da2979efffd11942e311d39 | |
parent | b262beb56f6197ae55b810ecd2df7795e9f2e4a2 (diff) | |
download | meta-ti-218de6093d25f00b45aa8df4a433855c75a5ab0f.tar.gz meta-ti-218de6093d25f00b45aa8df4a433855c75a5ab0f.tar.bz2 meta-ti-218de6093d25f00b45aa8df4a433855c75a5ab0f.zip |
bcp-lld-rtos:SCREV update to 02.01.00.07B
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-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 61b4dfc0..dc5cef52 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" BCP_LLD_GIT_BRANCH = "master" BCP_LLD_GIT_DESTSUFFIX = "git/ti/drv/bcp" -# Below commit ID corresponds to "DEV.BCP_LLD.02.01.00.07A" -BCP_LLD_SRCREV = "da66f02398ebef70f69a8703e6755985010eb422" +# Below commit ID corresponds to "DEV.BCP_LLD.02.01.00.07B" +BCP_LLD_SRCREV = "2a13d5e3b26180dd4f1010327f1daed9b3330752" BRANCH = "${BCP_LLD_GIT_BRANCH}" SRC_URI = "${BCP_LLD_GIT_URI};destsuffix=${BCP_LLD_GIT_DESTSUFFIX};protocol=${BCP_LLD_GIT_PROTOCOL};branch=${BRANCH}" SRCREV = "${BCP_LLD_SRCREV}" -PV = "02.01.00.07A" +PV = "02.01.00.07B" PR = "r0" S = "${WORKDIR}/${BCP_LLD_GIT_DESTSUFFIX}" |