On 05/28/2018 01:23 PM, Alexander Kanavin wrote:
2018-05-28 6:24 GMT+03:00 Robert Yang :
Thanks for the reply, but I'm afraid that all_multlilib_tune_values() isn't
suitable for this case, what need to display is something like:
lib32: DEFAULTTUNE = "x86"
lib32: TARGET_SYS= "
To make dnf work on cross-development environment.
Signed-off-by: Zheng Ruoqin
---
meta/classes/toolchain-scripts.bbclass | 1 +
.../nativesdk-packagegroup-sdk-host.bb | 4 +++
meta/recipes-core/update-rc.d/update-rc.d_0.7.bb | 2 +-
.../createrepo-c/createrepo-c_git
Hi all,
I was able to reproduce the old problems shown below with netkit-telnet_0.17.bb.
https://patchwork.openembedded.org/patch/96727/
https://bugs.launchpad.net/ubuntu/+source/netkit-telnet/+bug/507455
The evaluated environment is,
glibc :2.2
kernel :4.4.32
How to reproduce:
Run the scr
2018-05-28 6:24 GMT+03:00 Robert Yang :
> Thanks for the reply, but I'm afraid that all_multlilib_tune_values() isn't
> suitable for this case, what need to display is something like:
>
> lib32: DEFAULTTUNE = "x86"
> lib32: TARGET_SYS= "i686-pokymllib32-linux"
> lib32: TUNE_FEATUR
Signed-off-by: Lei Maohui
---
meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc | 4
1 file changed, 4 insertions(+)
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
index 9903c06..b5cf96d
Hi Alexander,
On 05/26/2018 05:51 PM, Alexander Kanavin wrote:
On 05/25/2018 05:48 AM, Robert Yang wrote:
+def buildcfg_multilibs(d):
+ variants = d.getVar("MULTILIB_VARIANTS", True) or ""
+ for variant in variants.split():
+ localdata = bb.data.createCopy(d)
+ overrides = l