summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2018-09-28 22:26:08 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-10-01 15:30:07 +0000
commite3fd2a50897edcda98dfb667628c8d4d7eed5c6a (patch)
treecf3081c513cdb9e073fe68890a7e811516571bb3
parent400a916b62e90988d5d752ba3f6d882cce1625e0 (diff)
downloadmeta-ti-e3fd2a50897edcda98dfb667628c8d4d7eed5c6a.tar.gz
gpio-lld-rtos: Update to version 01.00.00.12 and added support to k3
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb b/recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb
index 48b5437a..822b7739 100644
--- a/recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb
+++ b/recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb
@@ -5,7 +5,7 @@ inherit ti-pdk
5LICENSE = "BSD-3-Clause" 5LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://GPIO.h;beginline=1;endline=31;md5=8580f9c5c0de8d5d13518cf18a0122b8" 6LIC_FILES_CHKSUM = "file://GPIO.h;beginline=1;endline=31;md5=8580f9c5c0de8d5d13518cf18a0122b8"
7 7
8COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c667x-evm|c665x-evm" 8COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c667x-evm|c665x-evm|k3"
9PACKAGE_ARCH = "${MACHINE_ARCH}" 9PACKAGE_ARCH = "${MACHINE_ARCH}"
10 10
11GPIO_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/gpio-lld.git" 11GPIO_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/gpio-lld.git"
@@ -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.11" 16# Below commit ID corresponds to "DEV.GPIO_LLD.01.00.00.12"
17GPIO_LLD_SRCREV = "0b2ae7c10da0b04d9ff2a34e9c67e8d9cf8de42a" 17GPIO_LLD_SRCREV = "49a25da3341c83bec5e5db586217e534de9e2063"
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.11" 23PV = "01.00.00.12"
24PR = "r0" 24PR = "r0"
25 25
26S = "${WORKDIR}/${GPIO_LLD_GIT_DESTSUFFIX}" 26S = "${WORKDIR}/${GPIO_LLD_GIT_DESTSUFFIX}"