From: Denys Dmytriyenko <denys@ti.com>
To: Hongmei Gou <a0271529@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [thud] [PATCH] packagegroup-arago-tisdk-addons: add tensorflow-lite
Date: Fri, 6 Mar 2020 13:26:56 -0500 [thread overview]
Message-ID: <20200306182656.GY1628@beryl> (raw)
In-Reply-To: <20200306174625.16312-1-a0271529@ti.com>
On Fri, Mar 06, 2020 at 12:46:25PM -0500, Hongmei Gou wrote:
> * This is for including the examples built from the tensforflow lite package
> to the target filesystem at usr/share/tensorflow-lite/examples
>
> * As tensorflow-lite is creating static library, tensorflow-lite-demo which
> depends on tensorflow-lite will not bring in the examples folder for
> tensorflow-lite to the target filesystem
Not really clear from this description - do you package examples in a separate
package? Then you need to list that package in RDEPENDS packagegroup below.
Otherwise the standard depency from demo package should be fine.
Denys
> Signed-off-by: Hongmei Gou <a0271529@ti.com>
> ---
> This is applicable to thud only, since zeus/master is now using ti-analytics.bb
>
> .../packagegroups/packagegroup-arago-tisdk-addons.bb | 6 +++++-
> 1 file changed, 5 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 583d2c0b..ff34ab95 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 = "r77"
> +PR = "r78"
>
> PACKAGE_ARCH = "${MACHINE_ARCH}"
>
> @@ -153,6 +153,7 @@ ARMNN_PACKAGES = "armnn"
> EXTRA_PACKAGES_append_ti33x = " voxelsdk \
> arm-compute-library \
> ${ARMNN_PACKAGES} \
> + tensorflow-lite \
> tensorflow-lite-demo \
> pdm-anomaly-detection \
> "
> @@ -160,6 +161,7 @@ EXTRA_PACKAGES_append_ti33x = " voxelsdk \
> EXTRA_PACKAGES_append_ti43x = " voxelsdk \
> arm-compute-library \
> ${ARMNN_PACKAGES} \
> + tensorflow-lite \
> tensorflow-lite-demo \
> pdm-anomaly-detection \
> "
> @@ -169,12 +171,14 @@ EXTRA_PACKAGES_append_omap-a15 = " voxelsdk \
> big-data-ipc-demo-linux-firmware \
> arm-compute-library \
> ${ARMNN_PACKAGES} \
> + tensorflow-lite \
> tensorflow-lite-demo \
> pdm-anomaly-detection \
> "
>
> EXTRA_PACKAGES_append_am65xx = " arm-compute-library \
> ${ARMNN_PACKAGES} \
> + tensorflow-lite \
> tensorflow-lite-demo \
> pdm-anomaly-detection \
> "
> --
> 2.17.1
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
next prev parent reply other threads:[~2020-03-06 18:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-06 17:46 [thud] [PATCH] packagegroup-arago-tisdk-addons: add tensorflow-lite Hongmei Gou
2020-03-06 18:26 ` Denys Dmytriyenko [this message]
2020-03-06 22:26 ` Gou, Hongmei
2020-03-10 15:34 ` Denys Dmytriyenko
2020-03-10 18:29 ` Gou, Hongmei
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=20200306182656.GY1628@beryl \
--to=denys@ti.com \
--cc=a0271529@ti.com \
--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.