diff options
| author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2018-04-13 23:02:01 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2018-04-16 21:43:46 -0400 |
| commit | ffc4a1731a6e86c577b11c07c6a76da58c46458c (patch) | |
| tree | 9d2a0427246472c4ff6b9fe248509f49037f2e37 | |
| parent | d66b98f511d49c2b943d3a6214027766ecbf393b (diff) | |
| download | meta-ti-ffc4a1731a6e86c577b11c07c6a76da58c46458c.tar.gz | |
gpio-lld-rtos: Updating to version 01.00.00.10
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
| -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 e313ceef..0d1d42fc 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.09" | 16 | # Below commit ID corresponds to "DEV.GPIO_LLD.01.00.00.10" |
| 17 | GPIO_LLD_SRCREV = "99a20a668f36217705d57f7cc2f7faf1a5533bbe" | 17 | GPIO_LLD_SRCREV = "2661a410e5bc00b4769db6ef2692f680a7a42feb" |
| 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.09" | 23 | PV = "01.00.00.10" |
| 24 | PR = "r0" | 24 | PR = "r0" |
| 25 | 25 | ||
| 26 | S = "${WORKDIR}/${GPIO_LLD_GIT_DESTSUFFIX}" | 26 | S = "${WORKDIR}/${GPIO_LLD_GIT_DESTSUFFIX}" |
