Re: [oe] [meta-oe][PATCH v2] libdevmapper: Install dmsetup

2018-09-15 Thread Hongxu Jia
It is fine to me //Hongxu On 2018年09月15日 07:57, Andrew Bresticker wrote: Commit 6aa1dd223a140 ("lvm2/libdevmapper: fix invoking lvcreate failed") moved installation of dmsetup back to lvm2 from libdevmapper, but dmsetup had intentionally been moved to libdevmapper in commit 269d009a81d4 ("lvm2:

Re: [oe] [meta-initramfs][PATCH v2] klibc: fix build on i386 with GCC and security flags enabled

2018-09-15 Thread Hongxu Jia
On 2018年09月15日 02:02, Andrea Adami wrote: ld fails if distro's security-flags are enabled: Inject the SECURITY_XFLAGS if security_flags.inc was included. Fix on i386: ld: discarded output section: `.got.plt' Signed-off-by: Andrea Adami --- meta-initramfs/recipes-devtools/klibc/klibc.inc | 6

[oe] [openembedded][Qt5]: typing problem.

2018-09-15 Thread Mohamed Dawod
HI everyone, I am trying to build custom image supporting wayland weston instead of x11 and support qt5 apps. I successfully built it but when I try to type any thing in the text box in the qt5 app. no thing happen !! also the initial text in text boxes appears very small!! I added "fontconfig" and

Re: [oe] [meta-initramfs][PATCH v2] klibc: fix build on i386 with GCC and security flags enabled

2018-09-15 Thread Andrea Adami
On Sat, Sep 15, 2018 at 10:15 AM Hongxu Jia wrote: > > On 2018年09月15日 02:02, Andrea Adami wrote: > > ld fails if distro's security-flags are enabled: > > Inject the SECURITY_XFLAGS if security_flags.inc was included. > > > > Fix on i386: ld: discarded output section: `.got.plt' > > > > Signed-off-

Re: [oe] [meta-initramfs][PATCH v2] klibc: fix build on i386 with GCC and security flags enabled

2018-09-15 Thread Hongxu Jia
On 2018年09月15日 18:58, Andrea Adami wrote: On Sat, Sep 15, 2018 at 10:15 AM Hongxu Jia wrote: On 2018年09月15日 02:02, Andrea Adami wrote: ld fails if distro's security-flags are enabled: Inject the SECURITY_XFLAGS if security_flags.inc was included. Fix on i386: ld: discarded output section: `.g

[oe] [meta-initramfs][PATCH] klibc: fix build with GCC and -pie for mips, mips64, aarch64

2018-09-15 Thread Andrea Adami
The MCONFIG makefiles for mips/mips64 do disable pic so we do not insist linking it with -pie. For aarch64 we have to readd the -Os optimization to avoid | usr/dash/shell.h:103:25: error: '-mgeneral-regs-only' is incompatible with floating-point argument as committed (c296fb707ae3 klibc: Pass

[oe] Fwd: [openembedded][Qt5]: typing problem.

2018-09-15 Thread Mohamed Dawod
-- Forwarded message - From: Mohamed Dawod Date: Sat, Sep 15, 2018 at 10:51 AM Subject: [openembedded][Qt5]: typing problem. To: , < openembedded-devel@lists.openembedded.org> HI everyone, I am trying to build custom image supporting wayland weston instead of x11 and support qt5