|
[meta-tensorflow][PATCH] Update SRC_URI git default protocol
Merged //Hongxu
By
hongxu
· #55951
·
|
|
[meta-tensorflow][PATCH 3/3] tensorflow-lite: add recipe
On 1/14/22 18:19, Julien Stephan wrote: Sorry for replying late, thanks for your contribution, merged //Hongxu
On 1/14/22 18:19, Julien Stephan wrote: Sorry for replying late, thanks for your contribution, merged //Hongxu
|
By
hongxu
· #55950
·
|
|
[meta-selinux][PATCH] remove obsolete e2fsprogs bbappend
Since oe-core commit [f51835e022 e2fsprogs: upgrade 1.45.6 -> 1.45.7] applied, the backport misc_create_inode.c-label_rootfs.patch is not required The lib-ext2fs-ext2_ext_attr.h-add-xattr-index.patch
Since oe-core commit [f51835e022 e2fsprogs: upgrade 1.45.6 -> 1.45.7] applied, the backport misc_create_inode.c-label_rootfs.patch is not required The lib-ext2fs-ext2_ext_attr.h-add-xattr-index.patch
|
By
hongxu
· #52256
·
|
|
Review request 0/25:[meta-tensorflow] upgrade tensorflow 1.13.1 -> 2.4.0.rc4
This series requires to work with two OE patches which I've submitted to OE mailing list //Hongxu
This series requires to work with two OE patches which I've submitted to OE mailing list //Hongxu
|
By
hongxu
· #51792
·
|
|
[meta-tensorflow][PATCH 25/25] update LIMITATION.md
Target arch only supports 32 bit arm and 32 bit x86, 64 bit arm and 64 bit x86. BSP (MACHINE) incluced in above archs should be supported. Signed-off-by: Hongxu Jia <hongxu.jia@...> --- LIMI
Target arch only supports 32 bit arm and 32 bit x86, 64 bit arm and 64 bit x86. BSP (MACHINE) incluced in above archs should be supported. Signed-off-by: Hongxu Jia <hongxu.jia@...> --- LIMI
|
By
hongxu
· #51791
·
|
|
[meta-tensorflow][PATCH 24/25] tensorflow: split sub packages
Split sub packages (libtensorflow-c libtensorflow-framework label-image label-image-lite python3-tensorflow), then user chould select the required one rather than install them as a whole Signed-off-by
Split sub packages (libtensorflow-c libtensorflow-framework label-image label-image-lite python3-tensorflow), then user chould select the required one rather than install them as a whole Signed-off-by
|
By
hongxu
· #51790
·
|
|
[meta-tensorflow][PATCH 23/25] BUILD.md: update quick start for tensorflow 2
Refers begginers of upstream [1] [2] [1] https://www.tensorflow.org/install/pip [2] https://www.tensorflow.org/tutorials/quickstart/beginner Signed-off-by: Hongxu Jia <hongxu.jia@...> --- BU
Refers begginers of upstream [1] [2] [1] https://www.tensorflow.org/install/pip [2] https://www.tensorflow.org/tutorials/quickstart/beginner Signed-off-by: Hongxu Jia <hongxu.jia@...> --- BU
|
By
hongxu
· #51789
·
|
|
[meta-tensorflow][PATCH 22/25] bazel-native/bazel.bbclass: support bazel build without limitation
Set BAZEL_JOBS and BAZEL_MEM with empty string to make bazel build without limitation Signed-off-by: Hongxu Jia <hongxu.jia@...> --- classes/bazel.bbclass | 9 ++++++++- recipes-devtools/baze
Set BAZEL_JOBS and BAZEL_MEM with empty string to make bazel build without limitation Signed-off-by: Hongxu Jia <hongxu.jia@...> --- classes/bazel.bbclass | 9 ++++++++- recipes-devtools/baze
|
By
hongxu
· #51788
·
|
|
[meta-tensorflow][PATCH 21/25] add classes/bazel-base.bbclass and imporve classes/bazel-base.bbclass
- Move common config settings to bazel-base.bbclass - Improve bazel_get_flags to make each flag per line with comments - Use BAZEL_MEM rather than hardcoded for option --local_ram_resources - Explicit
- Move common config settings to bazel-base.bbclass - Improve bazel_get_flags to make each flag per line with comments - Use BAZEL_MEM rather than hardcoded for option --local_ram_resources - Explicit
|
By
hongxu
· #51787
·
|
|
[meta-tensorflow][PATCH 20/25] bazel-native: 3.1.0 -> 3.7.1
Signed-off-by: Hongxu Jia <hongxu.jia@...> --- ...l-native_3.1.0.bb => bazel-native_3.7.1.bb} | 4 ++-- ...e-sysroot-dir-to-the-default-Bazel-to.patch | 12 ++++++------ .../bazel/files/0001-p
Signed-off-by: Hongxu Jia <hongxu.jia@...> --- ...l-native_3.1.0.bb => bazel-native_3.7.1.bb} | 4 ++-- ...e-sysroot-dir-to-the-default-Bazel-to.patch | 12 ++++++------ .../bazel/files/0001-p
|
By
hongxu
· #51786
·
|
|
[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 ------------------ .../tensorflow/tensorflo
CROSSTOOL files are no longer supported after Bazel v0.26+ Signed-off-by: Hongxu Jia <hongxu.jia@...> --- .../tensorflow/files/CROSSTOOL.tpl | 230 ------------------ .../tensorflow/tensorflo
|
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 | 199 +++++++++++
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 | 199 +++++++++++
|
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(+) create mode
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(+) create mode
|
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(+) create mo
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(+) create mo
|
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(+) create mode 1
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(+) create mode 1
|
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 ++++++++-- .../python/python3
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 ++++++++-- .../python/python3
|
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 b/classes/bazel.bbcl
Signed-off-by: Hongxu Jia <hongxu.jia@...> --- classes/bazel.bbclass | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/classes/bazel.bbclass b/classes/bazel.bbcl
|
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 files: tmp-glibc/work/core2-64-wrs-linux/tensorflow/2.4.0-r0/packages-split/ tensorflow/u
|ERROR: tensorflow: Multiple shlib providers for libtensorflow_framework.so.2: tensorflow, tensorflow (used by files: tmp-glibc/work/core2-64-wrs-linux/tensorflow/2.4.0-r0/packages-split/ tensorflow/u
|
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 (aa
- 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 (aa
|
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 --local_ram_reso
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 --local_ram_reso
|
By
hongxu
· #51776
·
|