[oe] How to enable root logical volume in systemd-boot

2019-09-11 Thread Muhlenkamp, Lewis
Hello, First, I was using 2.6. I tried under 2.7 and got the same issue. I need to have the root filesystem be a logical volume. I updated my core-image-minimal-initramfs.bbappend to include the following: PACKAGE_INSTALL_append = " lvm2" The gets the lvm2 commands into the initramfs. I

[oe] [meta-oe][PATCH] safec: Upgrade to 3.5 release

2019-09-11 Thread Khem Raj
Add a patch to fix build on musl Signed-off-by: Khem Raj --- ...r-Use-_ISOC11_SOURCE-only-with-glibc.patch | 30 +++ .../safec/{safec_3.4.bb => safec_3.5.bb} | 6 ++-- 2 files changed, 34 insertions(+), 2 deletions(-) create mode 100644

[oe] [PATCH 1/2] python3-requests-future: Initial commit of 0.9.5

2019-09-11 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../python/python3-requests-futures_0.9.5.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-requests-futures_0.9.5.bb diff --git

[oe] [PATCH 2/2] python3-xmlrunner: Initial commit of 1.7.7

2019-09-11 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../recipes-devtools/python/python3-xmlrunner_1.7.7.bb | 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-xmlrunner_1.7.7.bb diff --git

[oe] [meta-gnome][PATCH 2/2] gparted: add to deps instead of overwriting

2019-09-11 Thread Khem Raj
Thsi recipe inherits gtk-icon-cache which adds hicolor-icon-theme to dependencies conditionally, this however gets lost if the DEPENDS is using = instead of += Fixes ERROR: QA Issue: gparted rdepends on hicolor-icon-theme, but it isn't a build dependency, missing hicolor-icon-theme in DEPENDS

[oe] [meta-oe][PATCH 1/2] breakpad: Update dont-clobber-rsp patch to latest

2019-09-11 Thread Khem Raj
This is based on upstream submission Signed-off-by: Khem Raj --- .../breakpad/breakpad/dont-clobber-rsp.patch | 46 +++ 1 file changed, 46 insertions(+) diff --git a/meta-oe/recipes-devtools/breakpad/breakpad/dont-clobber-rsp.patch

[oe] [meta-oe][PATCH] openocd: Add --disable-werror always

2019-09-11 Thread Khem Raj
toolchain-gcc override is only valid when meta-clang is included in layers, but this knob is actually needed for gcc to work, so having an empty override would not add this option while the default compiler remains gcc Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/openocd/openocd_git.bb

Re: [oe] [meta-oe][Patch] libwacom: add recipe

2019-09-11 Thread Kang Kai
On 2019/9/12 上午11:21, Khem Raj wrote: On Wed, Sep 11, 2019 at 8:18 PM Kang Kai > wrote: On 2019/9/6 上午9:10, Khem Raj wrote: > On 9/4/19 6:51 PM, Kang Kai wrote: >> On 2019/8/29 下午4:29, kai.k...@windriver.com

Re: [oe] [meta-python][PATCH 2/2] python3-networkx: add recipe

2019-09-11 Thread Khem Raj
On Wed, Sep 11, 2019 at 6:34 PM Anuj Mittal wrote: > > networkx only supports python3 starting v2.3. Move the common code to > .inc and remove python-2to3 RDEPENDS which is no longer needed: > > https://github.com/networkx/networkx/commit/4e611d7ea90c20864daba912d6118220d5bbddf3 > this patch

[oe] [meta-python][PATCH] python3-defusedxml: add recipe

2019-09-11 Thread Anuj Mittal
defusedxml is a pure Python package with modified subclasses of all stdlib XML parsers that prevent any potentially malicious operation. Signed-off-by: Anuj Mittal --- .../python/python3-defusedxml_0.6.0.bb| 11 +++ 1 file changed, 11 insertions(+) create mode 100644

[oe] [meta-python][PATCH 2/2] python3-networkx: add recipe

2019-09-11 Thread Anuj Mittal
networkx only supports python3 starting v2.3. Move the common code to .inc and remove python-2to3 RDEPENDS which is no longer needed: https://github.com/networkx/networkx/commit/4e611d7ea90c20864daba912d6118220d5bbddf3 Signed-off-by: Anuj Mittal ---

Re: [oe] [meta-oe][Patch] libwacom: add recipe

2019-09-11 Thread Khem Raj
On Wed, Sep 11, 2019 at 8:18 PM Kang Kai wrote: > On 2019/9/6 上午9:10, Khem Raj wrote: > > On 9/4/19 6:51 PM, Kang Kai wrote: > >> On 2019/8/29 下午4:29, kai.k...@windriver.com wrote: > >>> From: Kai Kang > >>> > >>> Package libinput has a package config 'libwacom'. When it is set, > >>> package

