[yocto] [meta-tensorflow][PATCH 13/13] add README

2019-02-21 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- README | 170 + 1 file changed, 170 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 000..3da4e76 --- /dev/null +++ b/README @@ -0,0 +1,170 @@ +Introd

[yocto] [meta-tensorflow][PATCH 11/13] tensorflow: support musl

2019-02-21 Thread Hongxu Jia
Build fails looking for `execinfo.h` when building against musl |In file included from ./tensorflow/core/platform/stacktrace.h:26, | from tensorflow/core/platform/stacktrace_handler.cc:34: |./tensorflow/core/platform/default/stacktrace.h:27:10: fatal error: execinfo.h: No such file

[yocto] [meta-tensorflow][PATCH 10/13] tensorflow: fix gcc internal compile error on qemuarm64

2019-02-21 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- ...x-gcc-internal-compile-error-on-qemuarm64.patch | 64 ++ recipes-framework/tensorflow/tensorflow_1.13.0.bb | 1 + 2 files changed, 65 insertions(+) create mode 100644 recipes-framework/tensorflow/files/0001-fix-gcc-internal-compile-error-on

[yocto] [meta-tensorflow][PATCH 09/13] tensorflow: add version 1.13.0

2019-02-21 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- ...octo-toolchain-to-support-cross-compiling.patch | 108 +++ recipes-framework/tensorflow/tensorflow_1.13.0.bb | 154 + 2 files changed, 262 insertions(+) create mode 100644 recipes-framework/tensorflow/files/0001-add-yocto-toolcha

[yocto] [meta-tensorflow][PATCH 05/13] tensorflow-native: add Python 3.7 compatibility

2019-02-21 Thread Hongxu Jia
SyntaxError around async keyword on Python 3.7 Signed-off-by: Hongxu Jia --- ...xError-around-async-keyword-on-Python-3.7.patch | 116 + .../tensorflow/tensorflow-native_1.13.0.bb | 1 + 2 files changed, 117 insertions(+) create mode 100644 recipes-framework/tenso

[yocto] [meta-tensorflow][PATCH 12/13] build tensorflow-native and tensorflow in order

2019-02-21 Thread Hongxu Jia
Add tensorflow-native to tensorflow's DEPENDS, actually tensorflow does not require tensorflow-native, but to avoid do_compile at the same time. Bazel build system does not support parallel build very well (very slowly). Signed-off-by: Hongxu Jia --- recipes-framework/tensorflow/tensorflow_1.13.

[yocto] [meta-tensorflow][PATCH 08/13] tensorboard: add version 1.12.2

2019-02-21 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- .../tensorboard/0001-customize-for-Yocto.patch | 128 + recipes-framework/tensorflow/tensorboard_1.12.2.bb | 62 ++ 2 files changed, 190 insertions(+) create mode 100644 recipes-framework/tensorflow/tensorboard/0001-customize-for-Yo

[yocto] [meta-tensorflow][PATCH 06/13] tensorflow-estimator: add version 1.13

2019-02-21 Thread Hongxu Jia
The build steps refers README of https://github.com/tensorflow/estimator Signed-off-by: Hongxu Jia --- .../tensorflow/tensorflow-estimator_1.13.bb| 50 ++ 1 file changed, 50 insertions(+) create mode 100644 recipes-framework/tensorflow/tensorflow-estimator_1.13.bb d

[yocto] [meta-tensorflow][PATCH 01/13] initial

2019-02-21 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- conf/layer.conf | 23 +++ 1 file changed, 23 insertions(+) create mode 100644 conf/layer.conf diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 000..352c2bc --- /dev/null +++ b/conf/layer.conf @@ -0,0 +1,23 @@ +# We h

[yocto] [meta-tensorflow][PATCH 02/13] bazel-native: add version 0.21.0

2019-02-21 Thread Hongxu Jia
It is the build system of tensorflow. The build steps refers: https://docs.bazel.build/versions/master/install-compile-source.html Signed-off-by: Hongxu Jia --- recipes-devtools/bazel/bazel-native_0.21.0.bb | 33 +++ 1 file changed, 33 insertions(+) create mode 100644 r

[yocto] [meta-tensorflow][PATCH 04/13] tensorflow-native: add version 1.13.0

2019-02-21 Thread Hongxu Jia
It is required by tensorflow-estimator. Signed-off-by: Hongxu Jia --- .../tensorflow/tensorflow-native_1.13.0.bb | 60 ++ 1 file changed, 60 insertions(+) create mode 100644 recipes-framework/tensorflow/tensorflow-native_1.13.0.bb diff --git a/recipes-framework/tens

[yocto] [meta-tensorflow][PATCH 07/13] Customize Yocto toolchain for cross compiling

2019-02-21 Thread Hongxu Jia
The idea comes from upstream arm compiler which `Build from source for the Raspberry Pi' $ ls /third_party/toolchains/cpus/arm/ arm_compiler_configure.bzl BUILD CROSSTOOL.tpl https://www.tensorflow.org/install/source_rpi Signed-off-by: Hongxu Jia --- recipes-framework/tensorflow/files/BUILD

[yocto] [meta-tensorflow][PATCH 03/13] create classes/bazel.bbclass

2019-02-21 Thread Hongxu Jia
Inherit the bbclass to use bazel to build tensorflow-native, tensorflow, tensorboard and tensorflow-estimator. Signed-off-by: Hongxu Jia --- classes/bazel.bbclass | 80 +++ 1 file changed, 80 insertions(+) create mode 100644 classes/bazel.bbclass

Re: [yocto] meta-tensorflow

2017-04-17 Thread Khem Raj
On Mon, Apr 17, 2017 at 2:19 PM, Giuseppe Di Guglielmo wrote: > Hi, > is there any of the meta- layers supporting the installation of Google > TensorFlow? Does a package-specific layer make sense in Yocto? > Don't think so. There is tensor rt recipe in tegra bsp layer https://github.com/madisong

[yocto] meta-tensorflow

2017-04-17 Thread Giuseppe Di Guglielmo
Hi, is there any of the meta- layers supporting the installation of Google TensorFlow? Does a package-specific layer make sense in Yocto? GDG -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto