[OE-core] [PATCH] python-numpy: convert shebang from python to python3

2020-03-04 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- ...01-convert-shebang-from-python-to-python3.patch | 579 + .../recipes-devtools/python-numpy/python-numpy.inc | 1 + 2 files changed, 580 insertions(+) create mode 100644 meta/recipes-devtools/python-numpy/files/0001-co

[OE-core] [PATCH v2] gdbm-native: disable readline for the native package.

2020-03-04 Thread Jeremy A. Puhlman
Turns off readline for both. Also corrected a typo with enable-libgdbm-compat Signed-off-by: Jeremy A. Puhlman --- meta/recipes-support/gdbm/gdbm_1.18.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/gdbm/gdbm_1.18.1.bb b/meta/recipes-support/gdbm/gd

[OE-core] ✗ patchtest: failure for gdbm-native: disable readline for the native package.

2020-03-04 Thread Patchwork
== Series Details == Series: gdbm-native: disable readline for the native package. Revision: 1 URL : https://patchwork.openembedded.org/series/23104/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests hav

[OE-core] [PATCH v2] gdbm-native: disable readline for the native package.

2020-03-04 Thread Jeremy A. Puhlman
Turns off readline for both. Also corrected a typo with enable-libgdbm-compat Signed-off-by: Jeremy A. Puhlman --- meta/recipes-support/gdbm/gdbm_1.18.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/gdbm/gdbm_1.18.1.bb b/meta/recipes-support/gdbm/gd

[OE-core] [oe-core][PATCH 1/1] dnf: fix python3 syntax warning

2020-03-04 Thread Joe Slater
Backport from dnf version 4.2.7. Signed-off-by: Joe Slater --- .../dnf/dnf/Fix-SyntaxWarning.patch| 34 ++ meta/recipes-devtools/dnf/dnf_4.2.2.bb | 1 + 2 files changed, 35 insertions(+) create mode 100644 meta/recipes-devtools/dnf/dnf/Fix-Syntax

Re: [OE-core] [PATCH] gdbm-native: disable readline for the native package.

