|
[meta-tensorflow][PATCH 19/25] tensorflow: clean up CROSSTOOL.tpl
CROSSTOOL files are no longer supported after Bazel v0.26+
Signed-off-by: Hongxu Jia <hongxu.jia@...>
---
.../tensorflow/files/CROSSTOOL.tpl | 230 ------------------
CROSSTOOL files are no longer supported after Bazel v0.26+
Signed-off-by: Hongxu Jia <hongxu.jia@...>
---
.../tensorflow/files/CROSSTOOL.tpl | 230 ------------------
|
By
hongxu
·
#51785
·
|
|
[meta-tensorflow][PATCH 18/25] tensorboard: 1.12.2 -> 2.4
Rebase patch to 2.4
- 0001-customize-for-Yocto.patch
Fix projector cannot find module 'd3'
Signed-off-by: Hongxu Jia <hongxu.jia@...>
---
.../0001-customize-for-Yocto.patch |
Rebase patch to 2.4
- 0001-customize-for-Yocto.patch
Fix projector cannot find module 'd3'
Signed-off-by: Hongxu Jia <hongxu.jia@...>
---
.../0001-customize-for-Yocto.patch |
|
By
hongxu
·
#51784
·
|
|
[meta-tensorflow][PATCH 17/25] python3-pyasn1-modules: add version 0.2.8
It is required by tensorboard
Signed-off-by: Hongxu Jia <hongxu.jia@...>
---
.../python/python3-pyasn1-modules_0.2.8.bb | 22 +++++++++++++++++++
1 file changed, 22 insertions(+)
It is required by tensorboard
Signed-off-by: Hongxu Jia <hongxu.jia@...>
---
.../python/python3-pyasn1-modules_0.2.8.bb | 22 +++++++++++++++++++
1 file changed, 22 insertions(+)
|
By
hongxu
·
#51783
·
|
|
[meta-tensorflow][PATCH 16/25] python3-pyasn1: add 0.4.8
It is required by tensorboard
Signed-off-by: Hongxu Jia <hongxu.jia@...>
---
recipes-devtools/python/python3-pyasn1_0.4.8.bb | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
It is required by tensorboard
Signed-off-by: Hongxu Jia <hongxu.jia@...>
---
recipes-devtools/python/python3-pyasn1_0.4.8.bb | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
|
By
hongxu
·
#51782
·
|
|
[meta-tensorflow][PATCH 15/25] python3-google-auth-oauthlib: add version 0.4.2
It is required by tensorboard
Signed-off-by: Hongxu Jia <hongxu.jia@...>
---
.../python3-google-auth-oauthlib_0.4.2.bb | 20 +++++++++++++++++++
1 file changed, 20 insertions(+)
It is required by tensorboard
Signed-off-by: Hongxu Jia <hongxu.jia@...>
---
.../python3-google-auth-oauthlib_0.4.2.bb | 20 +++++++++++++++++++
1 file changed, 20 insertions(+)
|
By
hongxu
·
#51781
·
|
|
[meta-tensorflow][PATCH 14/25] python3-google-auth: 1.6.3 -> 1.24.0
Move it from meta-demo to meta-tensorflow which is required by
tensorboard
Signed-off-by: Hongxu Jia <hongxu.jia@...>
---
.../python/python-google-auth.inc | 10
Move it from meta-demo to meta-tensorflow which is required by
tensorboard
Signed-off-by: Hongxu Jia <hongxu.jia@...>
---
.../python/python-google-auth.inc | 10
|
By
hongxu
·
#51780
·
|
|
[meta-tensorflow][PATCH 13/25] classes/bazel.bbclass: clean up bazel files before do_clean
Signed-off-by: Hongxu Jia <hongxu.jia@...>
---
classes/bazel.bbclass | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/classes/bazel.bbclass
Signed-off-by: Hongxu Jia <hongxu.jia@...>
---
classes/bazel.bbclass | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/classes/bazel.bbclass
|
By
hongxu
·
#51779
·
|
|
[meta-tensorflow][PATCH 12/25] tensorflow: fix Multiple shlib providers for libtensorflow_framework.so
|ERROR: tensorflow: Multiple shlib providers for
libtensorflow_framework.so.2: tensorflow, tensorflow (used by
|ERROR: tensorflow: Multiple shlib providers for
libtensorflow_framework.so.2: tensorflow, tensorflow (used by
|
By
hongxu
·
#51778
·
|
|
[meta-tensorflow][PATCH 11/25] tensorflow: update cross compile support
- CROSSTOOL files are no longer supported after Bazel v0.26+,
so converted over to the new toolchain config format
- Support 32 bit x86 and 64 bit x86 for Yocto
- Support 32 bit arm and 64 bit arm
- CROSSTOOL files are no longer supported after Bazel v0.26+,
so converted over to the new toolchain config format
- Support 32 bit x86 and 64 bit x86 for Yocto
- Support 32 bit arm and 64 bit arm
|
By
hongxu
·
#51777
·
|
|
[meta-tensorflow][PATCH 10/25] bazel-native/bazel.bbclass: replace deprecated --local_resources
1. Use --local_ram_resources and --local_cpu_resources to replace
deprecated --local_resources
2. Add options to bazel-native build
|ERROR: --local_resources is deprecated. Please use
1. Use --local_ram_resources and --local_cpu_resources to replace
deprecated --local_resources
2. Add options to bazel-native build
|ERROR: --local_resources is deprecated. Please use
|
By
hongxu
·
#51776
·
|
|
[meta-tensorflow][PATCH 9/25] bazel-native/bazel.bbclass: use default Bazel toolchain to build Yocto native tools
While using the default Bazel C++ toolchain to build Yocto native tools
(bazel build --host_crosstool_top=@bazel_tools//tools/cpp:toolchain),
it failed with `bazel references a path outside of the
While using the default Bazel C++ toolchain to build Yocto native tools
(bazel build --host_crosstool_top=@bazel_tools//tools/cpp:toolchain),
it failed with `bazel references a path outside of the
|
By
hongxu
·
#51775
·
|
|
[meta-tensorflow][PATCH 8/25] tensorflow-estimator: 1.13 -> 2.4
Signed-off-by: Hongxu Jia <hongxu.jia@...>
---
.../0001-customize-for-yocto.patch | 28 +++++++++++++++++++
.../tensorflow/tensorflow-estimator_1.13.bb | 12 ++++++--
2 files
Signed-off-by: Hongxu Jia <hongxu.jia@...>
---
.../0001-customize-for-yocto.patch | 28 +++++++++++++++++++
.../tensorflow/tensorflow-estimator_1.13.bb | 12 ++++++--
2 files
|
By
hongxu
·
#51774
·
|
|
[meta-tensorflow][PATCH 7/25] python3-astunparse: add 1.6.3
It is required by tensorflow 2.4
Signed-off-by: Hongxu Jia <hongxu.jia@...>
---
recipes-devtools/python/python3-astunparse_1.6.3.bb | 12 ++++++++++++
1 file changed, 12 insertions(+)
It is required by tensorflow 2.4
Signed-off-by: Hongxu Jia <hongxu.jia@...>
---
recipes-devtools/python/python3-astunparse_1.6.3.bb | 12 ++++++++++++
1 file changed, 12 insertions(+)
|
By
hongxu
·
#51773
·
|
|
[meta-tensorflow][PATCH 6/25] python3-google-pasta: add 0.2.0
It is required by tensorflow 2.4
Signed-off-by: Hongxu Jia <hongxu.jia@...>
---
.../python/python3-google-pasta_0.2.0.bb | 12 ++++++++++++
1 file changed, 12 insertions(+)
It is required by tensorflow 2.4
Signed-off-by: Hongxu Jia <hongxu.jia@...>
---
.../python/python3-google-pasta_0.2.0.bb | 12 ++++++++++++
1 file changed, 12 insertions(+)
|
By
hongxu
·
#51772
·
|
|
[meta-tensorflow][PATCH 5/25] python3-opt-einsum: add 3.3.0
It is required by tensorflow 2.4
Signed-off-by: Hongxu Jia <hongxu.jia@...>
---
.../python/python3-opt-einsum_3.3.0.bb | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
It is required by tensorflow 2.4
Signed-off-by: Hongxu Jia <hongxu.jia@...>
---
.../python/python3-opt-einsum_3.3.0.bb | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
|
By
hongxu
·
#51771
·
|
|
[meta-tensorflow][PATCH 4/25] add python3-gast 0.3.3
The tensorflow requires the this version, as newer versions are
incompatible with the rest of the ecosystem [1]
[1]
The tensorflow requires the this version, as newer versions are
incompatible with the rest of the ecosystem [1]
[1]
|
By
hongxu
·
#51770
·
|
|
[meta-tensorflow][PATCH 3/25] tensorflow: 1.13.0 -> 2.4.0
Refresh patches to 2.4.0
- 0001-support-musl.patch
- 0001-third_party-eigen_archive-workaround-ice-failure-whi.patch
- 0001-use-local-bazel-to-workaround-bazel-paralle-issue.patch
-
Refresh patches to 2.4.0
- 0001-support-musl.patch
- 0001-third_party-eigen_archive-workaround-ice-failure-whi.patch
- 0001-use-local-bazel-to-workaround-bazel-paralle-issue.patch
-
|
By
hongxu
·
#51769
·
|
|
[meta-tensorflow][PATCH 2/25] bazel-native: 0.21.0 -> 3.1.0
Rebase patches to 3.1.0:
- 0001-HttpDownloader-save-download-tarball-to-distdir.patch
- 0001-fix-unzip-command-not-found.patch
- 0001-python3.patch
Drop backport patch:
-
Rebase patches to 3.1.0:
- 0001-HttpDownloader-save-download-tarball-to-distdir.patch
- 0001-fix-unzip-command-not-found.patch
- 0001-python3.patch
Drop backport patch:
-
|
By
hongxu
·
#51768
·
|
|
[meta-tensorflow][PATCH 1/25] openjdk-8-native: 212b04 -> 275b01
Signed-off-by: Hongxu Jia <hongxu.jia@...>
---
...njdk-8-native_212b04.bb => openjdk-8-native_275b01.bb} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
rename
Signed-off-by: Hongxu Jia <hongxu.jia@...>
---
...njdk-8-native_212b04.bb => openjdk-8-native_275b01.bb} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
rename
|
By
hongxu
·
#51767
·
|
|
Review request 0/25:[meta-tensorflow] upgrade tensorflow 1.13.1 -> 2.4.0.rc4
# Build and Run
## 1. Clone away
```
$ mkdir <ts-project>
$ cd <ts-project>
$ git clone git://git.yoctoproject.org/meta-tensorflow
$ git clone git://git.openembedded.org/meta-openembedded
$ git clone
# Build and Run
## 1. Clone away
```
$ mkdir <ts-project>
$ cd <ts-project>
$ git clone git://git.yoctoproject.org/meta-tensorflow
$ git clone git://git.openembedded.org/meta-openembedded
$ git clone
|
By
hongxu
·
#51766
·
|