summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2018-07-19 23:23:46 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-07-24 18:18:50 +0000
commitc7ff9d027c96a583cfa4b0ddc47a49fc1c82ca31 (patch)
treeb5334eb1f16a071979f516b5fd7846018cc8e4ed /recipes-bsp
parent90d948f67d7a0dea8b2079133a2adbb43f75cf67 (diff)
downloadmeta-ti-c7ff9d027c96a583cfa4b0ddc47a49fc1c82ca31.tar.gz
gpio-lld-rtos: Update to version 1.0.0.11
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/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 0d1d42fc..48b5437a 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.10" 16# Below commit ID corresponds to "DEV.GPIO_LLD.01.00.00.11"
17GPIO_LLD_SRCREV = "2661a410e5bc00b4769db6ef2692f680a7a42feb" 17GPIO_LLD_SRCREV = "0b2ae7c10da0b04d9ff2a34e9c67e8d9cf8de42a"
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.10" 23PV = "01.00.00.11"
24PR = "r0" 24PR = "r0"
25 25
26S = "${WORKDIR}/${GPIO_LLD_GIT_DESTSUFFIX}" 26S = "${WORKDIR}/${GPIO_LLD_GIT_DESTSUFFIX}"