All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jacob Stiffler <j-stiffler@ti.com>
To: Denys Dmytriyenko <denis@denix.org>, <meta-arago@arago-project.org>
Subject: Re: [EXTERNAL] [RFC][PATCH 2/3] packagegroups: create initial ti-analytics and ti-demos packagegroups
Date: Tue, 4 Feb 2020 15:23:55 -0500	[thread overview]
Message-ID: <ffee611a-04fa-5019-9786-7c16cae71e87@ti.com> (raw)
In-Reply-To: <1580840296-30685-2-git-send-email-denis@denix.org>

[-- 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 --]

  reply	other threads:[~2020-02-04 20:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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   ` Jacob Stiffler [this message]
2020-02-04 20:26     ` [EXTERNAL] " 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

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=ffee611a-04fa-5019-9786-7c16cae71e87@ti.com \
    --to=j-stiffler@ti.com \
    --cc=denis@denix.org \
    --cc=meta-arago@arago-project.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.