[meta-ti] Jacob Stiffler : nwal-lld: Only build binaries relevent to the machine

Arago Project git git at arago-project.org
Wed Nov 4 07:00:04 PST 2015


Module: meta-ti
Branch: fido
Commit: d36ceb395917129740b44c906803855ff9a3a372
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=d36ceb395917129740b44c906803855ff9a3a372

Author: Jacob Stiffler <j-stiffler at ti.com>
Date:   Wed Nov  4 01:47:21 2015 +0000

nwal-lld: Only build binaries relevent to the machine

Signed-off-by: Jacob Stiffler <j-stiffler at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 recipes-bsp/nwal-lld/nwal-lld.inc |    7 +++++--
 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 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"



More information about the meta-ti mailing list