|
[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
·
|
|
Re: [meta-tensorflow] maintained?
<randy.macleod@...> wrote:
I'm using poky, meta-openembedded and meta-tegra all dunfell releases.
I added dunfell to compatible layers in meta-tensorflow and then getting this:
WARNING:
<randy.macleod@...> wrote:
I'm using poky, meta-openembedded and meta-tegra all dunfell releases.
I added dunfell to compatible layers in meta-tensorflow and then getting this:
WARNING:
|
By
Marek Belisko
·
#51765
·
|
|
[ANNOUNCEMENT]Milestone 1 for Yocto Project 3.3 (yocto-3.3_M1) now available
Hello,
We are pleased to announce the first milestone release for Yocto Project 3.3 (yocto-3.3_M1) is now available for
Hello,
We are pleased to announce the first milestone release for Yocto Project 3.3 (yocto-3.3_M1) is now available for
|
By
Vineela
·
#51764
·
|
|
Re: [meta-tensorflow] maintained?
I succeeded in building tensorflow last night on master with
the layers in WR Linux:
https://github.com/WindRiver-Labs/wrlinux-x
Can you explain what host distro and collection
I succeeded in building tensorflow last night on master with
the layers in WR Linux:
https://github.com/WindRiver-Labs/wrlinux-x
Can you explain what host distro and collection
|
By
Randy MacLeod
·
#51763
·
|
|
Re: [ANNOUNCEMENT] Yocto Project 3.2.1 (gatesgarth-24.0.1) is Released
By
Peter Kjellerstedt
·
#51762
·
|
|
[ANNOUNCEMENT] Yocto Project 3.2.1 (gatesgarth-24.0.1) is Released
Hello,
We are pleased to announce the Yocto Project 3.2.1 (gatesgarth-24.0.1) Release is now available for
Hello,
We are pleased to announce the Yocto Project 3.2.1 (gatesgarth-24.0.1) Release is now available for
|
By
Vineela
·
#51761
·
|
|
Canceled: OpenEmbedded Happy Hour December 30
All,
FYI, our OpenEmbedded Happy Hour is being canceled for December 30 due to the
Holiday season. We will resume the normal schedule in January.
Thank you and Happy Holidays!
--
Regards,
Denys
All,
FYI, our OpenEmbedded Happy Hour is being canceled for December 30 due to the
Holiday season. We will resume the normal schedule in January.
Thank you and Happy Holidays!
--
Regards,
Denys
|
By
Denys Dmytriyenko
·
#51760
·
|