All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC][PATCH 1/3] packagegroups: combine and rename arago-test and addons into ti-test
@ 2020-02-04 18:18 Denys Dmytriyenko
  2020-02-04 18:18 ` [RFC][PATCH 2/3] packagegroups: create initial ti-analytics and ti-demos packagegroups Denys Dmytriyenko
  2020-02-04 18:18 ` [RFC][PATCH 3/3] ti-opencl: add aliases for opencl and opencl-runtime Denys Dmytriyenko
  0 siblings, 2 replies; 7+ messages in thread
From: Denys Dmytriyenko @ 2020-02-04 18:18 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 .../recipes-core/images/tisdk-rootfs-image.bb      |  3 +-
 .../packagegroups/packagegroup-arago-test.bb       | 88 -------------------
 ...ackagegroup-arago-test-addons.bb => ti-test.bb} | 98 +++++++++++++++++++---
 .../recipes-core/packagegroups/ti-world.bb         |  3 +-
 4 files changed, 89 insertions(+), 103 deletions(-)
 delete mode 100644 meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb
 rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-test-addons.bb => ti-test.bb} (61%)

diff --git a/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb b/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb
index 4875624..1b2ffbd 100644
--- a/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb
+++ b/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb
@@ -8,8 +8,7 @@ IMAGE_INSTALL += "\
     packagegroup-arago-base \
     packagegroup-arago-console \
     packagegroup-arago-base-tisdk \
-    packagegroup-arago-test \
-    packagegroup-arago-test-addons \
+    ti-test \
     ${@bb.utils.contains('MACHINE_FEATURES','gpu','packagegroup-arago-tisdk-graphics','',d)} \
     ${@bb.utils.contains('MACHINE_FEATURES','gpu','packagegroup-arago-tisdk-gtk','',d)} \
     ${@bb.utils.contains('MACHINE_FEATURES','gpu','packagegroup-arago-tisdk-qte','',d)} \
diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb
deleted file mode 100644
index 48ef5c0..0000000
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb
+++ /dev/null
@@ -1,88 +0,0 @@
-DESCRIPTION = "Extended task to get System Test specific apps"
-LICENSE = "MIT"
-PR = "r50"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-inherit packagegroup
-
-ARAGO_TEST = "\
-    bonnie++ \
-    hdparm \
-    iozone3 \
-    lmbench \
-    rt-tests \
-    evtest \
-    bc \
-    memtester \
-    libdrm-tests \
-    powertop \
-    stress \
-    stress-ng \
-    yavta \
-    rng-tools \
-    perf \
-    v4l-utils \
-    smcroute \
-    rwmem \
-    pulseaudio-misc \
-    kselftests \
-    cpuset \
-    procps \
-    mtd-utils-ubifs-tests \
-    pcitest \
-    mstpd \
-    fio \
-    "
-
-ARAGO_TEST_append_armv7a = " \
-    cpuburn-neon \
-"
-
-ARAGO_TEST_append_armv7ve = " \
-    cpuburn-neon \
-"
-
-ARAGO_TI_TEST = " \
-    ltp-ddt \
-    input-utils \
-    cpuloadgen \
-    timestamping \
-    uvc-gadget \
-    "
-
-ARAGO_TI_TEST_append_ti33x = " \
-    omapconf \
-    "
-
-ARAGO_TI_TEST_append_ti43x = " \
-    omapconf \
-    "
-
-ARAGO_TI_TEST_append_omap-a15 = " \
-    omapconf \
-    ti-ipc-test \
-    "
-
-ARAGO_TI_TEST_append_am65xx = " \
-    ti-ipc-test \
-    "
-
-ARAGO_TI_TEST_append_j7-evm = " \
-    viddec-test-app \
-    videnc-test-app \
-    ufs-tool \
-    "
-
-ARAGO_TI_TEST_append_keystone = " \
-    ti-ipc-test \
-    "
-
-ARAGO_TI_TEST_append_omapl138 = " \
-    ti-ipc-test \
-    "
-
-RDEPENDS_${PN} = "\
-    ${ARAGO_TEST} \
-    ${ARAGO_TI_TEST} \
-    "
diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test-addons.bb b/meta-arago-distro/recipes-core/packagegroups/ti-test.bb
similarity index 61%
rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test-addons.bb
rename to meta-arago-distro/recipes-core/packagegroups/ti-test.bb
index 53954f7..e721360 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test-addons.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/ti-test.bb
@@ -1,28 +1,102 @@
-DESCRIPTION = "Task to install additional utilities/demos for test image"
+SUMMARY = "TI Testing packagegroup"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-PR = "r14"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 inherit packagegroup
 
