Re: [OE-core] [PATCH] weston: change to use meson build system

2019-07-26 Thread Ming Liu
FYI, I have made a V2 patch, but I noticed Denys Dmytriyenko had sent a patch to upgrade weston from 6.0.0 to 6.0.1, I would like to send out the V2 patch later after it’s merged. //Ming Liu Sorry, I did not describe it correctly, as Stefan said, it’s not a build > issue with meson, but we need

Re: [OE-core] [meta-oe][thud] lvm2: Fix RDEPEND on lvm2 to lvm2-udevrules

2019-07-26 Thread Khem Raj
Hi Please send this to oe-devel mailing list On Fri, Jul 26, 2019 at 5:54 AM Arturo Buzarra wrote: > > Commit c6e963f9e078b728911afed38d31ed234a384154 ("lvm2: Add RDEPEND > on lvm2 to lvm2-udevrules") added a package dependency due to > lvm2-udevrules needs dmsetup, however dmsetup was moved to

Re: [OE-core] [PATCH] core-image-sato-sdk: test image with 512M memory

2019-07-26 Thread Kang Kai
On 2019/7/26 下午6:11, Alexander Kanavin wrote: I think you need to use QB_MEM here. Used TEST_QEMUPARAMS because I found the following line in testimage.bbclass: # TEST_QEMUPARAMS can be used to pass extra parameters to qemu, e.g. "-m 1024" for setting the amount o f ram to 1 GB. And it s

Re: [OE-core] [PATCH 2/2] epiphany: set imcompatible with tune mips

2019-07-26 Thread Kang Kai
On 2019/7/26 下午6:09, Alexander Kanavin wrote: Wait, does this mean that the line must be inserted into all of the recipes that depend on webkitgtk (wihch is very awkward)? Shouldn't just the webkitgtk recipe fix be enough? Unfortunately, yes. But there is only one recipe epiphany in oe-core. I

[OE-core] ✗ patchtest: failure for systemd: Add partial support of drop-in configuration files to systemd-systemctl-native (rev2)