2020-03-04 Thread Andre McCurdy
On Wed, Mar 4, 2020 at 4:18 PM Jeremy A. Puhlman wrote: > On 3/4/2020 4:16 PM, Andre McCurdy wrote: > > On Wed, Mar 4, 2020 at 4:05 PM Jeremy A. Puhlman > > wrote: > >> From: Jeremy Puhlman > >> > >> --- > >> meta/recipes-support/gdbm/gdbm_1.18.1.bb | 2 ++ > >> 1 file changed, 2 insertions(

Re: [OE-core] [PATCH] gdbm-native: disable readline for the native package.

2020-03-04 Thread Jeremy A. Puhlman
On 3/4/2020 4:16 PM, Andre McCurdy wrote: On Wed, Mar 4, 2020 at 4:05 PM Jeremy A. Puhlman wrote: From: Jeremy Puhlman --- meta/recipes-support/gdbm/gdbm_1.18.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/gdbm/gdbm_1.18.1.bb b/meta/recipes-support/gdbm

Re: [OE-core] [PATCH] gdbm-native: disable readline for the native package.

2020-03-04 Thread Andre McCurdy
On Wed, Mar 4, 2020 at 4:05 PM Jeremy A. Puhlman wrote: > > From: Jeremy Puhlman > > --- > meta/recipes-support/gdbm/gdbm_1.18.1.bb | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/meta/recipes-support/gdbm/gdbm_1.18.1.bb > b/meta/recipes-support/gdbm/gdbm_1.18.1.bb > index 5326184181

Re: [OE-core] [PATCH] gdbm: add depend on readline for consistent builds

2020-03-04 Thread Jeremy A. Puhlman
On 3/4/2020 4:03 PM, Andre McCurdy wrote: On Wed, Mar 4, 2020 at 3:48 PM Jeremy A. Puhlman wrote: On 3/4/2020 3:43 PM, Andre McCurdy wrote: On Wed, Mar 4, 2020 at 3:22 PM Khem Raj wrote: On Wed, Mar 4, 2020 at 2:25 PM Jeremy A. Puhlman wrote: From: Jeremy Puhlman Whether readline is i

[OE-core] [PATCH] gdbm-native: disable readline for the native package.

2020-03-04 Thread Jeremy A. Puhlman
From: Jeremy Puhlman --- meta/recipes-support/gdbm/gdbm_1.18.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/gdbm/gdbm_1.18.1.bb b/meta/recipes-support/gdbm/gdbm_1.18.1.bb index 5326184181..52e35c8c2e 100644 --- a/meta/recipes-support/gdbm/gdbm_1.18.1.bb +++ b/me

[OE-core] [PATCH] gdbm: add depend on readline for consistent builds

2020-03-04 Thread Jeremy A. Puhlman
From: Jeremy Puhlman Whether readline is installed on the build host or not influences the way gdbm builds. Depend on readline for a consistent build. This fails to build on a system with readline, and using the buildtools-extended installer. Signed-off-by: Jeremy A. Puhlman --- meta/recipes-

Re: [OE-core] [PATCH] gdbm: add depend on readline for consistent builds

2020-03-04 Thread Andre McCurdy
On Wed, Mar 4, 2020 at 3:48 PM Jeremy A. Puhlman wrote: > On 3/4/2020 3:43 PM, Andre McCurdy wrote: > > On Wed, Mar 4, 2020 at 3:22 PM Khem Raj wrote: > >> On Wed, Mar 4, 2020 at 2:25 PM Jeremy A. Puhlman > >> wrote: > >>> From: Jeremy Puhlman > >>> > >>> Whether readline is installed on the b

Re: [OE-core] [PATCH] gdbm: add depend on readline for consistent builds

2020-03-04 Thread Jeremy A. Puhlman
On 3/4/2020 3:43 PM, Andre McCurdy wrote: On Wed, Mar 4, 2020 at 3:22 PM Khem Raj wrote: On Wed, Mar 4, 2020 at 2:25 PM Jeremy A. Puhlman wrote: From: Jeremy Puhlman Whether readline is installed on the build host or not influences the way gdbm builds. Depend on readline for a consistent

Re: [OE-core] [PATCH] gdbm: add depend on readline for consistent builds

2020-03-04 Thread Andre McCurdy
On Wed, Mar 4, 2020 at 3:22 PM Khem Raj wrote: > > On Wed, Mar 4, 2020 at 2:25 PM Jeremy A. Puhlman wrote: > > > > From: Jeremy Puhlman > > > > Whether readline is installed on the build host or not > > influences the way gdbm builds. Depend on readline for > > a consistent build. It sounds lik

Re: [OE-core] [PATCH] gdbm: add depend on readline for consistent builds

2020-03-04 Thread Khem Raj
On Wed, Mar 4, 2020 at 2:25 PM Jeremy A. Puhlman wrote: > > From: Jeremy Puhlman > > Whether readline is installed on the build host or not > influences the way gdbm builds. Depend on readline for > a consistent build. > > This fails to build on a system with readline, and using > the buildtools-

[OE-core] [PATCH] qemu: update Xen packages names for the xen-tools recipe

2020-03-04 Thread christopher . w . clark
From: Christopher Clark The Xen recipe has been divided into separate recipes for the hypervisor and tools in meta-virtualization commit 545461ba, so the package name references in the qemu recipe need to be updated to the new xen-tools packages. This change allows the temporary bbappend applied

Re: [OE-core] Yocto Project Status WW09'20

2020-03-04 Thread Richard Purdie
On Wed, 2020-03-04 at 14:00 +0100, Alexander Kanavin wrote: > On Tue, 3 Mar 2020 at 16:59, wrote: > > coreutils ptest blocked on libmodule-build-perl reproducibility > > issue > > > > I sent a patch for this. Thanks! Just FYI I think there may also be a couple of other packages coreutils pulls

Re: [OE-core] [PATCH] mesa: updated to 20.0 release

2020-03-04 Thread akuster808
On 3/4/20 2:05 PM, Nathan Hartman wrote: > Signed-off-by: Nathan Hartman > > Uprev'd mesa and mesa-gl recipes to 20.0 release. > > As glx-tls was updated to elf-tls in the 20.0 release, the mesa.inc file > was updated to reflect this change. Why did the LIC_FILES_CHKSUM change? please include

[OE-core] ✗ patchtest: failure for mesa: updated to 20.0 release

2020-03-04 Thread Patchwork
== Series Details == Series: mesa: updated to 20.0 release Revision: 1 URL : https://patchwork.openembedded.org/series/23100/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the p

[OE-core] [PATCH] gdbm: add depend on readline for consistent builds

2020-03-04 Thread Jeremy A. Puhlman
From: Jeremy Puhlman Whether readline is installed on the build host or not influences the way gdbm builds. Depend on readline for a consistent build. This fails to build on a system with readline, and using the buildtools-extended installer. Signed-off-by: Jeremy A. Puhlman --- meta/recipes-

[OE-core] [PATCH] mesa: updated to 20.0 release

2020-03-04 Thread Nathan Hartman
Signed-off-by: Nathan Hartman Uprev'd mesa and mesa-gl recipes to 20.0 release. As glx-tls was updated to elf-tls in the 20.0 release, the mesa.inc file was updated to reflect this change. --- .../mesa/{mesa-gl_19.1.6.bb => mesa-gl_20.0.0.bb} | 0 meta/recipes-graphics/mesa/mesa.inc

Re: [OE-core] [Openembedded-architecture] Does YP provide security support for stable and LTS branches?

2020-03-04 Thread akuster808
Adrian, On 3/4/20 9:24 AM, Adrian Bunk wrote: > On Wed, Mar 04, 2020 at 05:00:44PM +0100, Alexander Kanavin wrote: >> Taking offense or getting angry at the yocto project is entirely >> misdirected. > I am not angry if YP does not provide security support. > > I am angry when YP is telling lies t

[OE-core] [PATCH] buildtools-extended-tarball: add nativesdk-libxcrypt-dev

2020-03-04 Thread Jeremy A. Puhlman
From: Jeremy Puhlman virtual/crypt-native is assume provided in bitbake.conf, so buildtools-extended-tarball shoud provide crypt since it doesn't use the host's headers/libraries. [YOCTO #13714] Signed-off-by: Jeremy A. Puhlman --- meta/recipes-core/meta/buildtools-extended-tarball.bb | 1 +

[OE-core] [PATCH] classes/kernel.bbclass: Fix parsing errors

2020-03-04 Thread Joshua Watt
legitimize_package_name wants the actual value of KERNEL_REVISION, so use d.getVar() to fetch it as is done elsewhere in the file. Failing to do so can result it weird errors at parsing time. Signed-off-by: Joshua Watt --- meta/classes/kernel.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2

Re: [OE-core] Does YP provide security support for stable and LTS branches?

2020-03-04 Thread Adrian Bunk
On Wed, Mar 04, 2020 at 05:00:44PM +0100, Alexander Kanavin wrote: > Taking offense or getting angry at the yocto project is entirely > misdirected. I am not angry if YP does not provide security support. I am angry when YP is telling lies that it would provide security support, but does not act

Re: [OE-core] Does YP provide security support for stable and LTS branches?

2020-03-04 Thread Alexander Kanavin
Taking offense or getting angry at the yocto project is entirely misdirected. The liability for insecure millions of devices does not lie with the yocto project, it lies with the OEMs. If the OEMs are unwilling to allocate manpower to work on security, there’s very little the yocto project can do.

[OE-core] [PATCH 4/4] linux-yocto: drop 5.2 recipes

2020-03-04 Thread bruce . ashfield
From: Bruce Ashfield linux-yocto 5.4 will serve as the versioned reference kernel in the upcoming release, and -dev will serve as the "newer" kernel. As such, we drop v5.2 from master, but will continue to update and support it in released branches. Signed-off-by: Bruce Ashfield --- .../linux

[OE-core] [PATCH 3/4] linux-yocto/5.4: update to v5.4.23

2020-03-04 Thread bruce . ashfield
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: bfe3046ecafd Linux 5.4.23 bb7ffcbec227 ASoC: SOF: Intel: hda: Add iDisp4 DAI fb81480206ae bpf: Selftests build error in sockmap_basic.c 19be2b3eea34 s390/mm: Exp

[OE-core] [PATCH 1/4] linux-yocto/5.2: backport perf build fix for latest binutils

2020-03-04 Thread bruce . ashfield
From: Bruce Ashfield [ Author: Changbin Du Date: Tue Jan 28 23:29:38 2020 +0800 perf: Make perf able to build with latest libbfd libbfd has changed the bfd_section_* macros to inline functions bfd_section_ since 2019-09-18. See below two commits: o http://

[OE-core] [PATCH 0/4] kernel-yocto: consolidated pull request

2020-03-04 Thread bruce . ashfield
From: Bruce Ashfield Hi all, As mentioned on the technical call yesterday, here's my latest set of 5.2 updates, 5.4 updates and more importantly, the removal of 5.2 from master. As usual, I'll continue to support and update 5.2, just without sending SRCREV updates to master. The last set of upd

[OE-core] [PATCH 2/4] linux-yocto: common-pc-drivers.cfg: add CONFIG_INPUT_UINPUT

2020-03-04 Thread bruce . ashfield
From: Bruce Ashfield Integrating the following configuration tweak: [ Author: Alexander Kanavin Date: Mon Feb 24 10:34:00 2020 +0100 common-pc-drivers.cfg: add CONFIG_INPUT_UINPUT This will allow testing libinput in particular: https://www.kernel.org/doc/html/lat

[OE-core] [PATCH v2 1/2] wic: Fix permissions when using exclude or include path

2020-03-04 Thread Ricardo Ribalda Delgado
When parameters include_path or exclude_path are passed to the rootfs plugin, it will copy the partition content into a folder and make all the modifications there. This is done using copyhardlinktree(), which does not take into consideration the content of the pseudo folder, which contains the in

[OE-core] [PATCH v2 2/2] wic: Add --embed-rootfs argument

2020-03-04 Thread Ricardo Ribalda Delgado
This option adds the content of a rootfs on a specific location on the rootfs. It is very useful for making a partition that contains the rootfs for a host and a target Eg: / -> Roofs for the host /export/ -> Rootfs for the target (which will netboot) Although today we support making a partition

Re: [OE-core] [PATCH 2/2] wic: Add --embed-rootfs argument

2020-03-04 Thread Joshua Watt
On 3/4/20 7:49 AM, Ricardo Ribalda Delgado wrote: Hi Paul On Wed, Mar 4, 2020 at 11:14 AM Ricardo Ribalda Delgado wrote: Hi Paul On Wed, Mar 4, 2020 at 11:09 AM Paul Barker wrote: On Wed, 4 Mar 2020 10:56:20 +0100 Ricardo Ribalda Delgado wrote: Hi Paul Thanks for your reply On Wed, Ma

[OE-core] [PATCH] kernel-yocto.bbclass: fix a wrong inter-task dependency

2020-03-04 Thread Stefan Agner
From: Ming Liu do_kernel_checkout and do_symlink_kernsrc are both modifying ${S}, they could conflict with eacher other, move do_kernel_checkout after do_symlink_kernsrc does fix that. Signed-off-by: Ming Liu Signed-off-by: Stefan Agner --- meta/classes/kernel-yocto.bbclass | 2 +- 1 file cha

[OE-core] Does YP provide security support for stable and LTS branches?

2020-03-04 Thread Adrian Bunk
On Wed, Mar 04, 2020 at 01:13:19PM +0100, Alexander Kanavin wrote: > On Wed, 4 Mar 2020 at 12:32, Adrian Bunk wrote: > > > I am sure there will be an update to the announcement if this doesn't > > reflect current reality. > > Who is expected to do the actual work of tracking CVEs, making action

Re: [OE-core] [PATCH 2/2] wic: Add --embed-rootfs argument

2020-03-04 Thread Ricardo Ribalda Delgado
Hi Paul On Wed, Mar 4, 2020 at 11:14 AM Ricardo Ribalda Delgado wrote: > > Hi Paul > > On Wed, Mar 4, 2020 at 11:09 AM Paul Barker wrote: > > > > On Wed, 4 Mar 2020 10:56:20 +0100 > > Ricardo Ribalda Delgado wrote: > > > > > Hi Paul > > > > > > Thanks for your reply > > > > > > On Wed, Mar 4, 2

Re: [OE-core] Yocto Project Status WW09'20

2020-03-04 Thread Alexander Kanavin
On Tue, 3 Mar 2020 at 16:59, wrote: > coreutils ptest blocked on libmodule-build-perl reproducibility issue > I sent a patch for this. Alex -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/m

[OE-core] [PATCH] libmodule-build-perl: make it reproducible

2020-03-04 Thread Alexander Kanavin
Particularly, delete html docs as they have sysroot paths in them, and adjust build configuration to not refer to host paths either. Signed-off-by: Alexander Kanavin --- .../perl/libmodule-build-perl_0.4231.bb | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff

Re: [OE-core] [PATCH] bitbake: gitsm: download submodules

2020-03-04 Thread Freihofer, Adrian
-Original Message- From: Paul Barker To: "Freihofer, Adrian" Cc: openembedded-core@lists.openembedded.org < openembedded-core@lists.openembedded.org> Subject: Re: [OE-core] [PATCH] bitbake: gitsm: download submodules Date: Wed, 04 Mar 2020 09:59:44 + On Wed, 4 Mar 2020 08:12:27 +

Re: [OE-core] [RFC][PATCH 1/2] nss: Move to meta-oe

2020-03-04 Thread Alexander Kanavin
On Wed, 4 Mar 2020 at 12:32, Adrian Bunk wrote: > I am sure there will be an update to the announcement if this doesn't > reflect current reality. > Who is expected to do the actual work of tracking CVEs, making action points and performing the actions? The current reality is this: the security

Re: [OE-core] [RFC][PATCH 1/2] nss: Move to meta-oe

2020-03-04 Thread Adrian Bunk
On Wed, Mar 04, 2020 at 10:36:52AM +0100, Alexander Kanavin wrote: > You are misinterpreting the announcement. The security updates are provided > by users as patches to the mailing list, maintainers merely collect and > integrate them. There is no promise from the project to do anything else, > an

[OE-core] ✗ patchtest: failure for babeltrace2: added first version, 2.0.1

2020-03-04 Thread Patchwork
== Series Details == Series: babeltrace2: added first version, 2.0.1 Revision: 1 URL : https://patchwork.openembedded.org/series/23087/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been execute

[OE-core] [PATCH] babeltrace2: added first version, 2.0.1

2020-03-04 Thread Anders Wallin
Babeltrace 1 vs. Babeltrace 2 The Babeltrace project exists since 2010. In 2020, Babeltrace 2 was released. Babeltrace 2 is a complete rewrite of the library, Python bindings, and CLI. It is plugin based and offers much more features and potential than Babeltrace 1. Because Babeltrace 2 is still

[OE-core] Does Yocto / OE build u-boot image for u-boot configs in #define CONFIG_EXTRA_ENV_SETTINGS?

2020-03-04 Thread JH
Hi, I created recipes-bsp and an appended file u-boot-imx_2018.03.bbappend to build a customized imx6ullevk image, I added my configures in #define CONFIG_EXTRA_ENV_SETTINGS in mx6ullevk.h, it built the u-boot-ram.imx and u-boot-nand.imx, I tried uuu to store u-boot-ram.imx to the =customized imx

[OE-core] [PATCH] xkbcomp: upgrade 1.4.2 -> 1.4.3

2020-03-04 Thread Zheng Ruoqin
Signed-off-by: Zheng Ruoqin --- .../xorg-app/{xkbcomp_1.4.2.bb => xkbcomp_1.4.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-app/{xkbcomp_1.4.2.bb => xkbcomp_1.4.3.bb} (79%) diff --git a/meta/recipes-graphics/xorg-app/xkbcomp_1.4.2.b

Re: [OE-core] [PATCH 2/2] wic: Add --embed-rootfs argument

2020-03-04 Thread Ricardo Ribalda Delgado
Hi Paul On Wed, Mar 4, 2020 at 11:09 AM Paul Barker wrote: > > On Wed, 4 Mar 2020 10:56:20 +0100 > Ricardo Ribalda Delgado wrote: > > > Hi Paul > > > > Thanks for your reply > > > > On Wed, Mar 4, 2020 at 10:43 AM Paul Barker wrote: > > > > > > On Wed, 4 Mar 2020 09:34:38 +0100 > > > Ricardo R

Re: [OE-core] linux-firmware broken (was: Re: [PATCH 09/24] linux-firmware: upgrade to latest revision)

2020-03-04 Thread Alexander Kanavin
Patch sent :) Alex On Wed, 4 Mar 2020 at 10:17, André Draszik wrote: > On Wed, 2020-01-29 at 10:07 +0100, Alexander Kanavin wrote: > > License-Update: Copyright years, file lists > > Signed-off-by: Alexander Kanavin > > This recipe update has broken linux-firmware for various devices I think.

[OE-core] [PATCH] linux-firmware: use 'make install' for installation

2020-03-04 Thread Alexander Kanavin
Copying the source tree over was missing important symlinks that since recent updates can only be created with make install. Signed-off-by: Alexander Kanavin --- .../linux-firmware/linux-firmware_20200122.bb | 22 +-- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/

Re: [OE-core] [PATCH 2/2] wic: Add --embed-rootfs argument

2020-03-04 Thread Paul Barker
On Wed, 4 Mar 2020 10:56:20 +0100 Ricardo Ribalda Delgado wrote: > Hi Paul > > Thanks for your reply > > On Wed, Mar 4, 2020 at 10:43 AM Paul Barker wrote: > > > > On Wed, 4 Mar 2020 09:34:38 +0100 > > Ricardo Ribalda Delgado wrote: > > > > > This option adds the content of a rootfs on a s

Re: [OE-core] [PATCH 1/2] wic: Fix permissions when using exclude or include path

2020-03-04 Thread Ricardo Ribalda Delgado
Hi Paul On Wed, Mar 4, 2020 at 10:53 AM Paul Barker wrote: > > On Wed, 4 Mar 2020 09:34:37 +0100 > Ricardo Ribalda Delgado wrote: > > > When parameters include_path or exclude_path are passed to the rootfs > > plugin, it will copy the partition content into a folder and make all > > the modific

Re: [OE-core] [PATCH] bitbake: gitsm: download submodules

2020-03-04 Thread Paul Barker
On Wed, 4 Mar 2020 08:12:27 + "Freihofer, Adrian" wrote: > The unpack function failed because the submodules were not downloaded. > Calling download before unpack for each submodule solves this issue. > > Signed-off-by: Adrian Freihofer > --- > bitbake/lib/bb/fetch2/gitsm.py | 1 + > 1 fil

Re: [OE-core] [PATCH 2/2] wic: Add --embed-rootfs argument

2020-03-04 Thread Ricardo Ribalda Delgado
Hi Paul Thanks for your reply On Wed, Mar 4, 2020 at 10:43 AM Paul Barker wrote: > > On Wed, 4 Mar 2020 09:34:38 +0100 > Ricardo Ribalda Delgado wrote: > > > This option adds the content of a rootfs on a specific location on the > > rootfs. > > > > It is very useful for making a partition that

Re: [OE-core] [PATCH 1/2] wic: Fix permissions when using exclude or include path

2020-03-04 Thread Paul Barker
On Wed, 4 Mar 2020 09:34:37 +0100 Ricardo Ribalda Delgado wrote: > When parameters include_path or exclude_path are passed to the rootfs > plugin, it will copy the partition content into a folder and make all > the modifications there. > > This is done using copyhardlinktree(), which does not t

Re: [OE-core] [PATCH 2/2] wic: Add --embed-rootfs argument

2020-03-04 Thread Paul Barker
On Wed, 4 Mar 2020 09:34:38 +0100 Ricardo Ribalda Delgado wrote: > This option adds the content of a rootfs on a specific location on the > rootfs. > > It is very useful for making a partition that contains the rootfs for a > host and a target Eg: > > / -> Roofs for the host > /export/ -> Root

Re: [OE-core] [RFC][PATCH 1/2] nss: Move to meta-oe

2020-03-04 Thread Alexander Kanavin
You are misinterpreting the announcement. The security updates are provided by users as patches to the mailing list, maintainers merely collect and integrate them. There is no promise from the project to do anything else, and LTS doesn’t change that, it only extends the maintainer duty from one yea

[OE-core] linux-firmware broken (was: Re: [PATCH 09/24] linux-firmware: upgrade to latest revision)

2020-03-04 Thread André Draszik
On Wed, 2020-01-29 at 10:07 +0100, Alexander Kanavin wrote: > License-Update: Copyright years, file lists > Signed-off-by: Alexander Kanavin This recipe update has broken linux-firmware for various devices I think. It appears that since upstream's 20191022 release, linux-firmware is not meant to

Re: [OE-core] [RFC][PATCH 1/2] nss: Move to meta-oe

2020-03-04 Thread Adrian Bunk
On Thu, Feb 27, 2020 at 03:03:18PM +0100, Alexander Kanavin wrote: > On Thu, 27 Feb 2020 at 14:28, Adrian Bunk wrote: > > > >... > > > > It is a crypto library with a history of unfixed CVEs in supported > > stable Yocto releases. > > > > If the issue is unfixed CVEs, then I do not think it's pa

[OE-core] ✗ patchtest: failure for runqemu: support multiple NICs (rev2)

2020-03-04 Thread Patchwork
== Series Details == Series: runqemu: support multiple NICs (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/23080/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed

[OE-core] [PATCH 2/2] wic: Add --embed-rootfs argument

2020-03-04 Thread Ricardo Ribalda Delgado
This option adds the content of a rootfs on a specific location on the rootfs. It is very useful for making a partition that contains the rootfs for a host and a target Eg: / -> Roofs for the host /export/ -> Rootfs for the target (which will netboot) Although today we support making a partition

[OE-core] [PATCH 1/2] wic: Fix permissions when using exclude or include path

2020-03-04 Thread Ricardo Ribalda Delgado
When parameters include_path or exclude_path are passed to the rootfs plugin, it will copy the partition content into a folder and make all the modifications there. This is done using copyhardlinktree(), which does not take into consideration the content of the pseudo folder, which contains the in

[OE-core] ✗ patchtest: failure for bitbake: gitsm: download submodules

2020-03-04 Thread Patchwork
== Series Details == Series: bitbake: gitsm: download submodules Revision: 1 URL : https://patchwork.openembedded.org/series/23079/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on

[OE-core] ✗ patchtest: failure for runqemu: support multiple NICs

2020-03-04 Thread Patchwork
== Series Details == Series: runqemu: support multiple NICs Revision: 1 URL : https://patchwork.openembedded.org/series/23080/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the

[OE-core] [PATCH v2] runqemu: support multiple NICs

2020-03-04 Thread Freihofer, Adrian
Emulating more than one network interface with runqemu is sometimes a bit tricky, but possible. For example, this leads to an emulated device with eth0 and eth1: QB_NETWORK_DEVICE_prepend = " \ -device virtio-neti-device,mac=52:54:00:12:34:03 \ " On some emulated NIC types, Qemu and the kerne

[OE-core] [PATCH] runqemu: support multiple NICs

2020-03-04 Thread Freihofer, Adrian
Emulating more than one network interface with runqemu is sometimes a bit tricky, but possible. For example, this leads to an emulated device with eth0 and eth1: QB_NETWORK_DEVICE_prepend = " \ -device virtio-neti-device,mac=52:54:00:12:34:03 \ " On some emulated NIC types, Qemu and the kerne

[OE-core] [PATCH] bitbake: gitsm: download submodules

2020-03-04 Thread Freihofer, Adrian
The unpack function failed because the submodules were not downloaded. Calling download before unpack for each submodule solves this issue. Signed-off-by: Adrian Freihofer --- bitbake/lib/bb/fetch2/gitsm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbake/lib/bb/fetch2/gitsm.py b/bitb