+ARAGO_TEST = "\
+    bonnie++ \
+    hdparm \
+    iozone3 \
+    lmbench \
+    rt-tests \
+    evtest \
+    bc \
+    memtester \
+    libdrm-tests \
+    powertop \
+    stress \
+    stress-ng \
+    yavta \
+    rng-tools \
+    perf \
+    v4l-utils \
+    smcroute \
+    rwmem \
+    pulseaudio-misc \
+    kselftests \
+    cpuset \
+    procps \
+    mtd-utils-ubifs-tests \
+    pcitest \
+    mstpd \
+    fio \
+"
+
+ARAGO_TEST_append_armv7a = " \
+    cpuburn-neon \
+"
+
+ARAGO_TEST_append_armv7ve = " \
+    cpuburn-neon \
+"
+
+ARAGO_TI_TEST = " \
+    ltp-ddt \
+    input-utils \
+    cpuloadgen \
+    timestamping \
+    uvc-gadget \
+"
+
+ARAGO_TI_TEST_append_ti33x = " \
+    omapconf \
+"
+
+ARAGO_TI_TEST_append_ti43x = " \
+    omapconf \
+"
+
+ARAGO_TI_TEST_append_omap-a15 = " \
+    omapconf \
+    ti-ipc-test \
+"
+
+ARAGO_TI_TEST_append_am65xx = " \
+    ti-ipc-test \
+"
+
+ARAGO_TI_TEST_append_j7-evm = " \
+    viddec-test-app \
+    videnc-test-app \
+    ufs-tool \
+"
+
+ARAGO_TI_TEST_append_keystone = " \
+    ti-ipc-test \
+"
+
+ARAGO_TI_TEST_append_omapl138 = " \
+    ti-ipc-test \
+"
+
 TEST_ADDONS = " \
     bridge-utils \
     linuxptp \
     openntpd \
-    "
+"
 
 TEST_ADDONS_TI = ""
 
 TEST_ADDONS_TI_append_ti43x = " \
     cmem-test \
-    "
+"
 
 TEST_ADDONS_TI_append_omap-a15 = " \
     ${@bb.utils.contains('MACHINE_FEATURES', 'mmip', 'omapdrmtest', '', d)} \
     cmem-test \
-    "
+"
 
 # Disable ipsecmgr due to libnl and xfrm conflict
 #    ipsecmgr
@@ -40,7 +114,7 @@ TEST_ADDONS_TI_append_keystone = " \
     traceframework-test \
     udma-test \
     cmem-test \
-    "
+"
 
 # The following are not yet ready for k2g-evm
 #    nwal-lld-test
@@ -62,7 +136,7 @@ TEST_ADDONS_TI_append_k2hk = " \
     hyplnk-lld-test \
     mmap-lld-test \
     aif2-lld-test \
-    "
+"
 
 # Disable netapi due to libnl and xfrm conflict
 #    netapi-test
@@ -74,7 +148,7 @@ TEST_ADDONS_TI_append_k2l = " \
     dfe-lld-test \
     iqn2-lld-test \
     ipc-transport-qmss-test \
-    "
+"
 
 # Disable netapi due to libnl and xfrm conflict
 #    netapi-test
@@ -86,9 +160,11 @@ TEST_ADDONS_TI_append_k2e = " \
     mmap-lld-test \
     hyplnk-lld-test \
     ipc-transport-qmss-test \
-    "
+"
 
 RDEPENDS_${PN} = "\
+    ${ARAGO_TEST} \
+    ${ARAGO_TI_TEST} \
     ${TEST_ADDONS} \
     ${TEST_ADDONS_TI} \
-    "
+"
diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
index fcd3bed..1aa3a39 100644
--- a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
@@ -32,8 +32,7 @@ RDEPENDS_${PN} = "\
     packagegroup-arago-base \
     packagegroup-arago-console \
     packagegroup-arago-base-tisdk \
-    packagegroup-arago-test \
-    packagegroup-arago-test-addons \
+    ti-test \
     ${@bb.utils.contains('MACHINE_FEATURES','gpu','packagegroup-arago-tisdk-graphics','',d)} \
     ${@bb.utils.contains('MACHINE_FEATURES','gpu','packagegroup-arago-tisdk-gtk','',d)} \
     ${@bb.utils.contains('MACHINE_FEATURES','gpu','packagegroup-arago-tisdk-qte qt3d-examples','',d)} \
-- 
2.7.4



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

* [RFC][PATCH 2/3] packagegroups: create initial ti-analytics and ti-demos packagegroups
  2020-02-04 18:18 [RFC][PATCH 1/3] packagegroups: combine and rename arago-test and addons into ti-test Denys Dmytriyenko