2019-07-26 Thread Patchwork
== Series Details == Series: systemd: Add partial support of drop-in configuration files to systemd-systemctl-native (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/18898/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This i

[OE-core] [PATCH v3] systemd: Add partial support of drop-in configuration files to systemd-systemctl-native

2019-07-26 Thread Frederic Ouellet
Support for .d/ folders containing .conf files It doesn't support all the partial folder names See https://www.freedesktop.org/software/systemd/man/systemd.unit.html Signed-off-by: Frederic Ouellet --- meta/recipes-core/systemd/systemd-systemctl/systemctl | 11 +-- 1 file changed, 9 ins

Re: [OE-core] [PATCH] core-image-sato-sdk: test image with 512M memory

2019-07-26 Thread richard . purdie
On Fri, 2019-07-26 at 05:23 -0400, kai.k...@windriver.com wrote: > From: Kai Kang > > When run do_testimage for core-image-sato-sdk, it fails to pass test > case: > > > RESULTS - systemd.SystemdBasicTests.test_systemd_failed: FAILED > > (0.43s) > > It is OOM issue and daemon rpc.statd is killed

Re: [OE-core] [meta-oe][PATCH] itstool: Use python3 binary fom PATH instead of /usr/bin/python3

2019-07-26 Thread Khem Raj
and send to oe-devel ml please On Fri, Jul 26, 2019 at 11:50 AM Alexander Kanavin wrote: > > I think this should be fine, as long as you: > 1. Modify the commit to fix the original place in the source code via a > SRC_URI patch (instead of doing it after the fact with sed - such ad hoc > patchi

Re: [OE-core] [PATCH v2] u-boot: Generate default U-Boot environment images

2019-07-26 Thread Lukasz Majewski
Hi Stefano, > Hi Lukasz, > > On 26/07/19 09:40, Lukasz Majewski wrote: > > This change provides tasks to generate default U-Boot environment > > images from built U-Boot (via. get_default_envs.sh script). > > > > Those images then can be used to generate wic images (with e.g. > > eMMC layout). W

Re: [OE-core] [meta-oe][PATCH] itstool: Use python3 binary fom PATH instead of /usr/bin/python3

2019-07-26 Thread Alexander Kanavin
I think this should be fine, as long as you: 1. Modify the commit to fix the original place in the source code via a SRC_URI patch (instead of doing it after the fact with sed - such ad hoc patching is hard to read and understand). 2. Write a better description: we need to preserve explanations lik

Re: [OE-core] [meta-oe][PATCH] itstool: Use python3 binary fom PATH instead of /usr/bin/python3

2019-07-26 Thread Piotr Tworek
Hi Ross, Thanks for looking at my patch. You're right that my explanation behind it is a wrong, I was a bit lazy there. Its not really about python3 not being installed on the host system. My patch does fix a real issue with itstool-native which is currently unusable. The main problem is we ca

[OE-core] [PATCH 1/2] libnss-nis: Fix build with glibc 2.30

2019-07-26 Thread Khem Raj
Signed-off-by: Khem Raj --- .../recipes-extended/libnss-nis/libnss-nis.bb | 1 + ...is-hosts-Remove-use-of-RES_USE_INET6.patch | 162 ++ 2 files changed, 163 insertions(+) create mode 100644 meta/recipes-extended/libnss-nis/libnss-nis/0001-nis-hosts-Remove-use-of-RES_USE_INET6

[OE-core] [PATCH 2/2] lttng-ust: Check for gettid libc API

2019-07-26 Thread Khem Raj
Fixes build with glibc 2.30 Signed-off-by: Khem Raj --- ...config-time-check-for-new-gettid-API.patch | 57 +++ meta/recipes-kernel/lttng/lttng-ust_2.10.4.bb | 1 + 2 files changed, 58 insertions(+) create mode 100644 meta/recipes-kernel/lttng/lttng-ust/0001-Add-config-time-ch

Re: [OE-core] [PATCH v2] u-boot: Generate default U-Boot environment images

2019-07-26 Thread Stefano Babic
Hi Lukasz, On 26/07/19 09:40, Lukasz Majewski wrote: > This change provides tasks to generate default U-Boot environment images > from built U-Boot (via. get_default_envs.sh script). > > Those images then can be used to generate wic images (with e.g. eMMC layout). > With such approach the end use

[OE-core] ✗ patchtest: failure for itstool: Use python3 binary fom PATH instead of /usr/bin/python3

2019-07-26 Thread Patchwork
== Series Details == Series: itstool: Use python3 binary fom PATH instead of /usr/bin/python3 Revision: 1 URL : https://patchwork.openembedded.org/series/18916/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Severa

Re: [OE-core] [meta-oe][PATCH] itstool: Use python3 binary fom PATH instead of /usr/bin/python3

2019-07-26 Thread Burton, Ross
Considering: 1) bitbake is written in Python 3 2) HOSTTOOLS contains python3 There *really* is a host python 3 binary, and the canonical path to it is ${HOSTTOOLS_DIR}/python3. Ross On Fri, 26 Jul 2019 at 16:40, Piotr Tworek wrote: > > Although /usr/bin/python3 works fine for class-target buil

[OE-core] [meta-oe][PATCH] itstool: Use python3 binary fom PATH instead of /usr/bin/python3

2019-07-26 Thread Piotr Tworek
Although /usr/bin/python3 works fine for class-target builds its not really what we want for class-native. The host system might not even have python3 installed. The native itstool version should use pythn3 provided in recipe-sysroot-native. To accomplish it modify the default shebang to use /usr/b

[OE-core] [meta-oe][PATCH] libdrm: Move amdgpu.ids file into libdrm-amdgpu package.

