[OE-core] [PATCH 2/2] package.bbclass: Emit HOMEPAGE pkgdata.

2019-05-22 Thread Rob Walton
Emit the contents of HOMEPAGE in the extra pkgdata. This is useful information to have when creating license manifests. Signed-off-by: Rob Walton --- meta/classes/package.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass

[OE-core] [PATCH 1/2] image_license.bbclass: Write JSON files containing license data.

2019-05-22 Thread Rob Walton
For easier machine readability of license manifests, write a manifest.json containing license data and package info. Signed-off-by: Rob Walton --- meta/classes/license_image.bbclass | 23 ++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH] squashfs-tools: Mark as incompatible with musl

2019-05-22 Thread Andre McCurdy
On Wed, May 22, 2019 at 6:35 PM Khem Raj wrote: > On Wed, May 22, 2019 at 1:30 AM Adrian Bunk wrote: > > > > Silently ignoring FNM_EXTMATCH makes fnmatch() > > behave different from what callers expect. > > > > Mark as incompatible with musl instead of risking > > broken runtime behaviour. > > >

Re: [OE-core] [PATCH v2 1/1] systemd-conf: configure wired network with dhcp

2019-05-22 Thread Kang Kai
On 2019/5/21 下午8:09, Richard Purdie wrote: On Tue, 2019-05-21 at 05:22 -0400, kai.k...@windriver.com wrote: From: Kai Kang Add a configure file for systemd.networkd to configure wired network interfaces with dhcp. It works with common network interfaces such eth0 and eno1. Refer to

Re: [OE-core] [PATCH] squashfs-tools: Mark as incompatible with musl

2019-05-22 Thread Khem Raj
On Wed, May 22, 2019 at 1:30 AM Adrian Bunk wrote: > > Silently ignoring FNM_EXTMATCH makes fnmatch() > behave different from what callers expect. > > Mark as incompatible with musl instead of risking > broken runtime behaviour. > > The practical consequences should be small since > what is used

Re: [OE-core] [PATCH 1/2] piglit: upgrade to latest revision

2019-05-22 Thread Khem Raj
On Wed, May 22, 2019 at 4:02 AM Alexander Kanavin wrote: > > Signed-off-by: Alexander Kanavin > --- > ...UPWARD-only-if-its-defined-in-fenv.h.patch | 75 --- > .../piglit/piglit/format-fix.patch| 69 - are these patches upstreamed ? >

[OE-core] [PATCH v2 4/4] maintainers: Account for musl-obstack and libssp-nonshared

2019-05-22 Thread Khem Raj
Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- v2: Rebased meta/conf/distro/include/maintainers.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 67a51cdecc..2c10b104de 100644 ---

[OE-core] [PATCH V2 1/4] pam_systemd: Include missing.h for secure_getenv

2019-05-22 Thread Khem Raj
'secure_getenv' api is not uniformly implemented across all C libraries therefore its good to include missing.h so it can use the alternative implementation where its not awvailable Fixes ../git/src/login/pam_systemd.c:344:13: error: implicit declaration of function 'secure_getenv' is invalid in

[OE-core] [PATCH v3 2/4] musl-obstack: Add recipe

2019-05-22 Thread Khem Raj
obstacks from GNUlib is used in some OE-Core packages e.g. elfutils and other packages outside OE-Core, this recipe helps provide this functionality standalone on musl systems, and helps in getting full versions of dependent packages Signed-off-by: Khem Raj --- v3: Rebased

[OE-core] [PATCH v2 3/4] elfutils: Fix eu-* utils builds for musl

2019-05-22 Thread Khem Raj
Re-organize the musl patches in three different areas namely libs, utils and tests, this will help maintain them in future version bumps Add obstack dependency on musl targets which is needed for eu-* PN and PN-binutils is not empty anymore on musl Signed-off-by: Khem Raj Signed-off-by:

Re: [OE-core] [PATCH 3/3] elfutils: Fix eu-* utils builds for musl

2019-05-22 Thread Khem Raj
On Tue, May 21, 2019 at 11:49 PM Adrian Bunk wrote: > > On Tue, May 21, 2019 at 06:32:28PM -0700, Khem Raj wrote: > >... > > PN and PN-binutils is not empty anymore on musl > >... > > ++#if !defined(FNM_EXTMATCH) > > ++# define FNM_EXTMATCH (1 << 5) /* Use ksh-like extended matching. */ > >

[OE-core] [PATCH] bc: use u-a for bc as well

2019-05-22 Thread Martin Jansa
* bc can be provided by busybox as well (e.g. if you have your own defconfig and forget to explicitly disable it: ... * * Miscellaneous Utilities * adjtimex (4.7 kb) (ADJTIMEX) [N/y/?] n bbconfig (9.7 kb) (BBCONFIG) [N/y/?] n bc (45 kb) (BC) [Y/n/?] (NEW) dc (36 kb) (DC) [Y/n/?] y

Re: [OE-core] ptest with BBCLASSEXTEND

2019-05-22 Thread richard . purdie
On Wed, 2019-05-22 at 18:28 -0400, Jonathan Rajotte-Julien wrote: > Hi, > > > I think Jonathan Rajotte might be able to help us with lttng-tools. > > Finally had some time for this. > > See [1][2]. > > [2] does bring the matter of forcing lttng-ust support of lttng-tools > when ptest > is

Re: [OE-core] ptest with BBCLASSEXTEND

2019-05-22 Thread Jonathan Rajotte-Julien
Hi, > I think Jonathan Rajotte might be able to help us with lttng-tools. Finally had some time for this. See [1][2]. [2] does bring the matter of forcing lttng-ust support of lttng-tools when ptest is deployed. "lttng-ust" is already set in PACKAGECONFIG by default but is there any way to

Re: [OE-core] [PATCH v2] insane: add sanity checks to SRC_URI

2019-05-22 Thread Richard Purdie
On Wed, 2019-05-22 at 17:48 +0200, Martin Jansa wrote: > Can we add an option to skip this with INSANE_SKIP? > > It looks like QARECIPETEST doesn't use INSANE_SKIP or I don't see > how. > > Removing src-uri-bad from ERROR_QA/WARN_QA for some recipes works as > well, is it worth adding

[OE-core] [PATCH v2 2/2] lttng-tools: add lttng-modules to ptest dependencies

2019-05-22 Thread Jonathan Rajotte
The lttng-tools project is essentially a "tracer" controller, the tests depends heavily on lttng-ust and lttng-modules presence. Signed-off-by: Jonathan Rajotte --- meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH v2 1/2] lttng-tools: prevent test timeout when lttng-modules is not present

2019-05-22 Thread Jonathan Rajotte
Signed-off-by: Jonathan Rajotte --- ...ttng-modules-presence-before-testing.patch | 26 +++ .../lttng/lttng-tools_2.10.6.bb | 1 + 2 files changed, 27 insertions(+) create mode 100644

Re: [OE-core] [PATCH 1/2] lttng-tools: prevent test timeout when lttng-modules is not present

2019-05-22 Thread Jonathan Rajotte-Julien
Clearly the actual patch is missing, sending v2 shortly. On Wed, May 22, 2019 at 10:06:44PM +, Jonathan Rajotte wrote: > Signed-off-by: Jonathan Rajotte > --- > meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb | 1 + > 1 file changed, 1 insertion(+) > > diff --git

[OE-core] [PATCH 2/2] lttng-tools: add lttng-modules to ptest dependencies

2019-05-22 Thread Jonathan Rajotte
The lttng-tools project is essentially a "tracer" controller, the tests depends heavily on lttng-ust and lttng-modules presence. Signed-off-by: Jonathan Rajotte --- meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 1/2] lttng-tools: prevent test timeout when lttng-modules is not present

2019-05-22 Thread Jonathan Rajotte
Signed-off-by: Jonathan Rajotte --- meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb b/meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb index a3fabb20ec..f1bb7224f3 100644 ---

Re: [OE-core] [PATCH] bluez5: remove udev dependency

2019-05-22 Thread Adrian Bunk
On Wed, May 22, 2019 at 02:55:41PM -0700, David Frey wrote: > udev is an optional dependency of bluez5, so use PACKAGECONFIG to allow > users to decide if they want udev support. > > Signed-off-by: David Frey > --- > meta/recipes-connectivity/bluez5/bluez5.inc | 3 ++- > 1 file changed, 2

Re: [OE-core] [PATCH] bluez5: remove udev dependency

2019-05-22 Thread Joshua Watt
On 5/22/19 4:55 PM, David Frey wrote: udev is an optional dependency of bluez5, so use PACKAGECONFIG to allow users to decide if they want udev support. Signed-off-by: David Frey --- meta/recipes-connectivity/bluez5/bluez5.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff

[OE-core] [PATCH] bluez5: remove udev dependency

2019-05-22 Thread David Frey
udev is an optional dependency of bluez5, so use PACKAGECONFIG to allow users to decide if they want udev support. Signed-off-by: David Frey --- meta/recipes-connectivity/bluez5/bluez5.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH 1/1] util-linux: Add missing ptest dependencies

2019-05-22 Thread Martin Jansa
On Wed, May 22, 2019 at 10:09:16PM +0200, Martin Jansa wrote: > On Wed, May 22, 2019 at 05:18:25PM +0300, Adrian Bunk wrote: > > On Wed, May 22, 2019 at 01:03:37PM +0200, Martin Jansa wrote: > > > This pulls bc to many images with busybox, causing busybox postinst to > > > fail > > > with: > > >

Re: [OE-core] [PATCH 2/2] python-six: put python2/3 variant together

2019-05-22 Thread Alejandro Hernandez
On 5/22/2019 7:01 AM, Tim Orling wrote: On Wed, May 22, 2019 at 4:27 AM Alexander Kanavin mailto:alex.kana...@gmail.com>> wrote: On Wed, 22 May 2019 at 13:05, mailto:richard.pur...@linuxfoundation.org>> wrote: > I don't think we need to switch our default, just be able to

Re: [OE-core] [PATCH 1/1] util-linux: Add missing ptest dependencies

2019-05-22 Thread Martin Jansa
On Wed, May 22, 2019 at 05:18:25PM +0300, Adrian Bunk wrote: > On Wed, May 22, 2019 at 01:03:37PM +0200, Martin Jansa wrote: > > This pulls bc to many images with busybox, causing busybox postinst to fail > > with: > > > > update-alternatives: Error: not linking /usr/bin/bc to /bin/busybox.nosuid

[OE-core] [PATCH V2] mesa: Fix a case when gbm is enabled but DRIDRIVERS is not defined

2019-05-22 Thread Khem Raj
This is a typical scenario with arm platforms, with meson if DRIDRIVERS is empty then dri is disabled automatically, but gbm needs dri2 enabled for it to have proper backend, in autotools we could use --enable-gbm --enable-dri and get correct behaviour but with meson enabling dri2 only works if

[OE-core] [PATCH] m4/tar: Remove remove-gets.patch

2019-05-22 Thread Adrian Bunk
When the original problem was fixed in gnulib the patches were rebased on top of the upstream fix... Signed-off-by: Adrian Bunk --- meta/recipes-devtools/m4/m4-1.4.18.inc| 1 - meta/recipes-devtools/m4/m4/remove-gets.patch | 24 --- .../tar/tar/remove-gets.patch

[OE-core] [PATCH] mesa: Fix a case when gbm is enabled but DRIDRIVERS is not defined

2019-05-22 Thread Khem Raj
This is a typical scenario with arm platforms, with meson if DRIDRIVERS is empty then dri is disabled automatically, but gbm needs dri2 enabled for it to have proper backend, in autotools we could use --enable-gbm --enable-dri and get correct behaviour but with meson enabling dri2 only works if

Re: [OE-core] [PATCH v2] insane: add sanity checks to SRC_URI

2019-05-22 Thread Martin Jansa
Can we add an option to skip this with INSANE_SKIP? It looks like QARECIPETEST doesn't use INSANE_SKIP or I don't see how. Removing src-uri-bad from ERROR_QA/WARN_QA for some recipes works as well, is it worth adding INSANE_SKIP for consistency with other checks or not? On Sat, May 18, 2019 at

