[OE-core] [PATCH v2] kernel.fitimage.bbclass: remove ramdisk_ctype

2019-09-19 Thread Heiko Schocher
set in the ramdisk node the compression property always to "none", as U-Boot nowadays since commit: b1307f884a91 ("fit: Support compression for non-kernel components (e.g. FDT)") decompress non kernel components. Setting compression to the used comression algorithm now, will end in fail of your

[OE-core] [thud][PATCH v5] gcc: Security fix for CVE:

2019-09-19 Thread Muminul Islam
Signed-off-by: Muminul Islam --- meta/recipes-devtools/gcc/gcc-8.2.inc | 3 + .../gcc/gcc-8.2/CVE-2019-15847_p1.patch | 223 ++ .../gcc/gcc-8.2/CVE-2019-15847_p2.patch | 47 .../gcc/gcc-8.2/CVE-2019-15847_p3.patch | 38 +++ 4 files changed, 311

Re: [OE-core] [PATCH 1/2] mdadm: fix do_package failed when changed local.conf but not cleaned

2019-09-19 Thread Changqing Li
On 9/7/19 5:48 AM, Richard Purdie wrote: On Fri, 2019-09-06 at 11:37 +0800, changqing...@windriver.com wrote: From: Changqing Li reproduce steps: 1. add DISTRO_FEATURE_append = 'usrmerge' in local.conf 2. bitbake mdadm --success 3. remove DISTRO_FEATURE_append = 'usrmerge' from local.conf 4.

[OE-core] [PATCH 2/2] devtool.py: fix buildclean test

2019-09-19 Thread changqing.li
From: Changqing Li when build with EXTERNALSRC, checksum of EXTERNALSRC is one of inputs for generate sigdata of task do_compile. without change any source, the sigdata will not changed, and buildclean task only do make clean, and not clean stampfiles like clean task, so the stampfile keep

[OE-core] [PATCH 1/2] devtool.py: change to do clean before remove-layer

2019-09-19 Thread changqing.li
From: Changqing Li if do clean after remove-layer, it will make stamp file not cleaned since variable STAMP has changed, this will cause error like: if testcase buildclean failed, when run next testcase modify, since do_prepare_recipe_sysroot's stamp file exists, sysroot not populated, then

[OE-core] [master][PATCH] standard.py: Not filtering devtool workspace for devtool finish

2019-09-19 Thread Jaewon Lee
All devtool commands right now are filtering out the devtool workspace bbappends in build/workspace/appends when calling parse_recipe. While this may make sense for devtool add and modify, we need devtool finish to include those appends. A specific breakage that is caused because devtool finish

[OE-core] [PATCH] initramfs-framework: fix var name

2019-09-19 Thread Diego Rondini
Use appropriate variable name for root of partuuid. Signed-off-by: Diego Rondini --- meta/recipes-core/initrdscripts/initramfs-framework/rootfs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/initrdscripts/initramfs-framework/rootfs

[OE-core] [PATCH] layer.conf: Remove weston-conf from SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS

2019-09-19 Thread Khem Raj
This recipe is gone Signed-off-by: Khem Raj --- meta/conf/layer.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 3e85843484..95b1128ab3 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf @@ -73,7 +73,6 @@

Re: [OE-core] [PATCH V5] weston-init: Add possibility to run weston as non-root user

2019-09-19 Thread Khem Raj
On Thu, Sep 19, 2019 at 7:28 AM Richard Purdie wrote: > > On Mon, 2019-09-16 at 15:35 -0700, Khem Raj wrote: > > These changes are from meta-96boards primarily > > Launch the session via a udev rule based on what kind of display > > device > > is available > > > > delete weston-conf and move the

[OE-core] [thud][PATCH] unzip: fix CVE-2019-13232

2019-09-19 Thread msft . dantran
From: Dan Tran Signed-off-by: Dan Tran --- .../unzip/unzip/CVE-2019-13232.patch | 389 + meta/recipes-extended/unzip/unzip_6.0.bb | 1 + 2 files changed, 390 insertions(+) create mode 100644 meta/recipes-extended/unzip/unzip/CVE-2019-13232.patch

[OE-core] [PATCH 2/2] tzdata: Correct the packaging of /etc/localtime and /etc/timezone

2019-09-19 Thread Peter Kjellerstedt
During restructuring of the packaging in 2af4d6eb (tzdata: Install everything by default), these two files remained in the tzdata package, which is supposed to be empty. Move them to tzdata-core where they belong. Also simplify the definition of CONFFILES_tzdata-core. As its value only takes

[OE-core] [PATCH 1/2] package_rpm.bbclass: Remove a misleading bb.note()

2019-09-19 Thread Peter Kjellerstedt
It should have been removed in 3db9d865 (classes/package_rpm.bbclass: Enhance diagnostic messages) when it was split in two new notes. Also change the casing of two other notes to align them with the other notes. Signed-off-by: Peter Kjellerstedt --- meta/classes/package_rpm.bbclass | 5 ++---

[OE-core] [PATCH] oeqa/concurrenttest: Use ionice to delete build directories

2019-09-19 Thread Richard Purdie
Autobuilder type infrastructure can benefit from deletion of certain files as background IO due to the way Linux filesystem priority works. We have problems where build directories as part of oe-selftest being delete starves the running tasks of IO to the point builds take much longer to

