diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2017-12-14 04:01:10 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-12-14 12:43:10 -0500 |
commit | 7367d886833fc8c7227ccf728d11eba030e77191 (patch) | |
tree | 94346d9e769774cd097222de5aafae32d219f03f /recipes-bsp/gpio-lld | |
parent | 4591a1fb4a9d9a19963e114ecf4c6c1a551b9743 (diff) | |
download | meta-ti-7367d886833fc8c7227ccf728d11eba030e77191.tar.gz |
gpio-lld-rtos: Updating to version 1.0.0.9
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/gpio-lld')
-rw-r--r-- | recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb | 6 |
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 be68c9ef..e313ceef 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" | |||
13 | GPIO_LLD_GIT_BRANCH = "master" | 13 | GPIO_LLD_GIT_BRANCH = "master" |
14 | GPIO_LLD_GIT_DESTSUFFIX = "git/ti/drv/gpio" | 14 | GPIO_LLD_GIT_DESTSUFFIX = "git/ti/drv/gpio" |
15 | 15 | ||
16 | # Below commit ID corresponds to "DEV.GPIO_LLD.01.00.00.07A" | 16 | # Below commit ID corresponds to "DEV.GPIO_LLD.01.00.00.09" |
17 | GPIO_LLD_SRCREV = "3abf90c7c3dabb456346da0ab308fab12ff590de" | 17 | GPIO_LLD_SRCREV = "99a20a668f36217705d57f7cc2f7faf1a5533bbe" |
18 | 18 | ||
19 | BRANCH = "${GPIO_LLD_GIT_BRANCH}" | 19 | BRANCH = "${GPIO_LLD_GIT_BRANCH}" |
20 | SRC_URI = "${GPIO_LLD_GIT_URI};destsuffix=${GPIO_LLD_GIT_DESTSUFFIX};protocol=${GPIO_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 20 | SRC_URI = "${GPIO_LLD_GIT_URI};destsuffix=${GPIO_LLD_GIT_DESTSUFFIX};protocol=${GPIO_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
21 | 21 | ||
22 | SRCREV = "${GPIO_LLD_SRCREV}" | 22 | SRCREV = "${GPIO_LLD_SRCREV}" |
23 | PV = "01.00.00.07A" | 23 | PV = "01.00.00.09" |
24 | PR = "r0" | 24 | PR = "r0" |
25 | 25 | ||
26 | S = "${WORKDIR}/${GPIO_LLD_GIT_DESTSUFFIX}" | 26 | S = "${WORKDIR}/${GPIO_LLD_GIT_DESTSUFFIX}" |