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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
15 matches
Mail list logo