[OE-core] [PATCH 2/2] avahi: fix error at boot time for avahi-daemon.service

2018-06-20 Thread Chen Qi
The following error messages appear now and then at boot time. avahi-daemon/chroot.c: open() failed: No such file or directory Failed to open /etc/resolv.conf: Invalid argument The problem is about /etc/resolv.conf. In Yocto's systemd based systems, it's a symlink to /etc/resolv-conf.systemd

[OE-core] [PATCH 1/2] avahi: reorganize codes

2018-06-20 Thread Chen Qi
This patch does nothing but reorganizing codes. avahi.inc is shared by avahi and avahi-ui recipes. Move common things into it, and move uncommon things out of it. Signed-off-by: Chen Qi --- meta/recipes-connectivity/avahi/avahi-ui_0.7.bb | 16 + meta/recipes-connectivity/avahi/avahi.inc

[OE-core] [PATCH 0/2] avahi: reorder codes and fix error

2018-06-20 Thread Chen Qi
The following changes since commit 53dfa673d78216f852a47bdb48392ee213e3e1cd: musl: Upgrade to latest (2018-06-18 11:07:58 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/avahi-fix http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/avahi-

Re: [OE-core] [PATCH 3/3] image/testimage: Rework auto image test execution

2018-06-20 Thread ChenQi
On 06/20/2018 05:54 PM, Richard Purdie wrote: On Wed, 2018-06-20 at 08:47 +0800, ChenQi wrote: --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -487,7 +487,7 @@ HOSTTOOLS += " \ " # Tools needed to run testimage runtime image testing -HOSTTOOLS += "${@'ip ping ps scp ssh s

[OE-core] [PATCH V2] gcc-8: Enable fp arch extention when fpu is available

2018-06-20 Thread Khem Raj
This is especially needed when defaulting to hard-float ABI Fixes errors e.g. cc1: error: -mfloat-abi=hard: selected processor lacks an FPU Fixes [YOCTO #12795] Signed-off-by: Khem Raj Cc: Ross Burton --- V2: - Limit the change to gcc8 since gcc7 does not have these extentions meta/recipes-de

Re: [OE-core] [PATCH] gcc-target: Enable fp arch extention when fpu is available

2018-06-20 Thread Khem Raj
No, it wont AFAICT, I guess we need to move this into gcc-8.0.bb On Wed, Jun 20, 2018 at 4:33 PM Andre McCurdy wrote: > > On Tue, Jun 19, 2018 at 10:21 PM, Khem Raj wrote: > > This is especially needed when defaulting to hard-float ABI > > Fixes errors e.g. > > cc1: error: -mfloat-abi=hard: selec

Re: [OE-core] [PATCH] gcc-target: Enable fp arch extention when fpu is available

2018-06-20 Thread Andre McCurdy
On Tue, Jun 19, 2018 at 10:21 PM, Khem Raj wrote: > This is especially needed when defaulting to hard-float ABI > Fixes errors e.g. > cc1: error: -mfloat-abi=hard: selected processor lacks an FPU > > Fixes [YOCTO #12795] > > Signed-off-by: Khem Raj > Cc: Ross Burton > --- > meta/recipes-devtool

Re: [OE-core] [oe-core][PATCHv4] image_types.bbclass: add optional size to ubi vols

2018-06-20 Thread Andre McCurdy
On Wed, Jun 20, 2018 at 8:29 AM, Tobias Olausson wrote: > Hey, > > Sorry for top posting. I have done some testing of this during the day, and > it seems that this only works if you run "export MKUBIFS_ARGS_foo" and > similar in whichever config file contains those settings (such as a machine >

Re: [OE-core] [PATCH 5/5] harfbuzz: upgrade 1.7.5 -> 1.8.1

2018-06-20 Thread Burton, Ross
Yes, those should be in the -dev package. Ross On 20 June 2018 at 18:18, Khem Raj wrote: > On Wed, Jun 20, 2018 at 7:07 AM Maxin B. John wrote: >> >> Signed-off-by: Maxin B. John >> --- >> .../harfbuzz/{harfbuzz_1.7.5.bb => harfbuzz_1.8.1.bb} | 8 >> ++-- >> 1 file changed, 6

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

2018-06-20 Thread Khem Raj
On Wed, Jun 20, 2018 at 7:07 AM Maxin B. John wrote: > > Signed-off-by: Maxin B. John > --- > meta/recipes-graphics/piglit/piglit_git.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-graphics/piglit/piglit_git.bb > b/meta/recipes-graphics/piglit/piglit_gi

Re: [OE-core] [PATCH 5/5] harfbuzz: upgrade 1.7.5 -> 1.8.1

2018-06-20 Thread Khem Raj
On Wed, Jun 20, 2018 at 7:07 AM Maxin B. John wrote: > > Signed-off-by: Maxin B. John > --- > .../harfbuzz/{harfbuzz_1.7.5.bb => harfbuzz_1.8.1.bb} | 8 > ++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > rename meta/recipes-graphics/harfbuzz/{harfbuzz_1.7.5.bb => > har

Re: [OE-core] [oe-core][PATCHv4] image_types.bbclass: add optional size to ubi vols

2018-06-20 Thread Tobias Olausson
Hey, Sorry for top posting. I have done some testing of this during the day, and it seems that this only works if you run "export MKUBIFS_ARGS_foo" and similar in whichever config file contains those settings (such as a machine conf). I would have preferred a combined shell/python solution, but

Re: [OE-core] [PATCH] glibc: fix CVE-2017-18269 and CVE-2018-11236

2018-06-20 Thread akuster808
On 06/19/2018 08:12 PM, Lei, Maohui wrote: > Hi Ross > > Ok, I'll do it. Thank you for your reply. > > Best regards > Lei in my stable/sumo-nmut for testing - armin > >> -Original Message- >> From: Burton, Ross [mailto:ross.bur...@intel.com] >> Sent: Tuesday, June 19, 2018 7:40 PM >> T

Re: [OE-core] [PATCH 6/6] nss: update to 3.37.1

2018-06-20 Thread akuster808
On 06/19/2018 08:15 AM, Richard Purdie wrote: > On Mon, 2018-06-18 at 21:10 -0700, Armin Kuster wrote: >> remove Fix-compilation-for-X32.patch as a solution simular is >> included in update. >> >> notable changes: >> The TLS 1.3 implementation was updated to Draft 28. >> The CA certificates list

[OE-core] [PATCH 3/5] puzzles: upgrade to latest revision

2018-06-20 Thread Maxin B. John
Remove upstreamed patch: 0001-Use-labs-instead-of-abs.patch Signed-off-by: Maxin B. John --- .../files/0001-Use-labs-instead-of-abs.patch | 46 -- meta/recipes-sato/puzzles/puzzles_git.bb | 3 +- 2 files changed, 1 insertion(+), 48 deletions(-) delet

[OE-core] [PATCH 5/5] harfbuzz: upgrade 1.7.5 -> 1.8.1

2018-06-20 Thread Maxin B. John
Signed-off-by: Maxin B. John --- .../harfbuzz/{harfbuzz_1.7.5.bb => harfbuzz_1.8.1.bb} | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_1.7.5.bb => harfbuzz_1.8.1.bb} (82%) diff --git a/meta/recipes-graphics/harfbuzz/harf

[OE-core] [PATCH 4/5] libepoxy: upgrade 1.5.0 -> 1.5.2

2018-06-20 Thread Maxin B. John
Remove upstreamed patch: no-tests.patch Signed-off-by: Maxin B. John --- .../libepoxy/libepoxy/no-tests.patch | 33 -- .../{libepoxy_1.5.0.bb => libepoxy_1.5.2.bb} | 5 ++-- 2 files changed, 2 insertions(+), 36 deletions(-) delete mode 100644 met

[OE-core] [PATCH 1/5] ofono: upgrade 1.23 -> 1.24

2018-06-20 Thread Maxin B. John
Signed-off-by: Maxin B. John --- meta/recipes-connectivity/ofono/ofono_1.23.bb | 9 - meta/recipes-connectivity/ofono/ofono_1.24.bb | 9 + 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta/recipes-connectivity/ofono/ofono_1.23.bb create mode 100644 meta/re

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

2018-06-20 Thread Maxin B. John
Signed-off-by: Maxin B. John --- meta/recipes-graphics/piglit/piglit_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index b936ad8..1a3e888 100644 --- a/meta/recipes-graphics/piglit

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

2018-06-20 Thread Bruce Ashfield
I can grab this for my queue, and send it along with my next consolidated pull request. That way, I can give it some extra testing. Cheers, Bruce On Wed, Jun 20, 2018 at 3:12 AM, Lei, Maohui wrote: > Ping > > > -Original Message- > > From: Lei, Maohui > > Sent: Saturday, May 19, 2018 2

[OE-core] [PATCH V2] maintainers: update Intel owners

2018-06-20 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/conf/distro/include/maintainers.inc | 44 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 2f2921b9364..d569e0a7ec3 100644

[OE-core] [PATCH] mesa: add lost Upstream-Status

2018-06-20 Thread Ross Burton
Signed-off-by: Ross Burton --- .../mesa/files/0003-winsys-svga-drm-Include-sys-types.h.patch| 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-graphics/mesa/files/0003-winsys-svga-drm-Include-sys-types.h.patch b/meta/recipes-graphics/mesa/files/0003-winsys-svga-drm-In

[OE-core] [PATCH] maintainers: update Intel owners

2018-06-20 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/conf/distro/include/maintainers.inc | 38 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 2f2921b9364..7907d40bc36 100644

[OE-core] [PATCH] lttng-modules: upgrade 2.10.5 -> 2.10.6

2018-06-20 Thread He Zhe
Signed-off-by: He Zhe --- .../lttng/{lttng-modules_2.10.5.bb => lttng-modules_2.10.6.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-kernel/lttng/{lttng-modules_2.10.5.bb => lttng-modules_2.10.6.bb} (90%) diff --git a/meta/recipes-kernel/lttng/lttng-mod

Re: [OE-core] [PATCH 3/3] image/testimage: Rework auto image test execution

2018-06-20 Thread Richard Purdie
On Wed, 2018-06-20 at 08:47 +0800, ChenQi wrote: > > --- a/meta/conf/bitbake.conf > > +++ b/meta/conf/bitbake.conf > > @@ -487,7 +487,7 @@ HOSTTOOLS += " \ > > " > > > > # Tools needed to run testimage runtime image testing > > -HOSTTOOLS += "${@'ip ping ps scp ssh stty' if > > (bb.data.inhe

[OE-core] [PATCH] nss: Fix build error for aarch64be.

2018-06-20 Thread Lei Maohui
Signed-off-by: Lei Maohui --- meta/recipes-support/nss/nss_3.35.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-support/nss/nss_3.35.bb b/meta/recipes-support/nss/nss_3.35.bb index 84f1916..21da7ec 100644 --- a/meta/recipes-support/nss/nss_3.35.bb +++ b/meta/recipes-supp

[OE-core] [sumo][PATCH] glibc: fix CVE-2017-18269 and CVE-2018-11236

2018-06-20 Thread Lei Maohui
From: Zhixiong Chi Backport two CVE patches from the upstream https://sourceware.org/git/gitweb.cgi?p=glibc.git;a=summary commit 5460617d1567657621107d895ee2dd83bc1f88f2 commit cd66c0e584c6d692bc8347b5e72723d02b8a8ada (From OE-Core rev: 398ac946745bbfad55deb382aeafec0be3298819) Signed-off-by: Z

[OE-core] [PATCH] iproute2: upgrade to release 4.17

2018-06-20 Thread Anders Roxell
Signed-off-by: Anders Roxell --- meta/recipes-connectivity/iproute2/iproute2.inc | 2 +- .../iproute2/{iproute2_4.16.0.bb => iproute2_4.17.0.bb} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-connectivity/iproute2/{iproute2_4.16.0.bb => iprout

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

2018-06-20 Thread Lei, Maohui
Ping > -Original Message- > From: Lei, Maohui > Sent: Saturday, May 19, 2018 2:38 AM > To: openembedded-core@lists.openembedded.org > Cc: Lei, Maohui > Subject: [OE-core][PATCH] linux-libc-headers: To fix build error when enable > mutilib on aarch64 Big endian. > > Signed-off-by: Lei Maoh