From: git@arago-project.org (Arago Project git)
To: meta-ti@yoctoproject.org
Subject: Jacob Stiffler : nwal-lld: Only build binaries relevent to the machine
Date: Wed, 4 Nov 2015 15:00:04 +0000 (UTC) [thread overview]
Message-ID: <20151104150004.B098752AB2@arago-project.org> (raw)
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@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@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@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"
next reply other threads:[~2015-11-04 15:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-04 15:00 Arago Project git [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-11-04 15:00 Jacob Stiffler : nwal-lld: Only build binaries relevent to the machine Arago Project git
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151104150004.B098752AB2@arago-project.org \
--to=git@arago-project.org \
--cc=meta-ti@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.