summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2019-11-15 21:14:40 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-12-06 22:38:10 +0000
commit258cd4b7e696d35ea0619fea8541eaa7d2fd5b49 (patch)
tree2fa90ef8e9f6b189cf5ed6b321b3393897e6babc
parenta797106c66c9ee208d5f4af16d47bef60e2f22dd (diff)
downloadmeta-ti-258cd4b7e696d35ea0619fea8541eaa7d2fd5b49.tar.gz
nwal-lld: migrate to ti-pdk-fetch.bbclass
LIC_FILES_CHKSUM changed to use a relative path. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/nwal-lld/nwal-lld.inc15
1 files changed, 4 insertions, 11 deletions
diff --git a/recipes-bsp/nwal-lld/nwal-lld.inc b/recipes-bsp/nwal-lld/nwal-lld.inc
index 024aeef3..3a593c70 100644
--- a/recipes-bsp/nwal-lld/nwal-lld.inc
+++ b/recipes-bsp/nwal-lld/nwal-lld.inc
@@ -1,25 +1,18 @@
1LICENSE = "BSD-3-Clause" 1LICENSE = "BSD-3-Clause"
2LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING.txt;md5=b7982a377c680ad71ca2fbb735982462" 2LIC_FILES_CHKSUM = "file://COPYING.txt;md5=b7982a377c680ad71ca2fbb735982462"
3 3
4COMPATIBLE_MACHINE = "keystone" 4COMPATIBLE_MACHINE = "keystone"
5PACKAGE_ARCH = "${MACHINE_ARCH}" 5PACKAGE_ARCH = "${MACHINE_ARCH}"
6 6
7NWAL_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/nwal-lld.git" 7inherit ti-pdk-fetch
8NWAL_LLD_GIT_PROTOCOL = "git"
9NWAL_LLD_GIT_BRANCH = "master"
10 8
11# Below commit ID corresponds to "DEV.NWAL.02.01.00.13" 9TI_PDK_COMP = "ti.drv.nwal"
12NWAL_LLD_SRCREV = "dd41b84a985ef2824068e57525158c350e0d51be"
13 10
14BRANCH = "${NWAL_LLD_GIT_BRANCH}" 11PE = "1"
15SRC_URI = "${NWAL_LLD_GIT_URI};protocol=${NWAL_LLD_GIT_PROTOCOL};branch=${BRANCH}"
16SRCREV = "${NWAL_LLD_SRCREV}"
17 12
18PV = "02.01.00.13"
19INC_PR = "r0" 13INC_PR = "r0"
20 14
21BASEDIR = "${WORKDIR}/git" 15BASEDIR = "${WORKDIR}/git"
22S = "${BASEDIR}/ti/drv/nwal"
23 16
24DEVICELIST_k2hk = "k2h k2k" 17DEVICELIST_k2hk = "k2h k2k"
25DEVICELIST_k2l = "k2l" 18DEVICELIST_k2l = "k2l"