Re: [OE-core] [PATCH 1/3] musl-obstack: Add recipe

2019-05-22 Thread Khem Raj
On Wed, May 22, 2019 at 4:10 AM Richard Purdie wrote: > > On Tue, 2019-05-21 at 18:32 -0700, Khem Raj wrote: > > obstacks from GNUlib is used in some OE-Core packages e.g. elfutils > > and other packages outside OE-Core, this recipe helps provide this > > functionality standalone on musl systems,

[OE-core] [PATCH V2] musl-obstack: Add recipe

2019-05-22 Thread Khem Raj
obstacks from GNUlib is used in some OE-Core packages e.g. elfutils and other packages outside OE-Core, this recipe helps provide this functionality standalone on musl systems, and helps in getting full versions of dependent packages Signed-off-by: Khem Raj --- v2: Inherit pkgconfig

Re: [OE-core] [PATCH 1/1] util-linux: Add missing ptest dependencies

2019-05-22 Thread Adrian Bunk
On Wed, May 22, 2019 at 01:03:37PM +0200, Martin Jansa wrote: > This pulls bc to many images with busybox, causing busybox postinst to fail > with: > > update-alternatives: Error: not linking /usr/bin/bc to /bin/busybox.nosuid > since /usr/bin/bc exists and is not a link Are you enabling

Re: [OE-core] [PATCH 2/2] python-six: put python2/3 variant together

2019-05-22 Thread Tim Orling
On Wed, May 22, 2019 at 4:27 AM Alexander Kanavin wrote: > On Wed, 22 May 2019 at 13:05, wrote: > > > I don't think we need to switch our default, just be able to build say > > oe-core without python/python2 in HOSTTOOLS and without needing python > > 2.7 in OE-Core either. > > > > > Its good

Re: [OE-core] [PATCH] libmodulemd: fix erroneous linking against v2 library when v1 was requested

2019-05-22 Thread Khem Raj
On Wed, May 22, 2019 at 4:21 AM Alexander Kanavin wrote: > I'm not sure that would work, as at do_rootfs time both createrepo_c > (v2 user) and libdnf (v1 user) need to be present in the > sysroot-native, and so v1 and v2 files would clash at that point > (libmodulemd.so would be provided by

Re: [OE-core] [PATCH] apt: Remove workaround patches for no longer supported host distributions

2019-05-22 Thread Adrian Bunk
On Wed, May 22, 2019 at 01:04:59PM +0200, Alexander Kanavin wrote: > Our apt version is badly out of date; would you be able to work on an update? >... Not the kind of change I am keen to do on a recipe I don't use in OE. > Alex cu Adrian -- "Is there not promise of rain?" Ling Tan

Re: [OE-core] [PATCH 2/2] python-six: put python2/3 variant together

2019-05-22 Thread Alexander Kanavin
On Wed, 22 May 2019 at 13:05, wrote: > I don't think we need to switch our default, just be able to build say > oe-core without python/python2 in HOSTTOOLS and without needing python > 2.7 in OE-Core either. > > > Its good that project is taking lead here but we might leave many > > users

Re: [OE-core] [PATCH] libmodulemd: fix erroneous linking against v2 library when v1 was requested

2019-05-22 Thread Alexander Kanavin
I'm not sure that would work, as at do_rootfs time both createrepo_c (v2 user) and libdnf (v1 user) need to be present in the sysroot-native, and so v1 and v2 files would clash at that point (libmodulemd.so would be provided by both). I am kind of hoping that libdnf would migrate off v1 to v2,

Re: [OE-core] [PATCH 1/3] musl-obstack: Add recipe

2019-05-22 Thread Richard Purdie
On Tue, 2019-05-21 at 18:32 -0700, Khem Raj wrote: > obstacks from GNUlib is used in some OE-Core packages e.g. elfutils > and other packages outside OE-Core, this recipe helps provide this > functionality standalone on musl systems, and helps in getting full > versions of dependent packages > >

Re: [OE-core] [PATCH] libmodulemd: fix erroneous linking against v2 library when v1 was requested

