summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/nwal-lld/nwal-lld.inc7
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-bsp/nwal-lld/nwal-lld.inc b/recipes-bsp/nwal-lld/nwal-lld.inc
index c4ccdbd6..9a91a6f7 100644
--- a/recipes-bsp/nwal-lld/nwal-lld.inc
+++ b/recipes-bsp/nwal-lld/nwal-lld.inc
@@ -2,6 +2,7 @@ LICENSE = "BSD-3-Clause"
2LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING.txt;md5=b7982a377c680ad71ca2fbb735982462" 2LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING.txt;md5=b7982a377c680ad71ca2fbb735982462"
3 3
4COMPATIBLE_MACHINE = "keystone" 4COMPATIBLE_MACHINE = "keystone"
5PACKAGE_ARCH = "${MACHINE_ARCH}"
5 6
6NWAL_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/nwal-lld.git" 7NWAL_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/nwal-lld.git"
7NWAL_LLD_GIT_PROTOCOL = "git" 8NWAL_LLD_GIT_PROTOCOL = "git"
@@ -15,11 +16,13 @@ SRC_URI = "${NWAL_LLD_GIT_URI};protocol=${NWAL_LLD_GIT_PROTOCOL};branch=${BRANCH
15SRCREV = "${NWAL_LLD_SRCREV}" 16SRCREV = "${NWAL_LLD_SRCREV}"
16 17
17PV = "02.01.00.08" 18PV = "02.01.00.08"
18INC_PR = "r1" 19INC_PR = "r2"
19 20
20BASEDIR = "${WORKDIR}/git" 21BASEDIR = "${WORKDIR}/git"
21S = "${BASEDIR}/ti/drv/nwal" 22S = "${BASEDIR}/ti/drv/nwal"
22 23
23DEVICELIST = "k2h k2k k2l k2e" 24DEVICELIST_k2hk-evm = "k2h k2k"
25DEVICELIST_k2l-evm = "k2l"
26DEVICELIST_k2e-evm = "k2e"
24 27
25CHOICELIST = "yes no" 28CHOICELIST = "yes no"