All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] packagegroup-arago-tisdk-addons: Add uio-module-drv and related test code
@ 2016-06-28 22:11 Sam Nelson
  2016-06-29 13:59 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Sam Nelson @ 2016-06-28 22:11 UTC (permalink / raw)
  To: meta-arago

Adds uio-module-drv component and related test code for omap-a15 and
keystone2 platforms

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

---
Added PR bump
---
---
 .../packagegroups/packagegroup-arago-tisdk-addons.bb      | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
index efa6ab9..75f8207 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Task to install additional utilities/demos for SDKs"
 LICENSE = "MIT"
-PR = "r50"
+PR = "r51"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
@@ -51,6 +51,8 @@ UTILS_append_omap-a15 = " mmc-utils \
                           pru-icss \
                           strongswan \
                           ti-ipc-rtos-fw \
+                          uio-test-pruss \
+                          uio-module-drv-test \
 "
 
 UTILS_append_dra7xx = " canutils \
@@ -60,6 +62,7 @@ UTILS_append_dra7xx = " canutils \
 "
 
 UTILS_append_keystone = " \
+    uio-module-drv-test \
     ti-ipc-rtos-fw \
 "
 
@@ -81,7 +84,15 @@ UTILS_append_k2e-evm = " \
 UTILS_append_k2g-evm = " canutils"
 
 EXTRA_LIBS = ""
-EXTRA_LIBS_append_omap-a15 = " cmem"
+EXTRA_LIBS_append_omap-a15 = " \
+    cmem \
+    uio-module-drv \
+"
+
+EXTRA_LIBS_append_keystone = " \
+    cmem \
+    uio-module-drv \
+"
 
 DEVTOOLS = " \
     packagegroup-core-buildessential \
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-29 13:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-28 22:11 [PATCH v2] packagegroup-arago-tisdk-addons: Add uio-module-drv and related test code Sam Nelson
2016-06-29 13:59 ` Denys Dmytriyenko

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.