summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-10-02 06:03:50 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-10-03 18:17:08 +0000
commit6f60957bfac019d3499f1ddd1f0571d60c66b016 (patch)
tree2ff0049395316bb7b31c203529bfc535730c68ee
parent0e6442314d5f5c7148f9e231d4209816acc67de6 (diff)
downloadmeta-ti-6f60957bfac019d3499f1ddd1f0571d60c66b016.tar.gz
gpio-lld-rtos: SRCREV update to 01.00.00.16
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb b/recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb
index b94d040e..65a7bac3 100644
--- a/recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb
+++ b/recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb
@@ -13,14 +13,14 @@ GPIO_LLD_GIT_PROTOCOL = "git"
13GPIO_LLD_GIT_BRANCH = "master" 13GPIO_LLD_GIT_BRANCH = "master"
14GPIO_LLD_GIT_DESTSUFFIX = "git/ti/drv/gpio" 14GPIO_LLD_GIT_DESTSUFFIX = "git/ti/drv/gpio"
15 15
16# Below commit ID corresponds to "DEV.GPIO_LLD.01.00.00.15" 16# Below commit ID corresponds to "DEV.GPIO_LLD.01.00.00.16"
17GPIO_LLD_SRCREV = "21d6134f002358705181bf950b9c01620370ff27" 17GPIO_LLD_SRCREV = "6397aa0b186233b6833a3ec0005fed296f95fa6c"
18 18
19BRANCH = "${GPIO_LLD_GIT_BRANCH}" 19BRANCH = "${GPIO_LLD_GIT_BRANCH}"
20SRC_URI = "${GPIO_LLD_GIT_URI};destsuffix=${GPIO_LLD_GIT_DESTSUFFIX};protocol=${GPIO_LLD_GIT_PROTOCOL};branch=${BRANCH}" 20SRC_URI = "${GPIO_LLD_GIT_URI};destsuffix=${GPIO_LLD_GIT_DESTSUFFIX};protocol=${GPIO_LLD_GIT_PROTOCOL};branch=${BRANCH}"
21 21
22SRCREV = "${GPIO_LLD_SRCREV}" 22SRCREV = "${GPIO_LLD_SRCREV}"
23PV = "01.00.00.15" 23PV = "01.00.00.16"
24PR = "r0" 24PR = "r0"
25 25
26S = "${WORKDIR}/${GPIO_LLD_GIT_DESTSUFFIX}" 26S = "${WORKDIR}/${GPIO_LLD_GIT_DESTSUFFIX}"