[oe] [rocko][PATCH][Maintainership] README: update maintainers list for rocko

2017-09-22 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta-filesystems/README | 12 +++- meta-gnome/README | 11 ++- meta-initramfs/README | 10 +- meta-multimedia/README | 15 +++ meta-networking/MAINTAINERS | 7 +--

Re: [oe] OE general meeting before OEDEM next month.

2017-09-22 Thread Jeff Osier-Mixon
Ruslan asked - is it free to attend? Yes, it is free - the space, including network access, coffee & lunch etc. is donated by the Yocto project. All you need to do is make sure your name is on the OEDEM list on the wiki here: https://www.openembedded.org/wiki/OEDEM_2017 and bring your wit &

Re: [oe] OE general meeting before OEDEM next month.

2017-09-22 Thread akuster808
On 09/22/2017 01:50 PM, Jeff Osier-Mixon wrote: > Up to 36 now. I am in touch with the venue. The table was originally > set for 30 and could comfortably accommodate 34 in boardroom style. > Given natural attrition of 10% I think we are okay in this regard, > with latecomers seated around the

Re: [oe] How to use two toolchains

2017-09-22 Thread Changhyeok Bae
Hi Khem, Randy Thanks for your comment and I'll try using multilib. I found another option in https://www.openembedded.org/wiki/Adding_a_secondary_toolchain Thanks Changhyeok 2017-09-23 0:55 GMT+09:00 Khem Raj : > On Fri, Sep 22, 2017 at 7:22 AM, Changhyeok Bae >

Re: [oe] OE general meeting before OEDEM next month.

2017-09-22 Thread Jeff Osier-Mixon
Up to 36 now. I am in touch with the venue. The table was originally set for 30 and could comfortably accommodate 34 in boardroom style. Given natural attrition of 10% I think we are okay in this regard, with latecomers seated around the edges. If we grow much larger I will either have to pay for

[oe] State of bitbake world, Failed tasks 2017-09-21

2017-09-22 Thread Martin Jansa
The qemux86-64 failures (except mongodb do_patch) are caused by rpcgen removal from HOSTTOOLs, will drop that change from next run, but it also means that latest Gentoo glibc (drops rpc support) cannot be used for OE builds anymore. http://www.openembedded.org/wiki/Bitbake_World_Status ==

[oe] [meta-oe][PATCH V2] mongodb: Pass computed endian variable

2017-09-22 Thread Khem Raj
If not passed to SCon, it will try to guess it and do it by poking at build host, which wont work in cross environment Signed-off-by: Khem Raj --- Changes in V2: Use SITEINFO_ENDIANNESS meta-oe/recipes-support/mongodb/mongodb_git.bb | 1 + 1 file changed, 1 insertion(+)

Re: [oe] [meta-oe][PATCH 1/2] mongodb: Pass computed endian variable

2017-09-22 Thread Andre McCurdy
On Fri, Sep 22, 2017 at 10:57 AM, Khem Raj wrote: > If not passed to SCon, it will try to guess it > and do it by poking at build host, which wont > work in cross environment > > Signed-off-by: Khem Raj > --- >

Re: [oe] [meta-oe][PATCH 4/7] toybox: Upgrade to 0.7.4

2017-09-22 Thread Khem Raj
On Fri, Sep 22, 2017 at 10:43 AM, Andre McCurdy wrote: > On Thu, Sep 21, 2017 at 8:23 PM, Khem Raj wrote: >> enable parallel build >> >> Signed-off-by: Khem Raj >> --- >> .../recipes-core/toybox/{toybox_0.7.3.bb => toybox_0.7.4.bb}

[oe] [meta-oe][PATCH 1/2] mongodb: Pass computed endian variable

2017-09-22 Thread Khem Raj
If not passed to SCon, it will try to guess it and do it by poking at build host, which wont work in cross environment Signed-off-by: Khem Raj --- meta-oe/recipes-support/mongodb/mongodb_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git

[oe] [meta-oe][PATCH 2/2] rcmd: Fix build with musl

2017-09-22 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb | 2 + ...ne-__THROW-to-avoid-build-issue-with-musl.patch | 47 ++ .../0002-Do-not-use-rcmd-on-build-with-musl.patch | 31 ++ 3 files changed, 80 insertions(+)

Re: [oe] [meta-oe][PATCH 4/7] toybox: Upgrade to 0.7.4

2017-09-22 Thread Andre McCurdy
On Thu, Sep 21, 2017 at 8:23 PM, Khem Raj wrote: > enable parallel build > > Signed-off-by: Khem Raj > --- > .../recipes-core/toybox/{toybox_0.7.3.bb => toybox_0.7.4.bb} | 10 > -- > 1 file changed, 4 insertions(+), 6 deletions(-) > rename

Re: [oe] [meta-oe][PATCH] luajit: create developer symlinks

2017-09-22 Thread Andre McCurdy
On Fri, Sep 22, 2017 at 12:23 AM, Pascal Bach wrote: > On 21.09.2017 20:32, Andre McCurdy wrote: >> On Thu, Sep 21, 2017 at 5:01 AM, Pascal Bach wrote: >>> LuaJIT tries to call ldconfig during installation which doesn't work. >> Presumably this