@ 2020-02-04 18:18 ` Denys Dmytriyenko
  2020-02-04 20:23   ` [EXTERNAL] " Jacob Stiffler
  2020-02-04 18:18 ` [RFC][PATCH 3/3] ti-opencl: add aliases for opencl and opencl-runtime Denys Dmytriyenko
  1 sibling, 1 reply; 7+ messages in thread
From: Denys Dmytriyenko @ 2020-02-04 18:18 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 .../recipes-core/images/tisdk-rootfs-image.bb      |  2 ++
 .../packagegroup-arago-tisdk-addons.bb             | 36 +++-------------------
 .../recipes-core/packagegroups/ti-analytics.bb     |  9 ++++++
 .../recipes-core/packagegroups/ti-demos.bb         |  9 ++++++
 .../recipes-core/packagegroups/ti-world.bb         |  2 ++
 5 files changed, 27 insertions(+), 31 deletions(-)
 create mode 100644 meta-arago-distro/recipes-core/packagegroups/ti-analytics.bb
 create mode 100644 meta-arago-distro/recipes-core/packagegroups/ti-demos.bb

diff --git a/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb b/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb
index 1b2ffbd..ae026a1 100644
--- a/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb
+++ b/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb
@@ -22,6 +22,8 @@ IMAGE_INSTALL += "\
     packagegroup-arago-tisdk-addons \
     packagegroup-arago-tisdk-addons-extra \
     ${@bb.utils.contains('MACHINE_FEATURES','gpu','packagegroup-arago-tisdk-hmi','packagegroup-arago-base-tisdk-server-extra',d)} \
+    ti-analytics \
+    ti-demos \
 "
 
 export IMAGE_BASENAME = "tisdk-rootfs-image"
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 967fc5d..ddf7785 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
@@ -140,42 +140,16 @@ EXTRA_PACKAGES_omapl138 = " \
     protobuf \
 "
 
-ARMNN_PACKAGES = "armnn"
-
-EXTRA_PACKAGES_append_ti33x = " voxelsdk \
-                                arm-compute-library \
-                                ${ARMNN_PACKAGES} \
-                                tensorflow-lite-examples \
-                                pdm-anomaly-detection \
-"
-
-EXTRA_PACKAGES_append_ti43x = " voxelsdk \
-                                arm-compute-library \
-                                ${ARMNN_PACKAGES} \
-                                tensorflow-lite-examples \
-                                pdm-anomaly-detection \
-"
-
-EXTRA_PACKAGES_append_omap-a15 = " voxelsdk \
-                                   big-data-ipc-demo-linux \
-                                   big-data-ipc-demo-linux-firmware \
-                                   arm-compute-library \
-                                   ${ARMNN_PACKAGES} \
-                                   tensorflow-lite-examples \
-                                   pdm-anomaly-detection \
-"
-
-EXTRA_PACKAGES_append_am65xx = " arm-compute-library \
-                             ${ARMNN_PACKAGES} \
-                             tensorflow-lite-examples \
-                             pdm-anomaly-detection \
-"
-
 EXTRA_PACKAGES_append_omap-a15 = " ti-ipc-examples-linux"
 EXTRA_PACKAGES_append_keystone = " ti-ipc-examples-linux"
 EXTRA_PACKAGES_append_omapl138 = " ti-ipc-examples-linux"
 EXTRA_PACKAGES_append_am65xx = " ti-ipc-examples-linux"
 
+EXTRA_PACKAGES_append_omap-a15 = " \
+    big-data-ipc-demo-linux \
+    big-data-ipc-demo-linux-firmware \
+"
+
 EXTRA_PACKAGES_append_am335x-evm = " pruss-lld-apps acontis-atemsys"
 EXTRA_PACKAGES_append_am437x-evm = " pruss-lld-apps"
 EXTRA_PACKAGES_append_am57xx-evm = " pruss-lld-apps acontis-atemsys"
diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-analytics.bb b/meta-arago-distro/recipes-core/packagegroups/ti-analytics.bb
new file mode 100644
index 0000000..e5a13f6
--- /dev/null
+++ b/meta-arago-distro/recipes-core/packagegroups/ti-analytics.bb
@@ -0,0 +1,9 @@
+SUMMARY = "TI World packagegroup"
+LICENSE = "MIT"
+
+inherit packagegroup
+
+RDEPENDS_${PN} = "\
+    armnn \
+    tensorflow-lite-examples \
+"
diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-demos.bb b/meta-arago-distro/recipes-core/packagegroups/ti-demos.bb
new file mode 100644
index 0000000..20d73b9
--- /dev/null
+++ b/meta-arago-distro/recipes-core/packagegroups/ti-demos.bb
@@ -0,0 +1,9 @@
+SUMMARY = "TI World packagegroup"
+LICENSE = "MIT"
+
+inherit packagegroup
+
+RDEPENDS_${PN} = "\
+    voxelsdk \
+    pdm-anomaly-detection \
+"
diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
index 1aa3a39..164ac63 100644
--- a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
@@ -53,4 +53,6 @@ RDEPENDS_${PN} = "\
     ${DEVTOOLS} \
     ${@bb.utils.contains('TUNE_FEATURES', 'armv7a', 'valgrind', '', d)} \
     packagegroup-arago-misc \
+    ti-analytics \
+    ti-demos \
 "
-- 
2.7.4



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

* [RFC][PATCH 3/3] ti-opencl: add aliases for opencl and opencl-runtime
  2020-02-04 18:18 [RFC][PATCH 1/3] packagegroups: combine and rename arago-test and addons into ti-test Denys Dmytriyenko
  2020-02-04 18:18 ` [RFC][PATCH 2/3] packagegroups: create initial ti-analytics and ti-demos packagegroups Denys Dmytriyenko
@ 2020-02-04 18:18 ` Denys Dmytriyenko
  1 sibling, 0 replies; 7+ messages in thread
From: Denys Dmytriyenko @ 2020-02-04 18:18 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 meta-arago-distro/recipes-core/packagegroups/ti-opencl.bb | 10 ++++++++++
 meta-arago-distro/recipes-core/packagegroups/ti-world.bb  |  1 +
 2 files changed, 11 insertions(+)
 create mode 100644 meta-arago-distro/recipes-core/packagegroups/ti-opencl.bb

diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-opencl.bb b/meta-arago-distro/recipes-core/packagegroups/ti-opencl.bb
new file mode 100644
index 0000000..b962779
--- /dev/null
+++ b/meta-arago-distro/recipes-core/packagegroups/ti-opencl.bb
@@ -0,0 +1,10 @@
+# This is just an alias between debian and OE names
+
+LICENSE = "MIT"
+
+inherit packagegroup
+
+PACKAGES += "${PN}-runtime"
+
+RDEPENDS_${PN} = "opencl"
+RDEPENDS_${PN}-runtime = "opencl-runtime"
diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
index 164ac63..c9aad1f 100644
--- a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
@@ -55,4 +55,5 @@ RDEPENDS_${PN} = "\
     packagegroup-arago-misc \
     ti-analytics \
     ti-demos \
+    ti-opencl \
 "
-- 
2.7.4



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

* Re: [EXTERNAL] [RFC][PATCH 2/3] packagegroups: create initial ti-analytics and ti-demos packagegroups
  2020-02-04 18:18 ` [RFC][PATCH 2/3] packagegroups: create initial ti-analytics and ti-demos packagegroups Denys Dmytriyenko
@ 2020-02-04 20:23   ` Jacob Stiffler
  2020-02-04 20:26     ` Denys Dmytriyenko
  0 siblings, 1 reply; 7+ messages in thread
From: Jacob Stiffler @ 2020-02-04 20:23 UTC (permalink / raw)
  To: Denys Dmytriyenko, meta-arago

