|
how to install/package debug version of library *not* in /usr/lib64/.debug?
just got an interesting request from a colleague ... for reasons i
will explain shortly, it's necessary to build both the normal and
debug versions of a library, but for the debug version to be
just got an interesting request from a colleague ... for reasons i
will explain shortly, it's necessary to build both the normal and
debug versions of a library, but for the debug version to be
|
By
Robert P. J. Day
·
#51800
·
|
|
Re: [meta-rockchip][PATCH] Fix Rock Pi 4 serial port
Interesting.
As you know (but for reference for other people) the baud rate of the rock pi
4's serial console is 1,500,000bps and not the usual 115,200bps that
everything else uses.
I have *always*
Interesting.
As you know (but for reference for other people) the baud rate of the rock pi
4's serial console is 1,500,000bps and not the usual 115,200bps that
everything else uses.
I have *always*
|
By
Trevor Woerner
·
#51799
·
|
|
Re: [[meta-mingw][PATCH] libgcrypt: disable amd64 optimization
Looking at the config.log, I only see the standard Yocto Project (nativesdk)
paths, as well as: --disable-asm --without-capabilities
I'm building on 18.04.4 LTS, I think it's a fairly standard
Looking at the config.log, I only see the standard Yocto Project (nativesdk)
paths, as well as: --disable-asm --without-capabilities
I'm building on 18.04.4 LTS, I think it's a fairly standard
|
By
Mark Hatle
·
#51798
·
|
|
Re: [[meta-mingw][PATCH] libgcrypt: disable amd64 optimization
<mark.hatle@...> wrote:
does it have --enable-optimization switch on ? if so then its probing
the build platform
for features and detects XMM registers and enables them but
<mark.hatle@...> wrote:
does it have --enable-optimization switch on ? if so then its probing
the build platform
for features and detects XMM registers and enables them but
|
By
Khem Raj
·
#51797
·
|
|
Re: [[meta-mingw][PATCH] libgcrypt: disable amd64 optimization
Note, this is still happening. Using meta-mingw w/ gatesgarth to build, and
including libgcrypt I get the same failure. The failure resolves with
"--disable-amd64-as-feature-detection".
Looking at
Note, this is still happening. Using meta-mingw w/ gatesgarth to build, and
including libgcrypt I get the same failure. The failure resolves with
"--disable-amd64-as-feature-detection".
Looking at
|
By
Mark Hatle
·
#51796
·
|
|
Re: Cross compiler which runs on the target architecture
Hi Khem,
Am 09.12.20 um 19:23 schrieb Khem Raj:
The cross-canadian changes the HOST variables and not the TARGET_ variables. I need to change the TARGET variables but keep the HOST variables. It
Hi Khem,
Am 09.12.20 um 19:23 schrieb Khem Raj:
The cross-canadian changes the HOST variables and not the TARGET_ variables. I need to change the TARGET variables but keep the HOST variables. It
|
By
Stefan Herbrechtsmeier
·
#51795
·
|
|
Re: [meta-tensorflow][PATCH 1/25] openjdk-8-native: 212b04 -> 275b01
Is there a project policy reason that all these patches are posted in
the main list instead of a dev list? Isn't there a list specifically
for this kind of thing, to separate questions and info
Is there a project policy reason that all these patches are posted in
the main list instead of a dev list? Isn't there a list specifically
for this kind of thing, to separate questions and info
|
By
Kent Dorfman <kent.dorfman766@...>
·
#51794
·
|
|
Re: Cross compiler which runs on the target architecture
Hi Peter,
Am 09.12.20 um 14:32 schrieb Peter Saunderson:
Thanks for the links but your solution looks very complex. I will try to improve the examples from Richard.
Regards
Stefan
Hi Peter,
Am 09.12.20 um 14:32 schrieb Peter Saunderson:
Thanks for the links but your solution looks very complex. I will try to improve the examples from Richard.
Regards
Stefan
|
By
Stefan Herbrechtsmeier
·
#51793
·
|
|
Re: 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
On 12/16/20 9:07 PM, hongxu wrote:
This series requires to work with two OE patches which I've submitted to OE mailing list
//Hongxu
On 12/16/20 9:07 PM, hongxu wrote:
|
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@...>
---
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@...>
---
|
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
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
|
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@...>
---
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@...>
---
|
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
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
|
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
-
- 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
-
|
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 ++++++------
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 ++++++------
|
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 ------------------
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
·
|