diff --git a/recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb b/recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb index 508cca9e..d37583ff 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.13A" -GPIO_LLD_SRCREV = "74c3b87c0cd6e25e3f830c74e20264f5eb776bce" +# Below commit ID corresponds to "DEV.GPIO_LLD.01.00.00.14" +GPIO_LLD_SRCREV = "44d3cfcd49bfffe4d02d61c541398db3ffac7ef3" 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.13A" +PV = "01.00.00.14" PR = "r0" S = "${WORKDIR}/${GPIO_LLD_GIT_DESTSUFFIX}"