From 73540c8f5ef96ed34e08bc9dd7c0414c25787434 Mon Sep 17 00:00:00 2001 From: Mahesh Radhakrishnan Date: Wed, 19 Jul 2017 05:03:18 +0000 Subject: gpio-lld-rtos: Added rtos recipe for gpio lld Upstreaming TI RTOS driver for General Purpose IO pins (GPIO) Signed-off-by: Mahesh Radhakrishnan Signed-off-by: Denys Dmytriyenko --- recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb | 42 +++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb (limited to 'recipes-bsp/gpio-lld') diff --git a/recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb b/recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb new file mode 100644 index 00000000..be68c9ef --- /dev/null +++ b/recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb @@ -0,0 +1,42 @@ +SUMMARY = "TI RTOS driver for General Purpose IO (GPIO)" + +inherit ti-pdk + +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://GPIO.h;beginline=1;endline=31;md5=8580f9c5c0de8d5d13518cf18a0122b8" + +COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c667x-evm|c665x-evm" +PACKAGE_ARCH = "${MACHINE_ARCH}" + +GPIO_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/gpio-lld.git" +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.07A" +GPIO_LLD_SRCREV = "3abf90c7c3dabb456346da0ab308fab12ff590de" + +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.07A" +PR = "r0" + +S = "${WORKDIR}/${GPIO_LLD_GIT_DESTSUFFIX}" + +DEPENDS_append = " osal-rtos \ +" +DEPENDS_append_ti33x = " starterware-rtos \ +" +DEPENDS_append_ti43x = " starterware-rtos \ +" + +# Build with make instead of XDC +TI_PDK_XDCMAKE = "0" + +export PDK_GPIO_ROOT_PATH ="${WORKDIR}/build" +export DEST_ROOT="${S}" + +# HTML doc link params +PDK_COMP_LINK_TEXT = "GPIO LLD" -- cgit v1.2.3-54-g00ecf