Re: [oe] How to use two toolchains

2017-09-22 Thread Khem Raj
On Fri, Sep 22, 2017 at 7:22 AM, Changhyeok Bae wrote: > Hi > > I would like to use 64 bit for kernel and 32 bit for userspace(rootfs). > Toolchain is created by OE (Not prebuilt toolchain) > Could you recommend good way to use different toolchains to achieve my goal? I

Re: [oe] How to use two toolchains

2017-09-22 Thread Randy MacLeod
On 2017-09-22 10:22 AM, Changhyeok Bae wrote: Hi I would like to use 64 bit for kernel and 32 bit for userspace(rootfs). Toolchain is created by OE (Not prebuilt toolchain) Could you recommend good way to use different toolchains to achieve my goal? If you have good examples, it's very helpful

[oe] How to use two toolchains

2017-09-22 Thread Changhyeok Bae
Hi I would like to use 64 bit for kernel and 32 bit for userspace(rootfs). Toolchain is created by OE (Not prebuilt toolchain) Could you recommend good way to use different toolchains to achieve my goal? If you have good examples, it's very helpful to me. Thanks Changhyeok --

Re: [oe] [meta-qt5][PATCH] qtbase-native: Force use of built-in pcre

2017-09-22 Thread Mike Crowe
On Friday 22 September 2017 at 14:55:27 +0200, Martin Jansa wrote: > It's already merged: > https://github.com/meta-qt5/meta-qt5/commit/743b3b93e17f5382fd1f9f4e0d2932501c8a3c78 Oh, silly me, I'd got confused and was expecting it to turn up in meta-oe. :( Sorry for the noise. Mike.

Re: [oe] [meta-qt5][PATCH] qtbase-native: Force use of built-in pcre

2017-09-22 Thread Martin Jansa
On Fri, Sep 22, 2017 at 12:34:15PM +0100, Mike Crowe wrote: > On Friday 08 September 2017 at 14:48:02 +0100, Mike Crowe wrote: > > If we specify neither -system-pcre nor -qt-pcre then qtbase will first see > > if it can find the pcre library in the system and fall back to compiling > > its own if

Re: [oe] chromium detected as stripped

2017-09-22 Thread Raphael Kubo da Costa
Trevor Woerner writes: > On Wed, Sep 20, 2017 at 1:43 PM, Trevor Woerner wrote: >> When I compile chromium61 with pyro, I get a strange error. Every time the >> python wrapper (gcc_link_wrapper.py) is called for a native compile (g++), I >> get: > ... >>

Re: [oe] chromium detected as stripped

2017-09-22 Thread Raphael Kubo da Costa
Hey Trevor, Thanks again for testing the recipe and providing great feedback. Trevor Woerner writes: > When I compile chromium61 with pyro, I get a strange error. Every time the > python wrapper (gcc_link_wrapper.py) is called for a native compile (g++), I > get: [...] >

Re: [oe] [meta-qt5][PATCH] qtbase-native: Force use of built-in pcre

2017-09-22 Thread Mike Crowe
On Friday 08 September 2017 at 14:48:02 +0100, Mike Crowe wrote: > If we specify neither -system-pcre nor -qt-pcre then qtbase will first see > if it can find the pcre library in the system and fall back to compiling > its own if that's not possible. > > Unfortunately, this means that if

[oe] [meta-python][PATCH 3/3] Add python3 pandas

2017-09-22 Thread Guy Morand
--- .../python/python-pandas/python-pandas.inc | 21 + .../python/python-pandas/python3-pandas_0.20.3.bb | 5 + 2 files changed, 26 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-pandas/python-pandas.inc create mode 100644

[oe] [meta-python][PATCH 1/3] Add python3 matplotlib

2017-09-22 Thread Guy Morand
--- .../python-matplotlib/files/0001-fix_setup.diff| 13 + .../python/python-matplotlib/python-matplotlib.inc | 32 ++ .../python-matplotlib/python3-matplotlib_2.0.2.bb | 6 3 files changed, 51 insertions(+) create mode 100644

[oe] [meta-python][PATCH 2/3] Add python3 cycler

2017-09-22 Thread Guy Morand
--- .../recipes-devtools/python/python-cycler/python-cycler.inc | 13 + .../python/python-cycler/python3-cycler_0.10.0.bb | 6 ++ 2 files changed, 19 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-cycler/python-cycler.inc create mode

Re: [oe] [PATCH 1/1] lvm2: disable thin provisioning support if GPLv3 incompatible

2017-09-22 Thread Kang Kai
On 2017年09月22日 03:44, Andre McCurdy wrote: On Thu, Sep 21, 2017 at 7:16 AM, Khem Raj wrote: On Wed, Sep 20, 2017 at 11:47 PM, wrote: From: Kai Kang Disable thin provisioning support for lvm2 if it is set GPLv3

Re: [oe] [meta-oe][PATCH] luajit: create developer symlinks

2017-09-22 Thread Pascal Bach
On 21.09.2017 20:32, Andre McCurdy wrote: > On Thu, Sep 21, 2017 at 5:01 AM, Pascal Bach wrote: >> LuaJIT tries to call ldconfig during installation which doesn't work. > Presumably this stopped working recently (since host tools now need to > be whitelisted and ldconfig