Re: [OE-core] [PATCH 1/6] python-scons: update to 3.1.0

2019-07-22 Thread Adrian Bunk
On Mon, Jul 22, 2019 at 10:51:35AM +0100, Burton, Ross wrote: > Do we need the Python 2 variation of scons in oe-core, or even at all? Regarding the latter, do you see what is needed for making gpsd in meta-oe working with the Python 3 variant? Upstream seems to support it, but it fails to build

[OE-core] [PATCH] libsdl: CVE fixes

2019-07-22 Thread Anuj Mittal
Fixes CVE-2019-7572, CVE-2019-7574, CVE-2019-7575, CVE-2019-7576, CVE-2019-7577, CVE-2019-7578, CVE-2019-7635, CVE-2019-7637, CVE-2019-7638. Signed-off-by: Anuj Mittal --- .../libsdl/libsdl-1.2.15/CVE-2019-7572.patch | 114 +++ .../libsdl/libsdl-1.2.15/CVE-2019-7574.patch | 68 +++

[OE-core] [PATCH] mpg123: upgrade 1.25.10 -> 1.25.11

2019-07-22 Thread Anuj Mittal
Release notes: https://www.mpg123.de/#2019-07-18 Signed-off-by: Anuj Mittal --- .../mpg123/{mpg123_1.25.10.bb => mpg123_1.25.11.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/mpg123/{mpg123_1.25.10.bb => mpg123_1.25.11.bb} (94%) diff --g

Re: [OE-core] [PATCH] libical: upgrade to 3.0.5

2019-07-22 Thread Khem Raj
On Mon, Jul 22, 2019 at 6:05 PM Mittal, Anuj wrote: > > On Mon, 2019-07-22 at 17:59 -0700, Khem Raj wrote: > > On Mon, Jul 22, 2019 at 4:17 PM Mittal, Anuj > > wrote: > > > On Mon, 2019-07-22 at 15:48 +0100, Ross Burton wrote: > > > > -LICENSE = "LGPLv2.1 | MPL-1.0" > > > > this should be MPL-2.0

Re: [OE-core] [PATCH] libical: upgrade to 3.0.5

2019-07-22 Thread Mittal, Anuj
On Mon, 2019-07-22 at 17:59 -0700, Khem Raj wrote: > On Mon, Jul 22, 2019 at 4:17 PM Mittal, Anuj > wrote: > > On Mon, 2019-07-22 at 15:48 +0100, Ross Burton wrote: > > > -LICENSE = "LGPLv2.1 | MPL-1.0" > > this should be MPL-2.0 | LGPL-2.1 > > > > -LIC_FILES_CHKSUM = > > > "file://COPYING;md5=d

Re: [OE-core] [PATCH] libical: upgrade to 3.0.5

2019-07-22 Thread Khem Raj
On Mon, Jul 22, 2019 at 4:17 PM Mittal, Anuj wrote: > > On Mon, 2019-07-22 at 15:48 +0100, Ross Burton wrote: > > -LICENSE = "LGPLv2.1 | MPL-1.0" this should be MPL-2.0 | LGPL-2.1 > > -LIC_FILES_CHKSUM = > > "file://COPYING;md5=d4fc58309d8ed46587ac63bb449d82f8 \ > > - > > file://LICENSE;md5=d1a0

Re: [OE-core] [oe-core][PATCH 1/2] defaultsetup.conf: enable select init manager

2019-07-22 Thread Mittal, Anuj
On Mon, 2019-07-22 at 09:37 +0800, Kang Kai wrote: > I just run oe-selftest -a with this patch after you updated the patch > in > oe-core. But I met some (>15) errors > > ERROR: Unable to start bitbake server (None) > > But I think it should not be related with init manager changes and > will >

Re: [OE-core] [PATCH] libical: upgrade to 3.0.5

2019-07-22 Thread Mittal, Anuj
On Mon, 2019-07-22 at 15:48 +0100, Ross Burton wrote: > -LICENSE = "LGPLv2.1 | MPL-1.0" > -LIC_FILES_CHKSUM = > "file://COPYING;md5=d4fc58309d8ed46587ac63bb449d82f8 \ > - > file://LICENSE;md5=d1a0891cd3e582b3e2ec8fe63badbbb6" > +LICENSE = "LGPLv2.1 | MPL-2" > +LIC_FILES_CHKSUM =