[OE-core] ✗ patchtest: failure for meta: classes: externalsrc: stop rebuilds of 2+ externalsrc recipes sharing the same git repo

2019-09-19 Thread Patchwork
== Series Details == Series: meta: classes: externalsrc: stop rebuilds of 2+ externalsrc recipes sharing the same git repo Revision: 1 URL : https://patchwork.openembedded.org/series/20060/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This

[OE-core] [PATCH] meta: classes: externalsrc: stop rebuilds of 2+ externalsrc recipes sharing the same git repo

2019-09-19 Thread Quentin Schulz
externalsrc do_configure task watches oe-devtool-tree-sha1 file and its checksum. That file basically contains the result of `git add -A ${EXTERNALSRC} && git write-tree` which is the hash of temporary "commit" of the non committed changes. This file is stored in the .git directory of the git repo

[OE-core] Create partition with a subset of a file system with WIC

2019-09-19 Thread Patrick Gauvin
Hello, I added a feature to wic. It can create a partition from a subdirectory of an image and preserves permissions, the owner and the group of the files. Here's an exemple on how I use it in a wks file to create a different partition for the home directory. part /home --source rootfs

Re: [OE-core] [PATCH V5] weston-init: Add possibility to run weston as non-root user

2019-09-19 Thread Richard Purdie
On Mon, 2019-09-16 at 15:35 -0700, Khem Raj wrote: > These changes are from meta-96boards primarily > Launch the session via a udev rule based on what kind of display > device > is available > > delete weston-conf and move the fuctionality into weston-init other > layers are doing same > >

Re: [OE-core] [thud][PATCH v2] libgpg-error: Fix build with gawk 5.x

2019-09-19 Thread akuster808
On 9/19/19 6:41 AM, Sean Nyekjaer wrote: > > > On 09/09/2019 20.29, Sean Nyekjaer wrote: >> Based on poky master, but for version 1.32 >> >> Signed-off-by: Sean Nyekjaer >> --- >>   .../libgpg-error-1.32-gawk5-support.patch | 161 ++ >>   .../libgpg-error/libgpg-error_1.32.bb 

Re: [OE-core] [thud][PATCH v2] libgpg-error: Fix build with gawk 5.x

2019-09-19 Thread Sean Nyekjaer
On 09/09/2019 20.29, Sean Nyekjaer wrote: Based on poky master, but for version 1.32 Signed-off-by: Sean Nyekjaer --- .../libgpg-error-1.32-gawk5-support.patch | 161 ++ .../libgpg-error/libgpg-error_1.32.bb | 1 + 2 files changed, 162 insertions(+)

[OE-core] [PATCH] meson.bbclass: Handle microblaze* mapping to cpu family

2019-09-19 Thread Nathan Rossi
Signed-off-by: Nathan Rossi --- meta/classes/meson.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/meson.bbclass b/meta/classes/meson.bbclass index 48ca112d80..efa6234078 100644 --- a/meta/classes/meson.bbclass +++ b/meta/classes/meson.bbclass @@ -55,6 +55,8 @@ def

Re: [OE-core] [warrior][PATCH] uboot: fixes to uboot-extlinux-config attribute values

2019-09-19 Thread Schrempf Frieder
Can this patch be picked up for warrior, please? I'm not able to create working extlinux configs with multiple labels. Thanks, Frieder On 12.09.19 17:02, Schrempf Frieder wrote: > From: Will Page > > The way this class uses overrides to support generation of multiple > sections is subject to

[OE-core] ✗ patchtest: failure for Copy hidden files too

2019-09-19 Thread Patchwork
== Series Details == Series: Copy hidden files too Revision: 1 URL : https://patchwork.openembedded.org/series/20057/ 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 proposed

[OE-core] [PATCH] Copy hidden files too

2019-09-19 Thread Lorenz Kofler
From: Lorenz The install scripts did not copy hidden files to the new rootfs. Changed the cp command that it copies them too. Signed-off-by: Lorenz --- .../recipes-core/initrdscripts/files/init-install-efi-testfs.sh | 2 +- meta/recipes-core/initrdscripts/files/init-install-efi.sh | 2

[OE-core] [PATCH v2] initramfs-framework: support PARTLABEL option

2019-09-19 Thread Diego Rondini
Since commit (kernel >= 4.20): https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=f027c34d844013d9d6c902af8fa01a82d6e5073d specifying rootfs by PARTLABEL is supported. This commit adds support to specify root by GPT partition label. Signed-off-by: Diego Rondini ---

[OE-core] [PATCH] python: add tk-lib as runtime dependency for python-tkinter

2019-09-19 Thread Yi Zhao
Fixes: ERROR: python-2.7.16-r0 do_package_qa: QA Issue: /usr/lib/python2.7/lib-dynload/_tkinter.so contained in package python-tkinter requires libtk8.6.so, but no providers found in RDEPENDS_python-tkinter? [file-rdeps] Signed-off-by: Yi Zhao --- meta/recipes-devtools/python/python3_3.7.4.bb |

[OE-core] [PATCH] shadow: use relaxed usernames for all

2019-09-19 Thread Li Zhou
The previous commit works only for target. When test with configuration: INHERIT += 'extrausers' EXTRA_USERS_PARAMS += "useradd -p '' aBcD; " and run "bitbake core-image-minimal", error occurs: NOTE: core-image-minimal: Performing useradd with [ -R