2019-07-26 Thread Piotr Tworek
There is no point in shipping it in main libdrm package. Signed-off-by: Piotr Tworek --- meta/recipes-graphics/drm/libdrm_2.4.99.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/drm/libdrm_2.4.99.bb b/meta/recipes-graphics/drm/libdrm_2.4.99.bb index 3

Re: [OE-core] [PATCH v2] systemd: Add partial support of drop-in configuration files to systemd-systemctl-native

2019-07-26 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Frederic Ouellet > Sent: den 25 juli 2019 21:59 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH v2] systemd: Add partial support of dro

[OE-core] [PATCH] pulseaudio: don't include consolekit when systemd is enabled

2019-07-26 Thread Anuj Mittal
When using systemd, make sure that pulseaudio-server RDEPENDS on module-systemd-login instead of module-console-kit both of which provide the same functionality but for different init systems [1][2]. Even though both modules can co-exist, this helps avoid including consolekit (which has been depre

[OE-core] [PATCH V3 1/2] libx11-compose-data: add recipe

2019-07-26 Thread liu . ming50
From: Ming Liu So far libx11 compose data is being required by some non-X11 recipes, like weston -> libxkbcommon -> libx11-locale. But the libx11-locale could not build without x11 distro feature enabled. This is not reasonable. To fix it, we introduce this new recipe, it uses the same source wi

[OE-core] [PATCH V3 2/2] libxkbcommon: RDEPENDS on libx11 compose data

2019-07-26 Thread liu . ming50
From: Ming Liu This fixes a following runtime error: | xkbcommon: ERROR: couldn't find a Compose file for locale "C" Signed-off-by: Ming Liu --- meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.4.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-graphics/xorg-lib/libxkbcom

[OE-core] [PATCH V3 0/2] Fix a libx11 compose data dependency issue

2019-07-26 Thread liu . ming50
From: Ming Liu Changes in V3: - As suggested by Ross Burton, introduce a new recipe libx11-compose-data, it would be depended by libxkbcommon in the case when x11 is not in DISTRO_FEATURES. Ming Liu (2): libx11-compose-data: add recipe libxkbcommon: RDEPENDS on libx11 compose data .../0001

[OE-core] [meta-oe][thud] lvm2: Fix RDEPEND on lvm2 to lvm2-udevrules

2019-07-26 Thread Arturo Buzarra
Commit c6e963f9e078b728911afed38d31ed234a384154 ("lvm2: Add RDEPEND on lvm2 to lvm2-udevrules") added a package dependency due to lvm2-udevrules needs dmsetup, however dmsetup was moved to libdevmapper in commit 269d009a81d4 ("lvm2: libdevicemapper package needs udev rules and dmsetup"), so this de

[OE-core] [RFC PATCH 1/3] sstate: fix log message

2019-07-26 Thread Joshua Lock via Openembedded-core
Referring to the sstate object as a staging package is an artefact of the code's origins. Switch to referring to an "Sstate package" in order to be more accurate and consistent with the rest of the file. Signed-off-by: Joshua Lock --- meta/classes/sstate.bbclass | 2 +- 1 file changed, 1 inserti

[OE-core] [RFC PATCH 3/3] classes/sstate: regenerate sstate when signing enabled

2019-07-26 Thread Joshua Lock via Openembedded-core
This change ensures that the task signatures changes, and therefore sstate tasks are rerun, when signing is enabled. This has the positive outcome that if signing is enabled new signed shared state objects will be produced, rather than just signing shared state objects for tasks where no work has b

[OE-core] [RFC PATCH 2/3] classes/sstate: don't use unsigned sstate when verification enabled

2019-07-26 Thread Joshua Lock via Openembedded-core
When signature verification of shared state objects is enabled (SSTATE_VERIFY_SIG) use of an unsigned object, even though it produces a warning, seems unexpected. Instead skip unsigned objects and force the non-accelerated task to be run. Signed-off-by: Joshua Lock --- meta/classes/sstate.bbclas

[OE-core] [RFC PATCH 0/3] Enforce Shared State Signing when options set

2019-07-26 Thread Joshua Lock via Openembedded-core
There are 2 surprising behaviours in the current shared state signing implementation which this pull request addresses: 1) when signature verification is enabled a failure to verify doesn't prevent the shared state object from being used. A warning is printed and the unsigned shared state obj

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