Re: [oe] [meta-python] [PATCH] python-pytest: upgrade 3.4.2 -> 5.1.1

2019-09-11 Thread Tim Orling
We are missing ${PYTHON_PN}-atomicwrites recipe in meta-python. Fujitsu, please provide recipe for this missing RDEPENDS and runtime test future upgrades. You have broken functionality for others with your upgrade. In the future, please runtime test all your changes to prevent this from happening

[oe] [meta-python] [PATCH] python-certifi: upgrade 2019.6.16 -> 2019.9.11

2019-09-11 Thread Zang Ruochen
Signed-off-by: Zang Ruochen --- meta-python/recipes-devtools/python/python-certifi.inc| 4 ++-- .../{python-certifi_2019.6.16.bb => python-certifi_2019.9.11.bb} | 0 .../{python3-certifi_2019.6.16.bb => python3-certifi_2019.9.11.bb}| 0 3 files changed, 2 insertions(+),

Re: [oe] [meta-oe][Patch] libwacom: add recipe

2019-09-11 Thread Kang Kai
On 2019/9/6 上午9:10, Khem Raj wrote: On 9/4/19 6:51 PM, Kang Kai wrote: On 2019/8/29 下午4:29, kai.k...@windriver.com wrote: From: Kai Kang Package libinput has a package config 'libwacom'. When it is set, package libwacom is required. So add the recipe of libwacom. Add a patch to generate

[oe] [meta-python][PATCH 1/2] python-networkx: upgrade 2.1 -> 2.2

2019-09-11 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- .../python/{python-networkx_2.1.bb => python-networkx_2.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python-networkx_2.1.bb => python-networkx_2.2.bb} (65%) diff --git

Re: [oe] [meta-python] [PATCH] python-pytest: upgrade 3.4.2 -> 5.1.1

2019-09-11 Thread Tim Orling
I see new patches on the mailing list. Thank you. On Wed, Sep 11, 2019 at 7:38 PM Tim Orling wrote: > We are missing ${PYTHON_PN}-atomicwrites recipe in meta-python. Fujitsu, > please provide recipe for this missing RDEPENDS and runtime test future > upgrades. You have broken functionality for

[oe] [meta-oe][PATCH] safec: Define _GNU_SOURCE

2019-09-11 Thread Khem Raj
musl does not define this variable automatically but safec does provide wrapper for some GNU extentions as well e.g. error: implicit declaration of function 'localtime_r' is invalid in C99 Signed-off-by: Khem Raj --- meta-oe/recipes-core/safec/safec_3.4.bb | 2 ++ 1 file changed, 2

Re: [oe] [meta-filesystems][PATCH] fuse3: add libfuse3 recipe

2019-09-11 Thread Stefan Agner
On 2019-09-11 03:40, Khem Raj wrote: > Hi Armin > > On 9/10/19 3:06 PM, akuster808 wrote: >> Stefan, >> >> On 9/10/19 2:49 PM, Stefan Agner wrote: >>> From: Stefan Agner >>> >>> Add recipe for libfuse version 3 series. Follow the scheme other >>> distributions use and create a new recipe with 3

[oe] [meta-oe][PATCH] lvm2/libdevmapper: Make it build for native

2019-09-11 Thread Peter Kjellerstedt
Backport a patch from upstream master that corrects the passing of link flags through configure. Signed-off-by: Peter Kjellerstedt --- ...gure-Fix-setting-of-CLDFLAGS-default.patch | 78 +++ meta-oe/recipes-support/lvm2/lvm2.inc | 1 + 2 files changed, 79 insertions(+)

[oe] [meta-gnome][PATCH] gvfs: upgrade 1.40.2 -> 1.41.2 for CVE fixes

2019-09-11 Thread Trevor Gamblin
From: Trevor Gamblin The following CVEs are fixed as of gvfs 1.41.2: CVE-2019-12447 CVE-2019-12448 CVE-2019-12449 See merge request: https://gitlab.gnome.org/GNOME/gvfs/merge_requests/48 Signed-off-by: Trevor Gamblin --- meta-gnome/recipes-gnome/gvfs/{gvfs_1.40.2.bb => gvfs_1.41.2.bb} | 4

[oe] LayerIndex timeouts, downtime, and mitigation Sept. 11th 12:04-15:12UTC

2019-09-11 Thread Michael Halstead
I recently updated https://layers.openembedded.org/ to expose additional data via the API. Following the update we experienced downtime due to resource exhaustion. The time line follows: September 11th, 12:04 UTC - heavy usage of the application lead to resource exhaustion and intermittent