diff options
Diffstat (limited to 'recipes-bsp/nwal-lld/nwal-lld.inc')
-rw-r--r-- | recipes-bsp/nwal-lld/nwal-lld.inc | 15 |
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 @@ | |||
1 | LICENSE = "BSD-3-Clause" | 1 | LICENSE = "BSD-3-Clause" |
2 | LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING.txt;md5=b7982a377c680ad71ca2fbb735982462" | 2 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=b7982a377c680ad71ca2fbb735982462" |
3 | 3 | ||
4 | COMPATIBLE_MACHINE = "keystone" | 4 | COMPATIBLE_MACHINE = "keystone" |
5 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 5 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
6 | 6 | ||
7 | NWAL_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/nwal-lld.git" | 7 | inherit ti-pdk-fetch |
8 | NWAL_LLD_GIT_PROTOCOL = "git" | ||
9 | NWAL_LLD_GIT_BRANCH = "master" | ||
10 | 8 | ||
11 | # Below commit ID corresponds to "DEV.NWAL.02.01.00.13" | 9 | TI_PDK_COMP = "ti.drv.nwal" |
12 | NWAL_LLD_SRCREV = "dd41b84a985ef2824068e57525158c350e0d51be" | ||
13 | 10 | ||
14 | BRANCH = "${NWAL_LLD_GIT_BRANCH}" | 11 | PE = "1" |
15 | SRC_URI = "${NWAL_LLD_GIT_URI};protocol=${NWAL_LLD_GIT_PROTOCOL};branch=${BRANCH}" | ||
16 | SRCREV = "${NWAL_LLD_SRCREV}" | ||
17 | 12 | ||
18 | PV = "02.01.00.13" | ||
19 | INC_PR = "r0" | 13 | INC_PR = "r0" |
20 | 14 | ||
21 | BASEDIR = "${WORKDIR}/git" | 15 | BASEDIR = "${WORKDIR}/git" |
22 | S = "${BASEDIR}/ti/drv/nwal" | ||
23 | 16 | ||
24 | DEVICELIST_k2hk = "k2h k2k" | 17 | DEVICELIST_k2hk = "k2h k2k" |
25 | DEVICELIST_k2l = "k2l" | 18 | DEVICELIST_k2l = "k2l" |