On Fri, Aug 31, 2018 at 02:50:31PM -0400, Qin Su wrote:
> Caffe protobuf files built with protobuf version 3.2.0 and used in
> building caffe network models in armnn.
> 
> Signed-off-by: Qin Su <[email protected]>
> ---
>  .../recipes-support/armnn-caffe/armnn-caffe.bb         | 18 
> ++++++++++++++++++
>  1 file changed, 18 insertions(+)
>  create mode 100644 
> meta-arago-extras/recipes-support/armnn-caffe/armnn-caffe.bb
> 
> diff --git a/meta-arago-extras/recipes-support/armnn-caffe/armnn-caffe.bb 
> b/meta-arago-extras/recipes-support/armnn-caffe/armnn-caffe.bb
> new file mode 100644
> index 0000000..6234474
> --- /dev/null
> +++ b/meta-arago-extras/recipes-support/armnn-caffe/armnn-caffe.bb
> @@ -0,0 +1,18 @@
> +DESCRIPTION = "Caffe protobuf files - used in ARMNN for Caffe network models"
> +LICENSE = "BSD"
> +LIC_FILES_CHKSUM = "file://README.md;md5=01b8fd7c1b9506378a45200f64d6e0d7"
> +
> +SRC_URI = " \
> +    
> git://[email protected]/processor-sdk/tidl-utils.git;protocol=ssh; \

NAK.


> +"
> +
> +SRCREV = "9ae62427ad233597bf345e9572c252eedf8cc2b3"
> +
> +S = "${WORKDIR}/git"
> +
> +do_install() {
> +        install -d ${D}${datadir}/${PN}/caffe/proto/
> +     cp ${S}/caffeImport/* ${D}${datadir}/${PN}/caffe/proto/.
> +}
> +
> +
> -- 
> 1.9.1
> 
> _______________________________________________
> meta-arago mailing list
> [email protected]
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to