[-- Attachment #1: Type: text/plain, Size: 5561 bytes --]


On 2/4/2020 1:18 PM, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ti.com>
>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
>   .../recipes-core/images/tisdk-rootfs-image.bb      |  2 ++
>   .../packagegroup-arago-tisdk-addons.bb             | 36 +++-------------------
>   .../recipes-core/packagegroups/ti-analytics.bb     |  9 ++++++
>   .../recipes-core/packagegroups/ti-demos.bb         |  9 ++++++
>   .../recipes-core/packagegroups/ti-world.bb         |  2 ++
>   5 files changed, 27 insertions(+), 31 deletions(-)
>   create mode 100644 meta-arago-distro/recipes-core/packagegroups/ti-analytics.bb
>   create mode 100644 meta-arago-distro/recipes-core/packagegroups/ti-demos.bb
>
> diff --git a/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb b/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb
> index 1b2ffbd..ae026a1 100644
> --- a/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb
> +++ b/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb
> @@ -22,6 +22,8 @@ IMAGE_INSTALL += "\
>       packagegroup-arago-tisdk-addons \
>       packagegroup-arago-tisdk-addons-extra \
>       ${@bb.utils.contains('MACHINE_FEATURES','gpu','packagegroup-arago-tisdk-hmi','packagegroup-arago-base-tisdk-server-extra',d)} \
> +    ti-analytics \
> +    ti-demos \
>   "
>   
>   export IMAGE_BASENAME = "tisdk-rootfs-image"
> 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 967fc5d..ddf7785 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
> @@ -140,42 +140,16 @@ EXTRA_PACKAGES_omapl138 = " \
>       protobuf \
>   "
>   
> -ARMNN_PACKAGES = "armnn"
> -
> -EXTRA_PACKAGES_append_ti33x = " voxelsdk \
> -                                arm-compute-library \
> -                                ${ARMNN_PACKAGES} \
> -                                tensorflow-lite-examples \
> -                                pdm-anomaly-detection \
> -"
> -
> -EXTRA_PACKAGES_append_ti43x = " voxelsdk \
> -                                arm-compute-library \
> -                                ${ARMNN_PACKAGES} \
> -                                tensorflow-lite-examples \
> -                                pdm-anomaly-detection \
> -"
> -
> -EXTRA_PACKAGES_append_omap-a15 = " voxelsdk \
> -                                   big-data-ipc-demo-linux \
> -                                   big-data-ipc-demo-linux-firmware \
> -                                   arm-compute-library \
> -                                   ${ARMNN_PACKAGES} \
> -                                   tensorflow-lite-examples \
> -                                   pdm-anomaly-detection \
> -"
> -
> -EXTRA_PACKAGES_append_am65xx = " arm-compute-library \
> -                             ${ARMNN_PACKAGES} \
> -                             tensorflow-lite-examples \
> -                             pdm-anomaly-detection \
> -"
> -
>   EXTRA_PACKAGES_append_omap-a15 = " ti-ipc-examples-linux"
>   EXTRA_PACKAGES_append_keystone = " ti-ipc-examples-linux"
>   EXTRA_PACKAGES_append_omapl138 = " ti-ipc-examples-linux"
>   EXTRA_PACKAGES_append_am65xx = " ti-ipc-examples-linux"
>   
> +EXTRA_PACKAGES_append_omap-a15 = " \
> +    big-data-ipc-demo-linux \
> +    big-data-ipc-demo-linux-firmware \
> +"
> +
>   EXTRA_PACKAGES_append_am335x-evm = " pruss-lld-apps acontis-atemsys"
>   EXTRA_PACKAGES_append_am437x-evm = " pruss-lld-apps"
>   EXTRA_PACKAGES_append_am57xx-evm = " pruss-lld-apps acontis-atemsys"
> diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-analytics.bb b/meta-arago-distro/recipes-core/packagegroups/ti-analytics.bb
> new file mode 100644
> index 0000000..e5a13f6
> --- /dev/null
> +++ b/meta-arago-distro/recipes-core/packagegroups/ti-analytics.bb
> @@ -0,0 +1,9 @@
> +SUMMARY = "TI World packagegroup"
> +LICENSE = "MIT"
> +
> +inherit packagegroup
> +
> +RDEPENDS_${PN} = "\
> +    armnn \
> +    tensorflow-lite-examples \
> +"
> diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-demos.bb b/meta-arago-distro/recipes-core/packagegroups/ti-demos.bb
> new file mode 100644
> index 0000000..20d73b9
> --- /dev/null
> +++ b/meta-arago-distro/recipes-core/packagegroups/ti-demos.bb
> @@ -0,0 +1,9 @@
> +SUMMARY = "TI World packagegroup"
> +LICENSE = "MIT"
> +
> +inherit packagegroup
> +
> +RDEPENDS_${PN} = "\
> +    voxelsdk \


voxelsdk was not marked as compatible with am65xx:


ERROR: Nothing RPROVIDES 'voxelsdk' (but /oe/bld/sources/meta-arago-bb/meta-arago-distro/recipes-core/packagegroups/ti-demos.bb RDEPENDS on or otherwise requires it)
voxelsdk was skipped: incompatible with machine am65xx-evm (not in COMPATIBLE_MACHINE)


> +    pdm-anomaly-detection \
> +"
> diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
> index 1aa3a39..164ac63 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
> @@ -53,4 +53,6 @@ RDEPENDS_${PN} = "\
>       ${DEVTOOLS} \
>       ${@bb.utils.contains('TUNE_FEATURES', 'armv7a', 'valgrind', '', d)} \
>       packagegroup-arago-misc \
> +    ti-analytics \
> +    ti-demos \
>   "

[-- Attachment #2: Type: text/html, Size: 6457 bytes --]

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

* Re: [EXTERNAL] [RFC][PATCH 2/3] packagegroups: create initial ti-analytics and ti-demos packagegroups
  2020-02-04 20:23   ` [EXTERNAL] " Jacob Stiffler
@ 2020-02-04 20:26     ` Denys Dmytriyenko
  2020-02-04 20:33       ` Jacob Stiffler
  0 siblings, 1 reply; 7+ messages in thread
From: Denys Dmytriyenko @ 2020-02-04 20:26 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-arago

On Tue, Feb 04, 2020 at 03:23:55PM -0500, Jacob Stiffler wrote:
> 
> On 2/4/2020 1:18 PM, Denys Dmytriyenko wrote:
> >From: Denys Dmytriyenko <denys@ti.com>
> >
> >Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> >---
> >  .../recipes-core/images/tisdk-rootfs-image.bb      |  2 ++
> >  .../packagegroup-arago-tisdk-addons.bb             | 36 +++-------------------
> >  .../recipes-core/packagegroups/ti-analytics.bb     |  9 ++++++
> >  .../recipes-core/packagegroups/ti-demos.bb         |  9 ++++++
> >  .../recipes-core/packagegroups/ti-world.bb         |  2 ++
> >  5 files changed, 27 insertions(+), 31 deletions(-)
> >  create mode 100644 meta-arago-distro/recipes-core/packagegroups/ti-analytics.bb
> >  create mode 100644 meta-arago-distro/recipes-core/packagegroups/ti-demos.bb
> >
> >diff --git a/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb b/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb
> >index 1b2ffbd..ae026a1 100644
> >--- a/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb
> >+++ b/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb
> >@@ -22,6 +22,8 @@ IMAGE_INSTALL += "\
> >      packagegroup-arago-tisdk-addons \
> >      packagegroup-arago-tisdk-addons-extra \
> >      ${@bb.utils.contains('MACHINE_FEATURES','gpu','packagegroup-arago-tisdk-hmi','packagegroup-arago-base-tisdk-server-extra',d)} \
> >+    ti-analytics \
> >+    ti-demos \
> >  "
> >  export IMAGE_BASENAME = "tisdk-rootfs-image"
> >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 967fc5d..ddf7785 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
> >@@ -140,42 +140,16 @@ EXTRA_PACKAGES_omapl138 = " \
> >      protobuf \
> >  "
> >-ARMNN_PACKAGES = "armnn"
> >-
> >-EXTRA_PACKAGES_append_ti33x = " voxelsdk \
> >-                                arm-compute-library \
> >-                                ${ARMNN_PACKAGES} \
> >-                                tensorflow-lite-examples \
> >-                                pdm-anomaly-detection \
> >-"
> >-
> >-EXTRA_PACKAGES_append_ti43x = " voxelsdk \
> >-                                arm-compute-library \
> >-                                ${ARMNN_PACKAGES} \
> >-                                tensorflow-lite-examples \
> >-                                pdm-anomaly-detection \
> >-"
> >-
> >-EXTRA_PACKAGES_append_omap-a15 = " voxelsdk \
> >-                                   big-data-ipc-demo-linux \
> >-                                   big-data-ipc-demo-linux-firmware \
> >-                                   arm-compute-library \
> >-                                   ${ARMNN_PACKAGES} \
> >-                                   tensorflow-lite-examples \
> >-                                   pdm-anomaly-detection \
> >-"
> >-
> >-EXTRA_PACKAGES_append_am65xx = " arm-compute-library \
> >-                             ${ARMNN_PACKAGES} \
> >-                             tensorflow-lite-examples \
> >-                             pdm-anomaly-detection \
> >-"
> >-
> >  EXTRA_PACKAGES_append_omap-a15 = " ti-ipc-examples-linux"
> >  EXTRA_PACKAGES_append_keystone = " ti-ipc-examples-linux"
> >  EXTRA_PACKAGES_append_omapl138 = " ti-ipc-examples-linux"
> >  EXTRA_PACKAGES_append_am65xx = " ti-ipc-examples-linux"
> >+EXTRA_PACKAGES_append_omap-a15 = " \
> >+    big-data-ipc-demo-linux \
> >+    big-data-ipc-demo-linux-firmware \
> >+"
> >+
> >  EXTRA_PACKAGES_append_am335x-evm = " pruss-lld-apps acontis-atemsys"
> >  EXTRA_PACKAGES_append_am437x-evm = " pruss-lld-apps"
> >  EXTRA_PACKAGES_append_am57xx-evm = " pruss-lld-apps acontis-atemsys"
> >diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-analytics.bb b/meta-arago-distro/recipes-core/packagegroups/ti-analytics.bb
> >new file mode 100644
> >index 0000000..e5a13f6
> >--- /dev/null
> >+++ b/meta-arago-distro/recipes-core/packagegroups/ti-analytics.bb
> >@@ -0,0 +1,9 @@
> >+SUMMARY = "TI World packagegroup"
> >+LICENSE = "MIT"
> >+
> >+inherit packagegroup
> >+
> >+RDEPENDS_${PN} = "\
> >+    armnn \
> >+    tensorflow-lite-examples \
> >+"
> >diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-demos.bb b/meta-arago-distro/recipes-core/packagegroups/ti-demos.bb
> >new file mode 100644
> >index 0000000..20d73b9
> >--- /dev/null
> >+++ b/meta-arago-distro/recipes-core/packagegroups/ti-demos.bb
> >@@ -0,0 +1,9 @@
> >+SUMMARY = "TI World packagegroup"
> >+LICENSE = "MIT"
> >+
> >+inherit packagegroup
> >+
> >+RDEPENDS_${PN} = "\
> >+    voxelsdk \
> 
> 
> voxelsdk was not marked as compatible with am65xx:
> 
> 
> ERROR: Nothing RPROVIDES 'voxelsdk' (but /oe/bld/sources/meta-arago-bb/meta-arago-distro/recipes-core/packagegroups/ti-demos.bb RDEPENDS on or otherwise requires it)
> voxelsdk was skipped: incompatible with machine am65xx-evm (not in COMPATIBLE_MACHINE)

Yeah, some of the changes will also break K2, as those are not compatible 
either...
Is there anything specific in voxelsdk that it's not compatible with am65xx? 
Or is it one of those cases of "hasn't been tested on other platforms"?


> >+    pdm-anomaly-detection \
> >+"
> >diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
> >index 1aa3a39..164ac63 100644
> >--- a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
> >+++ b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
> >@@ -53,4 +53,6 @@ RDEPENDS_${PN} = "\
> >      ${DEVTOOLS} \
> >      ${@bb.utils.contains('TUNE_FEATURES', 'armv7a', 'valgrind', '', d)} \
> >      packagegroup-arago-misc \
> >+    ti-analytics \
> >+    ti-demos \
> >  "

> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago



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

* Re: [EXTERNAL] [RFC][PATCH 2/3] packagegroups: create initial ti-analytics and ti-demos packagegroups
  2020-02-04 20:26     ` Denys Dmytriyenko
@ 2020-02-04 20:33       ` Jacob Stiffler
  2020-02-05 16:33         ` Denys Dmytriyenko
  0 siblings, 1 reply; 7+ messages in thread
From: Jacob Stiffler @ 2020-02-04 20:33 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arago


On 2/4/2020 3:26 PM, Denys Dmytriyenko wrote:
> On Tue, Feb 04, 2020 at 03:23:55PM -0500, Jacob Stiffler wrote:
>> On 2/4/2020 1:18 PM, Denys Dmytriyenko wrote:
>>> From: Denys Dmytriyenko <denys@ti.com>
>>>
>>> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
>>> ---
>>>   .../recipes-core/images/tisdk-rootfs-image.bb      |  2 ++
>>>   .../packagegroup-arago-tisdk-addons.bb             | 36 +++-------------------
>>>   .../recipes-core/packagegroups/ti-analytics.bb     |  9 ++++++
>>>   .../recipes-core/packagegroups/ti-demos.bb         |  9 ++++++
>>>   .../recipes-core/packagegroups/ti-world.bb         |  2 ++
>>>   5 files changed, 27 insertions(+), 31 deletions(-)
>>>   create mode 100644 meta-arago-distro/recipes-core/packagegroups/ti-analytics.bb
>>>   create mode 100644 meta-arago-distro/recipes-core/packagegroups/ti-demos.bb
>>>
>>> diff --git a/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb b/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb
>>> index 1b2ffbd..ae026a1 100644
>>> --- a/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb
>>> +++ b/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb
>>> @@ -22,6 +22,8 @@ IMAGE_INSTALL += "\
>>>       packagegroup-arago-tisdk-addons \
>>>       packagegroup-arago-tisdk-addons-extra \
>>>       ${@bb.utils.contains('MACHINE_FEATURES','gpu','packagegroup-arago-tisdk-hmi','packagegroup-arago-base-tisdk-server-extra',d)} \
>>> +    ti-analytics \
>>> +    ti-demos \
>>>   "
>>>   export IMAGE_BASENAME = "tisdk-rootfs-image"
>>> 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 967fc5d..ddf7785 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
>>> @@ -140,42 +140,16 @@ EXTRA_PACKAGES_omapl138 = " \
>>>       protobuf \
>>>   "
>>> -ARMNN_PACKAGES = "armnn"
>>> -
>>> -EXTRA_PACKAGES_append_ti33x = " voxelsdk \
>>> -                                arm-compute-library \
>>> -                                ${ARMNN_PACKAGES} \
>>> -                                tensorflow-lite-examples \
>>> -                                pdm-anomaly-detection \
>>> -"
>>> -
>>> -EXTRA_PACKAGES_append_ti43x = " voxelsdk \
>>> -                                arm-compute-library \
>>> -                                ${ARMNN_PACKAGES} \
>>> -                                tensorflow-lite-examples \
>>> -                                pdm-anomaly-detection \
>>> -"
>>> -
>>> -EXTRA_PACKAGES_append_omap-a15 = " voxelsdk \
>>> -                                   big-data-ipc-demo-linux \
>>> -                                   big-data-ipc-demo-linux-firmware \
>>> -                                   arm-compute-library \
>>> -                                   ${ARMNN_PACKAGES} \
>>> -                                   tensorflow-lite-examples \
>>> -                                   pdm-anomaly-detection \
>>> -"
>>> -
>>> -EXTRA_PACKAGES_append_am65xx = " arm-compute-library \
>>> -                             ${ARMNN_PACKAGES} \
>>> -                             tensorflow-lite-examples \
>>> -                             pdm-anomaly-detection \
>>> -"
>>> -
>>>   EXTRA_PACKAGES_append_omap-a15 = " ti-ipc-examples-linux"
>>>   EXTRA_PACKAGES_append_keystone = " ti-ipc-examples-linux"
>>>   EXTRA_PACKAGES_append_omapl138 = " ti-ipc-examples-linux"
>>>   EXTRA_PACKAGES_append_am65xx = " ti-ipc-examples-linux"
>>> +EXTRA_PACKAGES_append_omap-a15 = " \
>>> +    big-data-ipc-demo-linux \
>>> +    big-data-ipc-demo-linux-firmware \
>>> +"
>>> +
>>>   EXTRA_PACKAGES_append_am335x-evm = " pruss-lld-apps acontis-atemsys"
>>>   EXTRA_PACKAGES_append_am437x-evm = " pruss-lld-apps"
>>>   EXTRA_PACKAGES_append_am57xx-evm = " pruss-lld-apps acontis-atemsys"
>>> diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-analytics.bb b/meta-arago-distro/recipes-core/packagegroups/ti-analytics.bb
>>> new file mode 100644
>>> index 0000000..e5a13f6
>>> --- /dev/null
>>> +++ b/meta-arago-distro/recipes-core/packagegroups/ti-analytics.bb
>>> @@ -0,0 +1,9 @@
>>> +SUMMARY = "TI World packagegroup"
>>> +LICENSE = "MIT"
>>> +
>>> +inherit packagegroup
>>> +
>>> +RDEPENDS_${PN} = "\
>>> +    armnn \
>>> +    tensorflow-lite-examples \
>>> +"
>>> diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-demos.bb b/meta-arago-distro/recipes-core/packagegroups/ti-demos.bb
>>> new file mode 100644
>>> index 0000000..20d73b9
>>> --- /dev/null
>>> +++ b/meta-arago-distro/recipes-core/packagegroups/ti-demos.bb
>>> @@ -0,0 +1,9 @@
>>> +SUMMARY = "TI World packagegroup"
>>> +LICENSE = "MIT"
>>> +
>>> +inherit packagegroup
>>> +
>>> +RDEPENDS_${PN} = "\
>>> +    voxelsdk \
>>
>> voxelsdk was not marked as compatible with am65xx:
>>
>>
>> ERROR: Nothing RPROVIDES 'voxelsdk' (but /oe/bld/sources/meta-arago-bb/meta-arago-distro/recipes-core/packagegroups/ti-demos.bb RDEPENDS on or otherwise requires it)
>> voxelsdk was skipped: incompatible with machine am65xx-evm (not in COMPATIBLE_MACHINE)
> Yeah, some of the changes will also break K2, as those are not compatible
> either...
> Is there anything specific in voxelsdk that it's not compatible with am65xx?
> Or is it one of those cases of "hasn't been tested on other platforms"?
>

I am not aware of any incompatibilities, but there are some 
machine-specifics in the recipe.


>>> +    pdm-anomaly-detection \
>>> +"
>>> diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
>>> index 1aa3a39..164ac63 100644
>>> --- a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
>>> +++ b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
>>> @@ -53,4 +53,6 @@ RDEPENDS_${PN} = "\
>>>       ${DEVTOOLS} \
>>>       ${@bb.utils.contains('TUNE_FEATURES', 'armv7a', 'valgrind', '', d)} \
>>>       packagegroup-arago-misc \
>>> +    ti-analytics \
>>> +    ti-demos \
>>>   "
>> _______________________________________________
>> meta-arago mailing list
>> meta-arago@arago-project.org
>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [EXTERNAL] [RFC][PATCH 2/3] packagegroups: create initial ti-analytics and ti-demos packagegroups
  2020-02-04 20:33       ` Jacob Stiffler
@ 2020-02-05 16:33         ` Denys Dmytriyenko
  0 siblings, 0 replies; 7+ messages in thread
From: Denys Dmytriyenko @ 2020-02-05 16:33 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-arago

On Tue, Feb 04, 2020 at 03:33:28PM -0500, Jacob Stiffler wrote:
> 
> On 2/4/2020 3:26 PM, Denys Dmytriyenko wrote:
> >On Tue, Feb 04, 2020 at 03:23:55PM -0500, Jacob Stiffler wrote:
> >>On 2/4/2020 1:18 PM, Denys Dmytriyenko wrote:
> >>>From: Denys Dmytriyenko <denys@ti.com>
> >>>
> >>>Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> >>>---
> >>>  .../recipes-core/images/tisdk-rootfs-image.bb      |  2 ++
> >>>  .../packagegroup-arago-tisdk-addons.bb             | 36 +++-------------------
> >>>  .../recipes-core/packagegroups/ti-analytics.bb     |  9 ++++++
> >>>  .../recipes-core/packagegroups/ti-demos.bb         |  9 ++++++
> >>>  .../recipes-core/packagegroups/ti-world.bb         |  2 ++
> >>>  5 files changed, 27 insertions(+), 31 deletions(-)
> >>>  create mode 100644 meta-arago-distro/recipes-core/packagegroups/ti-analytics.bb
> >>>  create mode 100644 meta-arago-distro/recipes-core/packagegroups/ti-demos.bb
> >>>
> >>>diff --git a/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb b/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb
> >>>index 1b2ffbd..ae026a1 100644
> >>>--- a/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb
> >>>+++ b/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb
> >>>@@ -22,6 +22,8 @@ IMAGE_INSTALL += "\
> >>>      packagegroup-arago-tisdk-addons \
> >>>      packagegroup-arago-tisdk-addons-extra \
> >>>      ${@bb.utils.contains('MACHINE_FEATURES','gpu','packagegroup-arago-tisdk-hmi','packagegroup-arago-base-tisdk-server-extra',d)} \
> >>>+    ti-analytics \
> >>>+    ti-demos \
> >>>  "
> >>>  export IMAGE_BASENAME = "tisdk-rootfs-image"
> >>>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 967fc5d..ddf7785 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
> >>>@@ -140,42 +140,16 @@ EXTRA_PACKAGES_omapl138 = " \
> >>>      protobuf \
> >>>  "
> >>>-ARMNN_PACKAGES = "armnn"
> >>>-
> >>>-EXTRA_PACKAGES_append_ti33x = " voxelsdk \
> >>>-                                arm-compute-library \
> >>>-                                ${ARMNN_PACKAGES} \
> >>>-                                tensorflow-lite-examples \
> >>>-                                pdm-anomaly-detection \
> >>>-"
> >>>-
> >>>-EXTRA_PACKAGES_append_ti43x = " voxelsdk \
> >>>-                                arm-compute-library \
> >>>-                                ${ARMNN_PACKAGES} \
> >>>-                                tensorflow-lite-examples \
> >>>-                                pdm-anomaly-detection \
> >>>-"
> >>>-
> >>>-EXTRA_PACKAGES_append_omap-a15 = " voxelsdk \
> >>>-                                   big-data-ipc-demo-linux \
> >>>-                                   big-data-ipc-demo-linux-firmware \
> >>>-                                   arm-compute-library \
> >>>-                                   ${ARMNN_PACKAGES} \
> >>>-                                   tensorflow-lite-examples \
> >>>-                                   pdm-anomaly-detection \
> >>>-"
> >>>-
> >>>-EXTRA_PACKAGES_append_am65xx = " arm-compute-library \
> >>>-                             ${ARMNN_PACKAGES} \
> >>>-                             tensorflow-lite-examples \
> >>>-                             pdm-anomaly-detection \
> >>>-"
> >>>-
> >>>  EXTRA_PACKAGES_append_omap-a15 = " ti-ipc-examples-linux"
> >>>  EXTRA_PACKAGES_append_keystone = " ti-ipc-examples-linux"
> >>>  EXTRA_PACKAGES_append_omapl138 = " ti-ipc-examples-linux"
> >>>  EXTRA_PACKAGES_append_am65xx = " ti-ipc-examples-linux"
> >>>+EXTRA_PACKAGES_append_omap-a15 = " \
> >>>+    big-data-ipc-demo-linux \
> >>>+    big-data-ipc-demo-linux-firmware \
> >>>+"
> >>>+
> >>>  EXTRA_PACKAGES_append_am335x-evm = " pruss-lld-apps acontis-atemsys"
> >>>  EXTRA_PACKAGES_append_am437x-evm = " pruss-lld-apps"
> >>>  EXTRA_PACKAGES_append_am57xx-evm = " pruss-lld-apps acontis-atemsys"
> >>>diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-analytics.bb b/meta-arago-distro/recipes-core/packagegroups/ti-analytics.bb
> >>>new file mode 100644
> >>>index 0000000..e5a13f6
> >>>--- /dev/null
> >>>+++ b/meta-arago-distro/recipes-core/packagegroups/ti-analytics.bb
> >>>@@ -0,0 +1,9 @@
> >>>+SUMMARY = "TI World packagegroup"
> >>>+LICENSE = "MIT"
> >>>+
> >>>+inherit packagegroup
> >>>+
> >>>+RDEPENDS_${PN} = "\
> >>>+    armnn \
> >>>+    tensorflow-lite-examples \
> >>>+"
> >>>diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-demos.bb b/meta-arago-distro/recipes-core/packagegroups/ti-demos.bb
> >>>new file mode 100644
> >>>index 0000000..20d73b9
> >>>--- /dev/null
> >>>+++ b/meta-arago-distro/recipes-core/packagegroups/ti-demos.bb
> >>>@@ -0,0 +1,9 @@
> >>>+SUMMARY = "TI World packagegroup"
> >>>+LICENSE = "MIT"
> >>>+
> >>>+inherit packagegroup
> >>>+
> >>>+RDEPENDS_${PN} = "\
> >>>+    voxelsdk \
> >>
> >>voxelsdk was not marked as compatible with am65xx:
> >>
> >>
> >>ERROR: Nothing RPROVIDES 'voxelsdk' (but /oe/bld/sources/meta-arago-bb/meta-arago-distro/recipes-core/packagegroups/ti-demos.bb RDEPENDS on or otherwise requires it)
> >>voxelsdk was skipped: incompatible with machine am65xx-evm (not in COMPATIBLE_MACHINE)
> >Yeah, some of the changes will also break K2, as those are not compatible
> >either...
> >Is there anything specific in voxelsdk that it's not compatible with am65xx?
> >Or is it one of those cases of "hasn't been tested on other platforms"?
> >
> 
> I am not aware of any incompatibilities, but there are some
> machine-specifics in the recipe.

Will need to revisit this later - we need to reduce the number of 
machine-specific packages. But for now I sent follow up patches to 
resolve this.


> >>>+    pdm-anomaly-detection \
> >>>+"
> >>>diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
> >>>index 1aa3a39..164ac63 100644
> >>>--- a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
> >>>+++ b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
> >>>@@ -53,4 +53,6 @@ RDEPENDS_${PN} = "\
> >>>      ${DEVTOOLS} \
> >>>      ${@bb.utils.contains('TUNE_FEATURES', 'armv7a', 'valgrind', '', d)} \
> >>>      packagegroup-arago-misc \
> >>>+    ti-analytics \
> >>>+    ti-demos \
> >>>  "
> >>_______________________________________________
> >>meta-arago mailing list
> >>meta-arago@arago-project.org
> >>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

end of thread, other threads:[~2020-02-05 16:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-04 18:18 [RFC][PATCH 1/3] packagegroups: combine and rename arago-test and addons into ti-test Denys Dmytriyenko
2020-02-04 18:18 ` [RFC][PATCH 2/3] packagegroups: create initial ti-analytics and ti-demos packagegroups Denys Dmytriyenko
2020-02-04 20:23   ` [EXTERNAL] " Jacob Stiffler
2020-02-04 20:26     ` Denys Dmytriyenko
2020-02-04 20:33       ` Jacob Stiffler
2020-02-05 16:33         ` Denys Dmytriyenko
2020-02-04 18:18 ` [RFC][PATCH 3/3] ti-opencl: add aliases for opencl and opencl-runtime 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.