[OE-core] [PATCH 0/1] archiver.bbclass: Fix duplicated SRC_URIs for do_ar_original

2020-05-20 Thread Robert Yang
The following changes since commit 586061c469a3340ec3a60ff59dae2e9ee33c3398: qemu: fix CVE-2020-11869 (2020-05-19 22:55:50 +0100) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/ar_srcuri

[OE-core] [PATCH 1/1] archiver.bbclass: Fix duplicated SRC_URIs for do_ar_original

2020-05-20 Thread Robert Yang
The argument urls of bb.fetch2.Fetch(urls, d) are duplicated to SRC_URI, which caused errors like: bb.data_smart.ExpansionError: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: Fetcher failure: The SRCREV_FORMAT variable must

[OE-core][dunfell 00/19] Pull request (cover letter only)

2020-05-20 Thread Steve Sakoman
The following changes since commit 1a50634e56dfcb63eac0df1aa9cd7e6fb7bd470a: linux-yocto/5.4: update to v5.4.34 (2020-05-07 14:27:49 -1000) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib stable/dunfell-next

[OE-core] [PATCH] gettext: upgrade 0.20.1 -> 0.20.2

2020-05-20 Thread Wang Mingyu
rename gettext-0.20.1 to gettext-0.20.2 0001-msgmerge-Fix-behaviour-of-for-msgfmt-on-PO-files-wit.patch cr-statement.c-timsort.h-fix-formatting-issues.patch removed since they are included in 0.20.2 refresh use-pkgconfig.patch Signed-off-by: Wang Mingyu ---

Re: [OE-core] [PATCH] package_ipk.bbclass: print opkg output on error

2020-05-20 Thread Khem Raj
On Wed, May 20, 2020 at 1:17 PM Konrad Weihmann wrote: > > On a second thought it should be bb.error not bb.fatal - are all okay > with fixing just this one for now? I am yes. > > On 20.05.20 00:02, Richard Purdie wrote: > > On Tue, 2020-05-19 at 20:36 +0200, Konrad Weihmann wrote: > >> in case

Re: [OE-core] [PATCH v2] bzip2: Add test suite for bzip2

2020-05-20 Thread Randy MacLeod
On 2020-05-19 8:06 p.m., Peter Kjellerstedt wrote: -Original Message- From: Randy MacLeod Sent: den 19 maj 2020 23:45 To: Peter Kjellerstedt ; Rahul Kumar Cc: Alexander Kanavin ; Richard Purdie ; OE-core ; Trevor Gamblin Subject: Re: [OE-core] [PATCH v2] bzip2: Add test suite for

Re: [OE-core] [PATCH] package_ipk.bbclass: print opkg output on error

2020-05-20 Thread Konrad Weihmann
On a second thought it should be bb.error not bb.fatal - are all okay with fixing just this one for now? On 20.05.20 00:02, Richard Purdie wrote: On Tue, 2020-05-19 at 20:36 +0200, Konrad Weihmann wrote: in case the opkg command fails in before no output of the tool itself was printed to

Re: [OE-core] [PATCH][dunfell 1/3] recipes-kernel/linux-firmware: Add wlanmdsp.mbn to qcom-modem package

2020-05-20 Thread Anibal Limon
On Wed, 20 May 2020 at 11:51, Nicolas Dechesne wrote: > > On Wed, May 20, 2020 at 4:59 PM Aníbal Limón > wrote: > >> Signed-off-by: Aníbal Limón >> > > all you 3 patches are backports/cherry-picked, please show that in your > new patches, e.g. git cherry-pick -x -s . it's much easier to >

[OE-core] [PATCHv2][dunfell 2/3] recipes-kernel/linux-firmware: Add adreno-a630 firmware package

2020-05-20 Thread Anibal Limon
Signed-off-by: Aníbal Limón Signed-off-by: Richard Purdie (cherry picked from commit dd5f6de4995fbfad881567137fdefc1a8a3903b4) Signed-off-by: Aníbal Limón --- meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCHv2][dunfell 3/3] linux-firmware: Update to 20200122 -> 20200421

2020-05-20 Thread Anibal Limon
Signed-off-by: Aníbal Limón Signed-off-by: Richard Purdie (cherry picked from commit ed9da2d9dc42c437650d539c4d14b8b786f82059) Signed-off-by: Aníbal Limón --- ...inux-firmware_20200122.bb => linux-firmware_20200421.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename

[OE-core] [PATCHv2][dunfell 1/3] recipes-kernel/linux-firmware: Add wlanmdsp.mbn to qcom-modem package

2020-05-20 Thread Anibal Limon
Signed-off-by: Aníbal Limón Signed-off-by: Richard Purdie (cherry picked from commit 55fb6324d627f55c197af068038f3886b95c3cb2) Signed-off-by: Aníbal Limón --- meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH][dunfell 1/3] recipes-kernel/linux-firmware: Add wlanmdsp.mbn to qcom-modem package

