All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] packagegroup-arago-tisdk-addons: add uio libs and utils for am3/am4
@ 2017-06-22 22:39 Hongmei Gou
  2017-06-22 22:39 ` [PATCH 2/3] packagegroup-arago-tisdk-addons-sdk-host: add uio-module-drv-src for am3/am4/am5 Hongmei Gou
  2017-06-22 22:39 ` [PATCH 3/3] ti-tisdk-makefile: add uio-module-drv " Hongmei Gou
  0 siblings, 2 replies; 3+ messages in thread
From: Hongmei Gou @ 2017-06-22 22:39 UTC (permalink / raw)
  To: meta-arago

* This addition includes uio-module-drv, uio-module-drv-test, and
  uio-test-pruss

Signed-off-by: Hongmei Gou <h-gou@ti.com>
---
 .../packagegroups/packagegroup-arago-tisdk-addons.bb       | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

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 c623b37..35bf11e 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 = "r60"
+PR = "r61"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
@@ -37,6 +37,8 @@ UTILS_append_ti33x = " mmc-utils \
                        canutils \
                        switch-config \
                        pru-icss \
+                       uio-module-drv-test \
+                       uio-test-pruss \
 "
 
 UTILS_append_ti43x = " mmc-utils \
@@ -44,6 +46,8 @@ UTILS_append_ti43x = " mmc-utils \
                        switch-config \
                        libdrm-omap \
                        pru-icss \
+                       uio-module-drv-test \
+                       uio-test-pruss \
 "
 
 UTILS_append_omap-a15 = " mmc-utils \
@@ -101,6 +105,14 @@ EXTRA_LIBS_append_keystone = " \
     uio-module-drv \
 "
 
+EXTRA_LIBS_append_ti43x = " \
+    uio-module-drv \
+"
+
+EXTRA_LIBS_append_ti33x = " \
+    uio-module-drv \
+"
+
 DEVTOOLS = " \
     packagegroup-core-buildessential \
     packagegroup-core-tools-debug \
-- 
1.9.1



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

* [PATCH 2/3] packagegroup-arago-tisdk-addons-sdk-host: add uio-module-drv-src for am3/am4/am5
  2017-06-22 22:39 [PATCH 1/3] packagegroup-arago-tisdk-addons: add uio libs and utils for am3/am4 Hongmei Gou
@ 2017-06-22 22:39 ` Hongmei Gou
  2017-06-22 22:39 ` [PATCH 3/3] ti-tisdk-makefile: add uio-module-drv " Hongmei Gou
  1 sibling, 0 replies; 3+ messages in thread
From: Hongmei Gou @ 2017-06-22 22:39 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Hongmei Gou <h-gou@ti.com>
---
 .../packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb
index ab3be3d..7c8b000 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Task to install sources for additional utilities/demos for SDKs"
 LICENSE = "MIT"
-PR = "r29"
+PR = "r30"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
@@ -37,6 +37,7 @@ EXTRA_LIBS = ""
 EXTRA_LIBS_append_omap-a15 = " \
     cmem-mod-src \
     pru-icss-src \
+    uio-module-drv-src \
 "
 
 EXTRA_LIBS_append_dra7xx = " \
@@ -44,6 +45,14 @@ EXTRA_LIBS_append_dra7xx = " \
     gdbserverproxy-module-drv-src \
 "
 
+EXTRA_LIBS_append_ti33x = " \
+    uio-module-drv-src \
+"
+
+EXTRA_LIBS_append_ti43x = " \
+    uio-module-drv-src \
+"
+
 # Disable ipsecmgr due to libnl and xfrm conflict
 #    ipsecmgr-mod-src
 EXTRA_LIBS_append_keystone = " \
-- 
1.9.1



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

* [PATCH 3/3] ti-tisdk-makefile: add uio-module-drv for am3/am4/am5
  2017-06-22 22:39 [PATCH 1/3] packagegroup-arago-tisdk-addons: add uio libs and utils for am3/am4 Hongmei Gou
  2017-06-22 22:39 ` [PATCH 2/3] packagegroup-arago-tisdk-addons-sdk-host: add uio-module-drv-src for am3/am4/am5 Hongmei Gou
@ 2017-06-22 22:39 ` Hongmei Gou
  1 sibling, 0 replies; 3+ messages in thread
From: Hongmei Gou @ 2017-06-22 22:39 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Hongmei Gou <h-gou@ti.com>
---
 .../recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb         | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
index 15c14aa..7db995c 100644
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
@@ -50,7 +50,7 @@ SRC_URI = "\
     file://Makefile_barcode-roi \
 "
 
-PR = "r81"
+PR = "r82"
 
 MAKEFILES_MATRIX_GUI = "matrix-gui-browser \
                         refresh-screen \
@@ -90,6 +90,7 @@ MAKEFILES_append_ti33x = " u-boot-spl \
                            ti-sgx-ddk-km \
                            pru-icss \
                            barcode-roi \
+                           uio-module-drv \
 "
 MAKEFILES_append_ti43x = " u-boot-spl \
                            ${QUICK_PLAYGROUND} \
@@ -101,6 +102,7 @@ MAKEFILES_append_ti43x = " u-boot-spl \
                            ti-sgx-ddk-km \
                            pru-icss \
                            barcode-roi \
+                           uio-module-drv \
 "
 
 MAKEFILES_append_dra7xx = " cryptodev \
@@ -121,6 +123,7 @@ MAKEFILES_append_omap-a15 = " u-boot-spl \
                               pru-icss \
                               ti-gc320-driver \
                               barcode-roi \
+                              uio-module-drv \
 "
 MAKEFILES_append_omapl138 = " pru \
                               u-boot-legacy \
-- 
1.9.1



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

end of thread, other threads:[~2017-06-22 22:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-22 22:39 [PATCH 1/3] packagegroup-arago-tisdk-addons: add uio libs and utils for am3/am4 Hongmei Gou
2017-06-22 22:39 ` [PATCH 2/3] packagegroup-arago-tisdk-addons-sdk-host: add uio-module-drv-src for am3/am4/am5 Hongmei Gou
2017-06-22 22:39 ` [PATCH 3/3] ti-tisdk-makefile: add uio-module-drv " Hongmei Gou

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.