[meta-ti] [PATCH 15/27] nwal-lld: Only build binaries relevent to the machine
Jacob Stiffler
j-stiffler at ti.com
Tue Nov 3 11:47:21 PST 2015
Signed-off-by: Jacob Stiffler <j-stiffler at ti.com>
---
recipes-bsp/nwal-lld/nwal-lld.inc | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/recipes-bsp/nwal-lld/nwal-lld.inc b/recipes-bsp/nwal-lld/nwal-lld.inc
index c4ccdbd..9a91a6f 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"
LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING.txt;md5=b7982a377c680ad71ca2fbb735982462"
COMPATIBLE_MACHINE = "keystone"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
NWAL_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/nwal-lld.git"
NWAL_LLD_GIT_PROTOCOL = "git"
@@ -15,11 +16,13 @@ SRC_URI = "${NWAL_LLD_GIT_URI};protocol=${NWAL_LLD_GIT_PROTOCOL};branch=${BRANCH
SRCREV = "${NWAL_LLD_SRCREV}"
PV = "02.01.00.08"
-INC_PR = "r1"
+INC_PR = "r2"
BASEDIR = "${WORKDIR}/git"
S = "${BASEDIR}/ti/drv/nwal"
-DEVICELIST = "k2h k2k k2l k2e"
+DEVICELIST_k2hk-evm = "k2h k2k"
+DEVICELIST_k2l-evm = "k2l"
+DEVICELIST_k2e-evm = "k2e"
CHOICELIST = "yes no"
--
1.9.1
More information about the meta-ti
mailing list