[OE-core] [[PATCH V3 2/2] meta/lib/oeqa: Test for bootimg-biosplusefi Source

2019-07-22 Thread William Bourque
Add unittests for bootimg-biosplusefi SourcePlugin in wic module. First test check wic creation works correctly. Second test uses qemu to boot image and checks that it has both EFI and BIOS files in a single partition. Signed-off-by: William Bourque --- meta-selftest/wic/test_biosplusefi_plugin.

[OE-core] [[PATCH V3 1/2] wic/plugins: Source that support both EFI and BIOS

2019-07-22 Thread William Bourque
Add a source plugin that support both EFI and legacy PC-Bios. While using this plugin, both bootloaders configurations reside in the same /boot partitions. This plugin has very little code : to avoid code duplication, we simply re-import bootimg-pcbios and bootmg-efi source and call both their Sour

[OE-core] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2019-07-22 Thread sjolley.yp.pm
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading: https://wiki.yoctoproject.org/wiki/Bug_Triage#N

Re: [OE-core] [PATCH 4/6] python3-git: update to 2.1.12

2019-07-22 Thread Burton, Ross
Just send this patch as a v2 (git send-email -v2 ... if you didn't know the handy shortcut). On Mon, 22 Jul 2019 at 16:53, Oleksandr Kravchuk wrote: > > Would it work if I resend this patch only or should I resend the entire > sequence of patches? > > On 22/07/2019 12:16, Burton, Ross wrote: > >

Re: [OE-core] [PATCH 4/6] python3-git: update to 2.1.12

2019-07-22 Thread Oleksandr Kravchuk
Would it work if I resend this patch only or should I resend the entire sequence of patches? On 22/07/2019 12:16, Burton, Ross wrote: > (The recipe is doing DEPENDS= and overriding the DEPENDS+= in > setuptools3.bbclass) > > On Mon, 22 Jul 2019 at 11:15, Burton, Ross wrote: >> The upgrade is fail

[OE-core] [PATCH] libical: upgrade to 3.0.5

2019-07-22 Thread Ross Burton
Note that this upgrade includes some API breakage. Signed-off-by: Ross Burton --- ...ibical.pc.in-fix-iculibs-remove-full.patch | 44 --- .../{libical_2.0.0.bb => libical_3.0.5.bb}| 20 + 2 files changed, 12 insertions(+), 52 deletions(-) delete mode 100644 meta/rec

Re: [OE-core] [PATCH 4/6] python3-git: update to 2.1.12

2019-07-22 Thread Burton, Ross
(The recipe is doing DEPENDS= and overriding the DEPENDS+= in setuptools3.bbclass) On Mon, 22 Jul 2019 at 11:15, Burton, Ross wrote: > > The upgrade is failing for me: > > ERROR: python3-git-2.1.12-r0 do_configure: Function failed: > do_configure (log file is located at > /data/poky-tmp/master/wo

Re: [OE-core] [PATCH 4/6] python3-git: update to 2.1.12

2019-07-22 Thread Burton, Ross
The upgrade is failing for me: ERROR: python3-git-2.1.12-r0 do_configure: Function failed: do_configure (log file is located at /data/poky-tmp/master/work/corei7-64-poky-linux/python3-git/2.1.12-r0/temp/log.do_configure.32072) ERROR: Logfile of failure stored in: /data/poky-tmp/master/work/corei7-

Re: [OE-core] [PATCH 1/6] python-scons: update to 3.1.0

2019-07-22 Thread Burton, Ross
Do we need the Python 2 variation of scons in oe-core, or even at all? Ross On Mon, 22 Jul 2019 at 01:18, Oleksandr Kravchuk wrote: > > Signed-off-by: Oleksandr Kravchuk > --- > ...hon-scons-native_3.0.5.bb => python-scons-native_3.1.0.bb} | 0 > .../python/{python-scons_3.0.5.bb => python-sco

[OE-core] [PATCH 3/3] sysvinit: Include sys/sysmacros.h for major/minor definitions on musl too

2019-07-22 Thread Khem Raj
Fixes musl issue implicit declaration of function 'minor' is invalid in C99 [-Wimplicit-function-declaration] which eventually ends up with a linker error Signed-off-by: Khem Raj --- ...acros.h-for-major-minor-defines-in-g.patch | 99 --- 1 file changed, 39 insertions(+), 60 de

[OE-core] [PATCH 2/3] mdadm: Include sys/sysmacros.h for major/minor definitions

2019-07-22 Thread Khem Raj
Fixes implicit declaration of function 'minor' is invalid in C99 [-Wimplicit-function-declaration] which eventually ends up with a linker error Signed-off-by: Khem Raj --- .../mdadm/files/include_sysmacros.patch| 14 ++ meta/recipes-extended/mdadm/mdadm_4.1.bb

[OE-core] [PATCH 1/3] musl: Upgrade to 1.1.23+

2019-07-22 Thread Khem Raj
License-Update: Added contributor list and copyright years https://git.musl-libc.org/cgit/musl/commit/COPYRIGHT?id=7a6c8a0df1b685d788fd4d3763681bb3018806d7 https://git.musl-libc.org/cgit/musl/commit/COPYRIGHT?id=d6dcd4185bddff34724d6d539f834e9daf7dcf3d - include release 1.1.23 - Add riscv support