From: Denys Dmytriyenko <denys@ti.com>
To: Jacob Stiffler <j-stiffler@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [rocko/master][PATCH v6 4/5] armnn-tensorflow: tensorflow protobuf files for building tensorflow models in armnn
Date: Thu, 13 Sep 2018 15:34:06 -0400 [thread overview]
Message-ID: <20180913193406.GN12296@beryl> (raw)
In-Reply-To: <1536861387-7418-5-git-send-email-j-stiffler@ti.com>
On Thu, Sep 13, 2018 at 01:56:26PM -0400, Jacob Stiffler wrote:
> From: Qin Su <qsu@ti.com>
>
> Signed-off-by: Qin Su <qsu@ti.com>
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
> Changes from previous versions:
> * Add "_git" suffix to recipe name.
> * Add version.
> * DESCRIPTION --> SUMMARY.
> * Add branch option for SRC_URI.
> * Add dependency on protobuf-native
> * Add Apache license version (Apache-2.0)
>
> .../armnn-tensorflow/armnn-tensorflow_git.bb | 25 ++++++++++++++++++++++
> 1 file changed, 25 insertions(+)
> create mode 100644 meta-arago-extras/recipes-support/armnn-tensorflow/armnn-tensorflow_git.bb
>
> diff --git a/meta-arago-extras/recipes-support/armnn-tensorflow/armnn-tensorflow_git.bb b/meta-arago-extras/recipes-support/armnn-tensorflow/armnn-tensorflow_git.bb
> new file mode 100644
> index 0000000..f85c6a8
> --- /dev/null
> +++ b/meta-arago-extras/recipes-support/armnn-tensorflow/armnn-tensorflow_git.bb
> @@ -0,0 +1,25 @@
> +SUMMARY = "Tensorflow protobuf files - used in ARMNN for Tensorflow network models"
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=01e86893010a1b87e69a213faa753ebd"
> +
> +SRC_URI = " \
> + git://github.com/tensorflow/tensorflow.git;name=tensorflow; \
> + git://github.com/ARM-software/armnn.git;name=armnn;subdir=${WORKDIR}/armnn;destsuffix=armnn \
> +"
> +
> +PV = "1.10.0"
> +
> +SRCREV_tensorflow = "aed8f42bafabf11c5d92ce4109a5e0408b31f9c5"
> +SRCREV_armnn = "4c7098bfeab1ffe1cdc77f6c15548d3e73274746"
Do you need to specify SRCREV_FORMAT here?
> +DEPENDS = "protobuf-native"
> +
> +S = "${WORKDIR}/git"
> +
> +do_install() {
> + install -d ${D}${datadir}/${PN}
> + ${WORKDIR}/armnn/scripts/generate_tensorflow_protobuf.sh ${D}${datadir}/${PN} ${STAGING_DIR_NATIVE}${prefix}
> +}
> +
> +PACKAGES =+ "${PN}-source"
> +FILES_${PN}-source = "${datadir}/${PN}"
Hmm, what are those files, what are these sources? Should there be some
description about what is being the output of this packages and what and where
that gets installed?
> --
> 2.7.4
>
> _______________________________________________
> 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:[~2018-09-13 19:35 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-13 17:56 [rocko/master][PATCH v6 0/5] Add ARMNN Jacob Stiffler
2018-09-13 17:56 ` [rocko/master][PATCH v6 1/5] stb: C/C++ libraries used to build armnn test examples Jacob Stiffler
2018-09-13 17:56 ` [rocko/master][PATCH v6 2/5] arm-compute-library: Machine Learning library for ARM Jacob Stiffler
2018-09-13 18:12 ` Denys Dmytriyenko
2018-09-13 18:21 ` Jacob Stiffler
2018-09-13 18:22 ` Denys Dmytriyenko
2018-09-13 17:56 ` [rocko/master][PATCH v6 3/5] armnn-caffe: caffe protobuf files used in building caffe models in armnn Jacob Stiffler
2018-09-13 18:41 ` Jacob Stiffler
2018-09-13 17:56 ` [rocko/master][PATCH v6 4/5] armnn-tensorflow: tensorflow protobuf files for building tensorflow " Jacob Stiffler
2018-09-13 19:34 ` Denys Dmytriyenko [this message]
2018-09-13 17:56 ` [rocko/master][PATCH v6 5/5] armnn: ARM NN machine learning SDK Jacob Stiffler
2018-09-13 19:29 ` Denys Dmytriyenko
2018-09-17 13:51 ` [rocko/master][PATCH v6 0/5] Add ARMNN Jacob Stiffler
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=20180913193406.GN12296@beryl \
--to=denys@ti.com \
--cc=j-stiffler@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.