All of lore.kernel.org
 help / color / mirror / Atom feed
From: git@arago-project.org (Arago Project git)
To: meta-ti@yoctoproject.org
Subject: Sam Nelson : uio-module-drv-test: Updates to fix issues with Keystone platforms
Date: Fri, 24 Jun 2016 14:31:28 +0000 (UTC)	[thread overview]
Message-ID: <20160624143128.1286752AC7@arago-project.org> (raw)

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

Author: Sam Nelson <sam.nelson@ti.com>
Date:   Tue Jun 21 20:34:50 2016 +0000

uio-module-drv-test: Updates to fix issues with Keystone platforms

Made the package machine dependent due to content changes with platform
Fixed DEVICE_NAME to keystone instead of keystone-evm

Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>

---

 .../uio-module-drv/uio-module-drv-test_git.bb      |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb b/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
index 1923b36..fd41b74 100644
--- a/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
+++ b/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
@@ -2,12 +2,13 @@ DESCRIPTION = "Test code for user space IO (UIO) driver"
 
 include uio-module-drv.inc
 
-PR = "r0"
+PR = "r1"
 
 COMPATIBLE_MACHINE = "keystone|am57xx-evm"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 DEVICE_NAME_am57xx-evm = "am57xx"
-DEVICE_NAME_keystone-evm = "keystone"
+DEVICE_NAME_keystone = "keystone"
 RDEPENDS_${PN} = "uio-module-drv"
 
 do_compile() {



             reply	other threads:[~2016-06-24 14:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-24 14:31 Arago Project git [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-06-24 14:31 Sam Nelson : uio-module-drv-test: Updates to fix issues with Keystone platforms 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=20160624143128.1286752AC7@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.