summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/nwal-lld
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2015-11-04 01:47:21 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-11-04 09:59:28 -0500
commit092e391b81f52e3aa0c0cb7a42fd9010490b196e (patch)
tree6f68c932128ec63468514a6e1a2680f5c4f54c3d /recipes-bsp/nwal-lld
parentc4ef4c75a648e44fc0dc447117206a632fa6a7c4 (diff)
downloadmeta-ti-092e391b81f52e3aa0c0cb7a42fd9010490b196e.tar.gz
nwal-lld: Only build binaries relevent to the machine
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/nwal-lld')
-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"