2019-07-26 Thread Ross Burton
Add PACKAGECONFIG options for ICU (enabled by default) and BDB (disabled by default). Note that this upgrade includes some API breakage. Signed-off-by: Ross Burton --- ...ibical.pc.in-fix-iculibs-remove-full.patch | 44 --- meta/recipes-support/libical/libical_2.0.0.bb | 28

Re: [OE-core] [PATCH] core-image-sato-sdk: test image with 512M memory

2019-07-26 Thread Alexander Kanavin
I think you need to use QB_MEM here. Also, maybe we should just bump the 256M default? Alex On Fri, 26 Jul 2019 at 12:24, wrote: > From: Kai Kang > > When run do_testimage for core-image-sato-sdk, it fails to pass test > case: > > | RESULTS - systemd.SystemdBasicTests.test_systemd_failed: FAI

Re: [OE-core] [PATCH 2/2] epiphany: set imcompatible with tune mips

2019-07-26 Thread Alexander Kanavin
Wait, does this mean that the line must be inserted into all of the recipes that depend on webkitgtk (wihch is very awkward)? Shouldn't just the webkitgtk recipe fix be enough? Alex On Fri, 26 Jul 2019 at 12:35, wrote: > From: Kai Kang > > webkitgtk doesn't work with tune mips and set imcompat

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

2019-07-26 Thread Burton, Ross
I wonder how that happened, it must be finding a libdb somewhere... On Fri, 26 Jul 2019 at 04:32, Mittal, Anuj wrote: > > Hi Ross > > This is causing errors: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/72/builds/869/steps/8/logs/errors > > step7b: ERROR: libical-3.0.5-r0 do_packag

[OE-core] [PATCH 1/2] subversion: add packageconfig boost

2019-07-26 Thread kai.kang
From: Kai Kang subversion checks whether build with boost during do_configure. If boost exists on build machine, it causes configure-unsafe QA issue: | ERROR: subversion-1.12.0-r0 do_configure: QA Issue: This autoconf log | indicates errors, it looked at host include and/or library paths | whi

[OE-core] [PATCH 2/2] epiphany: set imcompatible with tune mips

2019-07-26 Thread kai.kang
From: Kai Kang webkitgtk doesn't work with tune mips and set imcompatible with it. epiphany depends on webkitgtk and mask it too. Signed-off-by: Kai Kang --- meta/recipes-gnome/epiphany/epiphany_3.32.3.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-gnome/epiphany/epipha

[OE-core] [PATCH] core-image-sato-sdk: test image with 512M memory

2019-07-26 Thread kai.kang
From: Kai Kang When run do_testimage for core-image-sato-sdk, it fails to pass test case: | RESULTS - systemd.SystemdBasicTests.test_systemd_failed: FAILED (0.43s) It is OOM issue and daemon rpc.statd is killed: | [ 531.306146] Out of memory: Kill process 193 (rpc.statd) score 200 or sacrif

[OE-core] [PATCH] image_types.bbclass: make gzipped images rsyncable

2019-07-26 Thread Diego Rondini
Both gzip and pigz implement the --rsyncable option, allowing small changes to images to save a lot of data when they are transferred using rsync. This patch enables --rsyncable by default. Signed-off-by: Diego Rondini --- meta/classes/image_types.bbclass | 2 +- 1 file changed, 1 insertion(+),

[OE-core] [PATCH v2] u-boot: Generate default U-Boot environment images

2019-07-26 Thread Lukasz Majewski
This change provides tasks to generate default U-Boot environment images from built U-Boot (via. get_default_envs.sh script). Those images then can be used to generate wic images (with e.g. eMMC layout). With such approach the end user doesn't see the "CRC environment" error after the first boot.