From c7ff9d027c96a583cfa4b0ddc47a49fc1c82ca31 Mon Sep 17 00:00:00 2001 From: Mahesh Radhakrishnan Date: Thu, 19 Jul 2018 23:23:46 +0000 Subject: [PATCH] gpio-lld-rtos: Update to version 1.0.0.11 Signed-off-by: Mahesh Radhakrishnan Signed-off-by: Denys Dmytriyenko --- recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb | 6 +++--- 1 file 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" GPIO_LLD_GIT_BRANCH = "master" GPIO_LLD_GIT_DESTSUFFIX = "git/ti/drv/gpio" -# Below commit ID corresponds to "DEV.GPIO_LLD.01.00.00.10" -GPIO_LLD_SRCREV = "2661a410e5bc00b4769db6ef2692f680a7a42feb" +# Below commit ID corresponds to "DEV.GPIO_LLD.01.00.00.11" +GPIO_LLD_SRCREV = "0b2ae7c10da0b04d9ff2a34e9c67e8d9cf8de42a" BRANCH = "${GPIO_LLD_GIT_BRANCH}" SRC_URI = "${GPIO_LLD_GIT_URI};destsuffix=${GPIO_LLD_GIT_DESTSUFFIX};protocol=${GPIO_LLD_GIT_PROTOCOL};branch=${BRANCH}" SRCREV = "${GPIO_LLD_SRCREV}" -PV = "01.00.00.10" +PV = "01.00.00.11" PR = "r0" S = "${WORKDIR}/${GPIO_LLD_GIT_DESTSUFFIX}"