2019-05-22 Thread Richard Purdie
On Wed, 2019-05-22 at 12:28 +0200, Alexander Kanavin wrote: > On Wed, 22 May 2019 at 04:04, Khem Raj wrote: > > > + > > > + pkg.generate( > > > +-libraries : modulemd_v1_lib, > > > ++libraries : '-l:libmodulemd.so.1', > > > > shouldn't it be generating a separate package for v1 ? > >

Re: [OE-core] [PATCH 2/2] python-six: put python2/3 variant together

2019-05-22 Thread richard . purdie
On Tue, 2019-05-21 at 18:49 -0700, Khem Raj wrote: > On Tue, May 21, 2019 at 2:44 PM > wrote: > > On Tue, 2019-05-21 at 22:59 +0200, Andreas Müller wrote: > > > On Tue, May 21, 2019 at 8:38 PM < > > > richard.pur...@linuxfoundation.org> > > > wrote: > > > > > No sorry mozjs uses old crap in their

Re: [OE-core] [PATCH] apt: Remove workaround patches for no longer supported host distributions

2019-05-22 Thread Alexander Kanavin
Our apt version is badly out of date; would you be able to work on an update? As a starting point, you can take this: http://git.yoctoproject.org/cgit.cgi/poky-contrib/commit/?h=akanavin/package-version-updates-later=e27b40c022654302e4846e47cc7da498a68d9666 Alex On Wed, 22 May 2019 at 12:59,

Re: [OE-core] [PATCH 1/1] util-linux: Add missing ptest dependencies

2019-05-22 Thread Martin Jansa
This pulls bc to many images with busybox, causing busybox postinst to fail with: update-alternatives: Error: not linking /usr/bin/bc to /bin/busybox.nosuid since /usr/bin/bc exists and is not a link I'll check which busybox defconfig entry enables BC and send patch to use u-a for bc in

[OE-core] [PATCH 2/2] iproute2: upgrade 5.0.0 -> 5.1.0

2019-05-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../iproute2/{iproute2_5.0.0.bb => iproute2_5.1.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/iproute2/{iproute2_5.0.0.bb => iproute2_5.1.0.bb} (68%) diff --git

[OE-core] [PATCH 1/2] piglit: upgrade to latest revision

2019-05-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...UPWARD-only-if-its-defined-in-fenv.h.patch | 75 --- .../piglit/piglit/format-fix.patch| 69 - meta/recipes-graphics/piglit/piglit_git.bb| 5 +- 3 files changed, 1 insertion(+), 148 deletions(-) delete mode

Re: [OE-core] [PATCH v4] python*-setuptools: add separate packages for pkg_resources module

2019-05-22 Thread Luca Boccassi
On Tue, 2019-05-21 at 19:06 -0700, Khem Raj wrote: > On Tue, May 21, 2019 at 5:36 AM < > luca.bocca...@gmail.com > > wrote: > > From: Luca Boccassi < > > luca.bocca...@microsoft.com > > > > > > > The pkg_resources Python module is useful by itself, for example > > for > > automatic loading of

[OE-core] [PATCH] apt: Remove workaround patches for no longer supported host distributions

2019-05-22 Thread Adrian Bunk
All still supported host distributions have gcc >= 4.8. Signed-off-by: Adrian Bunk --- meta/recipes-devtools/apt/apt-native.inc | 2 - .../apt/0001-fix-the-gcc-version-check.patch | 74 --- ...emove-Wsuggest-attribute-from-CFLAGS.patch | 43 --- 3 files changed,

[OE-core] [PATCH] dpkg: Remove workaround patches for no longer supported host distributions

2019-05-22 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- .../0005-dpkg-compiler.m4-remove-Wvla.patch | 40 --- .../dpkg/dpkg/glibc2.5-sync_file_range.patch | 100 -- meta/recipes-devtools/dpkg/dpkg_1.19.4.bb | 3 +- 3 files changed, 1 insertion(+), 142 deletions(-) delete mode 100644

[OE-core] [PATCH] librsvg: Replace workaround for old host systems with upstream fix

2019-05-22 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- ...t-Bsymbolic-fixes-configure-on-macOS.patch | 35 +++ meta/recipes-gnome/librsvg/librsvg_2.40.20.bb | 8 ++--- 2 files changed, 38 insertions(+), 5 deletions(-) create mode 100644

Re: [OE-core] [PATCH] libmodulemd: fix erroneous linking against v2 library when v1 was requested

2019-05-22 Thread Alexander Kanavin
On Wed, 22 May 2019 at 04:04, Khem Raj wrote: > > + > > + pkg.generate( > > +-libraries : modulemd_v1_lib, > > ++libraries : '-l:libmodulemd.so.1', > > shouldn't it be generating a separate package for v1 ? > hardcoding linker paths seems a bit hackish here, is it going > to generate a

Re: [OE-core] [PATCH 13/42] systemtap: upgrade 4.0 -> 4.1

2019-05-22 Thread Alexander Kanavin
Didn't test it at all; the patch was produced by AUH, so I simply picked it up. Do we have anything in the autobuilder for it? Alex On Tue, 21 May 2019 at 23:37, Victor Kamensky (kamensky) wrote: > > Hi Alexander, > > I am curios how much did you test it? I had the same patch for > a while,

[OE-core] [PATCH] elfutils: fix ptest failures

2019-05-22 Thread mingli.yu
From: Mingli Yu * Add missing -ptest package dependencies (needs ${PN}-dbg) * Add missing files which needed by ptest test to fix below failures: | ./run-ar.sh: line 23: cd: /usr/lib64/elfutils/ptest/tests/..//src: No such file or directory | FAIL: run-ar.sh | sh: ../src/elflint: No

[OE-core] [PATCH 2/2] mdadm: define MAILADDR for mdmonitor service

2019-05-22 Thread Liwei Song
by default in mdmonitor.service it use mail address to report alerts but this need to set MAILADDR in /etc/mdadm.conf, or the service will be failed excuted. This patch will set MAILADD to "root" in /etc/mdadm.conf to aviod service run with error. Signed-off-by: Liwei Song ---

[OE-core] [PATCH 1/2] mdadm: guarded with systemd when install mdadm service

2019-05-22 Thread Liwei Song
install mdadm related service only when systemd was included in DISTRO_FEATURES. Signed-off-by: Liwei Song --- meta/recipes-extended/mdadm/mdadm_4.1.bb | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/meta/recipes-extended/mdadm/mdadm_4.1.bb

Re: [OE-core] [PATCH v2] mdadm: install the systemd service through Makefile

2019-05-22 Thread Liwei Song
Please ignore this one. Because the v1 patch has been applied, so this one is not applicable now, will send it together with another patch to cover the systemd related change. Thanks, Liwei. On 05/21/2019 04:54 PM, Liwei Song wrote: > The original mdadm service may include variable like

[OE-core] [PATCH] squashfs-tools: Mark as incompatible with musl

2019-05-22 Thread Adrian Bunk
Silently ignoring FNM_EXTMATCH makes fnmatch() behave different from what callers expect. Mark as incompatible with musl instead of risking broken runtime behaviour. The practical consequences should be small since what is used in OE is mainly squashfs-tools-native. Signed-off-by: Adrian Bunk

[OE-core] [PATCH v2] meson.bbclass: Make meson support aarch64_be.

2019-05-22 Thread Lei Maohui
Added aarch64_be into cpu family. Signed-off-by: Lei Maohui --- meta/classes/meson.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/meson.bbclass b/meta/classes/meson.bbclass index 115d1ae..0edbfc1 100644 --- a/meta/classes/meson.bbclass +++

Re: [OE-core] [PATCH 3/3] elfutils: Fix eu-* utils builds for musl

2019-05-22 Thread Adrian Bunk
On Tue, May 21, 2019 at 06:32:28PM -0700, Khem Raj wrote: >... > PN and PN-binutils is not empty anymore on musl >... > ++#if !defined(FNM_EXTMATCH) > ++# define FNM_EXTMATCH (1 << 5) /* Use ksh-like extended matching. */ > ++#endif >... This might fix the compilation, but it is horribly wrong.