2020-05-20 Thread Nicolas Dechesne
On Wed, May 20, 2020 at 4:59 PM Aníbal Limón wrote: > Signed-off-by: Aníbal Limón > all you 3 patches are backports/cherry-picked, please show that in your new patches, e.g. git cherry-pick -x -s . it's much easier to review stable patches. > --- >

[OE-core] [PATCH] avahi: Don't advertise example services by default

2020-05-20 Thread Paul Barker
The example service files are placed into /etc/avahi/services when we run `make install` for avahi. This results in ssh and sftp-ssh services being announced by default even if no ssh server is installed in an image. These example files should be moved away to another location such as

Re: [OE-core] Dunfell backport request

2020-05-20 Thread Steve Sakoman
On Wed, May 20, 2020 at 6:00 AM Khem Raj wrote: > > I think I can create a pull That would be much appreciated! Remember to tag it with [dunfell]! Steve > On Wed, May 20, 2020 at 8:44 AM Steve Sakoman wrote: > > > > On Mon, May 18, 2020 at 12:21 PM Khem Raj wrote: > > > > > I would like to

Re: [OE-core] Dunfell backport request

2020-05-20 Thread Khem Raj
I think I can create a pull On Wed, May 20, 2020 at 8:44 AM Steve Sakoman wrote: > > On Mon, May 18, 2020 at 12:21 PM Khem Raj wrote: > > > I would like to request backporting following master commits into dunfell > > > >

Re: [OE-core] Dunfell backport request

2020-05-20 Thread Steve Sakoman
On Mon, May 18, 2020 at 12:21 PM Khem Raj wrote: > I would like to request backporting following master commits into dunfell > > https://git.openembedded.org/openembedded-core/commit/?id=fd4a454b5a357c7a26792bf486212957c698839c >

[OE-core] [PATCH][dunfell 2/3] recipes-kernel/linux-firmware: Add adreno-a630 firmware package

2020-05-20 Thread Anibal Limon
Signed-off-by: Aníbal Limón --- meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb

[OE-core] [PATCH][dunfell 3/3] linux-firmware: Update to 20200122 -> 20200421

2020-05-20 Thread Anibal Limon
Signed-off-by: Aníbal Limón --- ...inux-firmware_20200122.bb => linux-firmware_20200421.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-kernel/linux-firmware/{linux-firmware_20200122.bb => linux-firmware_20200421.bb} (99%) diff --git

[OE-core] Shared Sstate-cache with qemu issue

2020-05-20 Thread vygu via lists.openembedded.org
Hello, We observe an issue with qemu (runqemu) when we use our shared sstate-cache. If we build the sstate-cache on a debian x86_64, and after we use it on an ubuntu x86_64, qemu looks for several not-found libs. We have reproduced this problem on two different pc with ubuntu. We don't have

[OE-core] [PATCH][dunfell 1/3] recipes-kernel/linux-firmware: Add wlanmdsp.mbn to qcom-modem package

2020-05-20 Thread Anibal Limon
Signed-off-by: Aníbal Limón --- meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb index

[OE-core] [PATCH] musl: Update to tip of master

2020-05-20 Thread Khem Raj
Detailed changes [1] [1] https://git.musl-libc.org/cgit/musl/log/?qt=range=040c1d16b468c50c04fc94edff521f1637708328..1b4e84c56df0f8ca30f6bc05962a860f869e71df Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH] ltp: Fix format security warnings with gcc10

2020-05-20 Thread Richard Purdie
On Wed, 2020-05-20 at 08:18 +0200, Petr Vorel wrote: > Hi Khem, > > I see patch has already merged in upstream. > How about adding Upstream status: > 58424835952641f4fd60c0ae3ab6c64decca3f8a I tweaked it to Upstream-Status: backport. Cheers, Richard -=-=-=-=-=-=-=-=-=-=-=- Links: You receive

[OE-core] [PATCH V2] linux-modules.tgz: fix file permissions to root

2020-05-20 Thread Li Wang
the files of linux-modules should be same permissions with rootfs.tar.bz2, because it is a part of rootfs when used to install. Signed-off-by: Li Wang --- meta/classes/kernel.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass

Re: [OE-core] [PATCH] ltp: Fix format security warnings with gcc10

2020-05-20 Thread Petr Vorel
Hi Khem, I see patch has already merged in upstream. How about adding Upstream status: 58424835952641f4fd60c0ae3ab6c64decca3f8a Kind regards, Petr -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#138503):

Re: [OE-core] [PATCH] ltp: Fix format security warnings with gcc10

2020-05-20 Thread Petr Vorel
Hi Khem, > Signed-off-by: Khem Raj > Cc: Petr Vorel > Cc: Daniel Díaz Reviewed-by: Petr Vorel Nice, just easy fix. Please just send patch to LTP ML. Some time ago I tried to add -Wformat-security in upstream LTP travis CI, don't remember why I haven't finished the effort. If this is the