diff options
| author | Jacob Stiffler <j-stiffler@ti.com> | 2019-11-15 21:14:49 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2019-12-09 18:15:23 +0000 |
| commit | 03a123afa79eb12a5219f1d5e60f219f0d59758b (patch) | |
| tree | 9bcabcc6fe4ca4d971e70e4efb5f212f3ea4dbd0 /recipes-bsp/sciclient | |
| parent | 9ac91faf668bc8b0deb9d2a5e6a6f2bd7bd6f5af (diff) | |
| download | meta-ti-03a123afa79eb12a5219f1d5e60f219f0d59758b.tar.gz | |
sciclient: migrate to ti-pdk-fetch.bbclass
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/sciclient')
| -rw-r--r-- | recipes-bsp/sciclient/sciclient-rtos_git.bb | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/recipes-bsp/sciclient/sciclient-rtos_git.bb b/recipes-bsp/sciclient/sciclient-rtos_git.bb index bfaa84a8..6a3d79c3 100644 --- a/recipes-bsp/sciclient/sciclient-rtos_git.bb +++ b/recipes-bsp/sciclient/sciclient-rtos_git.bb | |||
| @@ -1,6 +1,10 @@ | |||
| 1 | SUMMARY = "TI RTOS low level driver for SCICLIENT" | 1 | SUMMARY = "TI RTOS low level driver for SCICLIENT" |
| 2 | 2 | ||
| 3 | inherit ti-pdk | 3 | inherit ti-pdk ti-pdk-fetch |
| 4 | |||
| 5 | TI_PDK_COMP = "ti.drv.sciclient" | ||
| 6 | |||
| 7 | PE = "1" | ||
| 4 | 8 | ||
| 5 | LICENSE = "BSD-3-Clause" | 9 | LICENSE = "BSD-3-Clause" |
| 6 | LIC_FILES_CHKSUM = "file://sciclient.h;beginline=1;endline=31;md5=7224b2eeca1444815f1737bfcdfa892a" | 10 | LIC_FILES_CHKSUM = "file://sciclient.h;beginline=1;endline=31;md5=7224b2eeca1444815f1737bfcdfa892a" |
| @@ -8,18 +12,6 @@ LIC_FILES_CHKSUM = "file://sciclient.h;beginline=1;endline=31;md5=7224b2eeca1444 | |||
| 8 | COMPATIBLE_MACHINE = "k3" | 12 | COMPATIBLE_MACHINE = "k3" |
| 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 10 | 14 | ||
| 11 | SCICLIENT_GIT_URI = "git://git.ti.com/keystone-rtos/sciclient.git" | ||
| 12 | SCICLIENT_GIT_PROTOCOL = "git" | ||
| 13 | SCICLIENT_GIT_BRANCH = "master" | ||
| 14 | |||
| 15 | # Below commit ID corresponds to "DEV.SCICLIENT.01.00.00.04" | ||
| 16 | SCICLIENT_SRCREV = "287fe553ef548a60cce59e6a41d2e173ecbbc18a" | ||
| 17 | |||
| 18 | BRANCH = "${SCICLIENT_GIT_BRANCH}" | ||
| 19 | SRC_URI = "${SCICLIENT_GIT_URI};protocol=${SCICLIENT_GIT_PROTOCOL};branch=${BRANCH}" | ||
| 20 | |||
| 21 | SRCREV = "${SCICLIENT_SRCREV}" | ||
| 22 | PV = "01.00.00.04" | ||
| 23 | PR = "r0" | 15 | PR = "r0" |
| 24 | 16 | ||
| 25 | DEPENDS_append = " osal-rtos common-csl-ip-rtos" | 17 | DEPENDS_append = " osal-rtos common-csl-ip-rtos" |
| @@ -27,7 +19,7 @@ DEPENDS_append = " osal-rtos common-csl-ip-rtos" | |||
| 27 | # Build with make instead of XDC | 19 | # Build with make instead of XDC |
| 28 | TI_PDK_XDCMAKE = "0" | 20 | TI_PDK_XDCMAKE = "0" |
| 29 | 21 | ||
| 30 | SCICLIENT_PACKAGE_BASE = "${S}/../sciclient_base" | 22 | SCICLIENT_PACKAGE_BASE = "${WORKDIR}/sciclient_base" |
| 31 | SCICLIENT_ROOTPATH = "${SCICLIENT_PACKAGE_BASE}/package/all/pdk_/packages/ti/drv/sciclient" | 23 | SCICLIENT_ROOTPATH = "${SCICLIENT_PACKAGE_BASE}/package/all/pdk_/packages/ti/drv/sciclient" |
| 32 | 24 | ||
| 33 | export PDK_INSTALL_PATH = "${PDK_INSTALL_DIR}/packages" | 25 | export PDK_INSTALL_PATH = "${PDK_INSTALL_DIR}/packages" |
