Re: [OE-core] [PATCH 01/24] base.bbclass: Add buildcfg multilib values

2018-05-27 Thread Robert Yang
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= "

[OE-core] [PATCH] meta-toolchain: Added dnf-nativesdk into cross-development toolchain.

2018-05-27 Thread Zheng Ruoqin
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

[OE-core] [PATCH] telnetd:Fix deadlock on cleanup

2018-05-27 Thread Seiichi Ishitsuka
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

Re: [OE-core] [PATCH 01/24] base.bbclass: Add buildcfg multilib values

2018-05-27 Thread Alexander Kanavin
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

[OE-core] [PATCH] linux-libc-headers: To fix build error when enable mutilib on aarch64 Big endian.

2018-05-27 Thread Lei Maohui
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

Re: [OE-core] [PATCH 01/24] base.bbclass: Add buildcfg multilib values

2018-05-27 Thread Robert Yang
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