From: Jacob Stiffler <j-stiffler@ti.com>
To: Djordje Senicic <x0157990@ti.com>, <meta-arago@arago-project.org>
Subject: Re: [EXTERNAL] [thud/master][PATCH v2 3/3] glow: Add glow and demo-glow to packagegroups
Date: Fri, 21 Jun 2019 11:26:35 -0400 [thread overview]
Message-ID: <2b82f163-3502-4c5c-d2fe-c109cb9af202@ti.com> (raw)
In-Reply-To: <20190620063815.18898-3-x0157990@ti.com>
On 6/20/2019 2:38 AM, Djordje Senicic wrote:
> - Add glow to nativesdk
> - Add demo to target and src packagegroups
> - Also include demo-glow to example-applications
>
> Signed-off-by: Djordje Senicic <x0157990@ti.com>
> ---
> .../packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb | 3 +++
> .../packagegroup-arago-tisdk-addons-sdk-target.bb | 3 +++
> .../packagegroups/packagegroup-arago-tisdk-addons.bb | 3 +++
> .../recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 4 ++++
> .../packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb | 1 +
> 5 files changed, 14 insertions(+)
>
> 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 3b734554..addb4818 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
> @@ -90,14 +90,17 @@ EXTRA_PACKAGES = ""
>
> EXTRA_PACKAGES_append_omap-a15 = " \
> pdm-anomaly-detection-src \
> + demo-glow-src \
> "
>
> EXTRA_PACKAGES_append_ti33x = " \
> pdm-anomaly-detection-src \
> + demo-glow-src \
> "
>
> EXTRA_PACKAGES_append_ti43x = " \
> pdm-anomaly-detection-src \
> + demo-glow-src \
> "
>
> EXTRA_PACKAGES_append_k3 = " \
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb
> index 8bce1756..d998a1eb 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb
> @@ -161,16 +161,19 @@ EXTRA_PACKAGES_append_ti33x = " voxelsdk-dev \
> arm-compute-library-dev \
> ${ARMNN_PACKAGES} \
> pdm-anomaly-detection-dev \
> + demo-glow-dev \
> "
> EXTRA_PACKAGES_append_ti43x = " voxelsdk-dev \
> arm-compute-library-dev \
> ${ARMNN_PACKAGES} \
> pdm-anomaly-detection-dev \
> + demo-glow-dev \
> "
> EXTRA_PACKAGES_append_omap-a15 = " voxelsdk-dev \
> arm-compute-library-dev \
> ${ARMNN_PACKAGES} \
> pdm-anomaly-detection-dev \
> + demo-glow-dev \
> "
> EXTRA_PACKAGES_append_k3 = " arm-compute-library-dev \
> ${ARMNN_PACKAGES} \
> 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 6558a21a..38ec3065 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
> @@ -152,12 +152,14 @@ EXTRA_PACKAGES_append_ti33x = " voxelsdk \
> arm-compute-library \
> ${ARMNN_PACKAGES} \
> pdm-anomaly-detection \
> + demo-glow \
> "
>
> EXTRA_PACKAGES_append_ti43x = " voxelsdk \
> arm-compute-library \
> ${ARMNN_PACKAGES} \
> pdm-anomaly-detection \
> + demo-glow \
> "
>
> EXTRA_PACKAGES_append_omap-a15 = " voxelsdk \
> @@ -166,6 +168,7 @@ EXTRA_PACKAGES_append_omap-a15 = " voxelsdk \
> arm-compute-library \
> ${ARMNN_PACKAGES} \
> pdm-anomaly-detection \
> + demo-glow \
> "
>
> EXTRA_PACKAGES_append_k3 = " arm-compute-library \
> 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 e0d409a2..2200def1 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
> @@ -52,6 +52,7 @@ SRC_URI = "\
> file://Makefile_sysfw-image \
> file://Makefile_mmwavegesture-hmi \
> file://Makefile_pdm-anomaly-detection \
> + file://Makefile_demo-glow \
This file does not appear to be added.
> "
>
> PR = "r95"
> @@ -98,6 +99,7 @@ MAKEFILES_append_ti33x = " u-boot-spl \
> uio-module-drv \
> mmwavegesture-hmi \
> pdm-anomaly-detection \
> + demo-glow \
> "
> MAKEFILES_append_ti43x = " u-boot-spl \
> ${QUICK_PLAYGROUND} \
> @@ -113,6 +115,7 @@ MAKEFILES_append_ti43x = " u-boot-spl \
> uio-module-drv \
> mmwavegesture-hmi \
> pdm-anomaly-detection \
> + demo-glow \
> "
>
> # debugss-module-drv
> @@ -136,6 +139,7 @@ MAKEFILES_append_omap-a15 = " u-boot-spl \
> uio-module-drv \
> mmwavegesture-hmi \
> pdm-anomaly-detection \
> + demo-glow \
> "
> MAKEFILES_append_omapl138 = " linux-dtbs \
> u-boot-spl \
> diff --git a/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb b/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb
> index ef54253d..28d817da 100644
> --- a/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb
> +++ b/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb
> @@ -17,6 +17,7 @@ EXTRA_TI_TOOLS = " \
> nativesdk-tidl-viewer \
> nativesdk-tidl-utils \
> nativesdk-gcc-arm-none-eabi \
> + nativesdk-glow \
> "
>
> RDEPENDS_${PN} = "\
next prev parent reply other threads:[~2019-06-21 15:27 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-20 6:38 [thud/master][PATCH v2 1/3] glow: Add pytorch neural network compiler and dependencies Djordje Senicic
2019-06-20 6:38 ` [thud/master][PATCH v2 2/3] demo-glow: Add mnist inference demo based on GLOW compiler Djordje Senicic
2019-06-20 6:38 ` [thud/master][PATCH v2 3/3] glow: Add glow and demo-glow to packagegroups Djordje Senicic
2019-06-21 15:26 ` Jacob Stiffler [this message]
2019-06-21 15:44 ` [EXTERNAL] " Senicic, Djordje
2019-06-21 22:27 ` [thud/master][PATCH v2 1/3] glow: Add pytorch neural network compiler and dependencies 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=2b82f163-3502-4c5c-d2fe-c109cb9af202@ti.com \
--to=j-stiffler@ti.com \
--cc=meta-arago@arago-project.org \
--cc=x0157990@ti.com \
/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.