[OE-core] [PATCH] glibc: fix do_populate_sdk fail when multilib used

2019-03-11 Thread changqing.li
From: Changqing Li fix below error: file /usr/include/bits/procfs-id.h conflicts between attempted installs of lib32-libc6-dev-2.29-r0.armv7vet2hf_vfp and libc6-dev-2.29-r0.aarch64 file /usr/include/bits/procfs.h conflicts between attempted installs of lib32-libc6-dev-2.29-r0.armv7vet2hf_vfp a

[OE-core] [PATCH v3] cmake: Reduce verbosity for make invocation

2019-03-11 Thread Douglas Royds
New variable OECMAKE_VERBOSE_MAKEFILE defaults to True. Since the dawn of time, we have set CMAKE_VERBOSE_MAKEFILE=1 (True) in cmake.bbclass. Back in 2016, we also explicitly set VERBOSE=1 in cmake_do_compile(), to ensure that make (and ninja) output were verbose in log.do_compile. Setting OECMA

[OE-core] [PATCH] resulttool/report: Enable roll-up report for a commit

2019-03-11 Thread Yeoh Ee Peng
Enable roll-up all test results belong to a commit and to provide a roll-up report. Signed-off-by: Yeoh Ee Peng --- scripts/lib/resulttool/report.py | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/scripts/lib/resulttool/report.py b/scripts/lib/resulttool/rep

[OE-core] [PATCH v2] cmake: Reduce verbosity for make invocation

2019-03-11 Thread Douglas Royds
New variable OECMAKE_VERBOSE_MAKEFILE defaults to True. Since the dawn of time, we have set CMAKE_VERBOSE_MAKEFILE=1 (True) in cmake.bbclass. Back in 2016, we also explicitly set VERBOSE=1 in cmake_do_compile(), to ensure that make (and ninja) output were verbose in log.do_compile. Setting OECMA

Re: [OE-core] [OE-Core][PATCH v2 3/3] devtool: provide support for devtool menuconfig command.

2019-03-11 Thread Chandana Kalluri
-Original Message- From: Paul Eggleton Sent: Monday, March 4, 2019 3:46 PM To: Chandana Kalluri Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [OE-Core][PATCH v2 3/3] devtool: provide support for devtool menuconfig command. On Saturday, 26 January 2019 8:53:02 AM

Re: [OE-core] [PATCH] cmake: Reduce verbosity for make invocation

2019-03-11 Thread Douglas Royds
On 12/03/19 5:09 PM, Khem Raj wrote: On Mon, Mar 11, 2019 at 5:47 PM Douglas Royds wrote: On 12/03/19 6:18 AM, Khem Raj wrote: On Sun, Mar 10, 2019 at 10:53 PM Douglas Royds wrote: Since the dawn of time, we have set CMAKE_VERBOSE_MAKEFILE=1 in cmake.bbclass. Back in 2016, we also explicitl

Re: [OE-core] [PATCH] cmake: Reduce verbosity for make invocation

2019-03-11 Thread Khem Raj
On Mon, Mar 11, 2019 at 5:47 PM Douglas Royds wrote: > > On 12/03/19 6:18 AM, Khem Raj wrote: > > On Sun, Mar 10, 2019 at 10:53 PM Douglas Royds > wrote: > > Since the dawn of time, we have set CMAKE_VERBOSE_MAKEFILE=1 in cmake.bbclass. > Back in 2016, we also explicitly set VERBOSE=1 in cmake_do

[OE-core] [PATCH] createrepo-c: fix for do_package_qa

2019-03-11 Thread Zheng Ruoqin
Fix the following QA Issue: ERROR: nativesdk-createrepo-c-0.12.1-r0 do_package_qa: QA Issue: nativesdk-createrepo-c rdepends on nativesdk-python3-dev [dev-deps] ERROR: nativesdk-createrepo-c-0.12.1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. Signed-off-by: Zheng Ru

Re: [OE-core] [PATCH] linux-yocto/5.0: fix system tap for arm

2019-03-11 Thread Bruce Ashfield
On Mon, Mar 11, 2019 at 9:41 PM Mittal, Anuj wrote: > > On Sun, 2019-03-10 at 23:45 -0400, bruce.ashfi...@gmail.com wrote: > > -SRCREV_machine_qemuarm ?= "1fbecad0e6a68b6c57b4f6ef8207e7e90ea764a3" > > -SRCREV_machine_qemuarm64 ?= > > "1a0da7e50b77c82841efb501c648dbaca699eac2" > > -SRCREV_machine_q

Re: [OE-core] [PATCH] linux-yocto/5.0: fix system tap for arm

2019-03-11 Thread Mittal, Anuj
On Sun, 2019-03-10 at 23:45 -0400, bruce.ashfi...@gmail.com wrote: > -SRCREV_machine_qemuarm ?= "1fbecad0e6a68b6c57b4f6ef8207e7e90ea764a3" > -SRCREV_machine_qemuarm64 ?= > "1a0da7e50b77c82841efb501c648dbaca699eac2" > -SRCREV_machine_qemumips ?= > "d9dd6d4cfe689efd5cb7bbacd118a3888ac7c517" > -SRCREV

[OE-core] [PATCH] virglrenderer: requires distro feature opengl

2019-03-11 Thread kai.kang
From: Kai Kang virglrenderer depends on 2 packages: * mesa: requires one of distro features opengl or vulkan * libepoxy: requires distro feature opengl So make virglrenderer requires distro feature opengl. Otherwise it fails to build world if 'opengl' doesn't exist in DISTRO_FEATURES. Signed-of

Re: [OE-core] [PATCH] cmake: Reduce verbosity for make invocation

2019-03-11 Thread Douglas Royds
On 12/03/19 6:18 AM, Khem Raj wrote: On Sun, Mar 10, 2019 at 10:53 PM Douglas Royds wrote: Since the dawn of time, we have set CMAKE_VERBOSE_MAKEFILE=1 in cmake.bbclass. Back in 2016, we also explicitly set VERBOSE=1 in cmake_do_compile(), to ensure that make (and ninja) output were verbose in

[OE-core] [V2][PATCH] xev: update to 1.2.3

2019-03-11 Thread Armin Kuster
refactor diet-x11 patch LIC_FILES_CHKSUM changed to do merging of copyright/license notices Signed-off-by: Armin Kuster V2] Fix musl build fix --- .../xorg-app/xev/diet-x11.patch | 133 +++--- .../xorg-app/{xev_1.2.2.bb => xev_1.2.3.bb} | 4 +- 2 files changed, 82

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

2019-03-11 Thread sjolley.yp.pm
All, The triage team meets weekly and does its best to handle the bugs reported into the Bugzilla. The number of people attending that meeting has fallen, as have the number of people available to help fix bugs. One of the things we hear users report is they don't know how to help. We (the tria

[OE-core] [PATCH] gst-examples: switch to gitlab url and https protocol

2019-03-11 Thread Tim Orling
Signed-off-by: Tim Orling --- meta/recipes-multimedia/gstreamer/gst-examples_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/gstreamer/gst-examples_git.bb b/meta/recipes-multimedia/gstreamer/gst-examples_git.bb index f8cef857b3..75ac9b75c1 10064

Re: [OE-core] [PATCH] cmake: Reduce verbosity for make invocation

2019-03-11 Thread Khem Raj
On Sun, Mar 10, 2019 at 10:53 PM Douglas Royds wrote: > > Since the dawn of time, we have set CMAKE_VERBOSE_MAKEFILE=1 in cmake.bbclass. > Back in 2016, we also explicitly set VERBOSE=1 in cmake_do_compile(), > to ensure that make (and ninja) output were verbose in log.do_compile. > > Turning off

Re: [OE-core] [PATCH 1/5] qemuarm: Swap for an arm7ve (A15) configuration

2019-03-11 Thread Tom Rini
On Mon, Mar 11, 2019 at 08:13:21AM -0700, Richard Purdie wrote: > On Mon, 2019-03-11 at 11:09 -0400, Tom Rini wrote: > > On Mon, Mar 11, 2019 at 03:12:26AM +, Richard Purdie wrote: > > > > > From: Jon Mason > > > > > > Add new QEMU BSP for a Arm Cortex-A15 system and use this as > > > qemuar

Re: [OE-core] [PATCH 1/5] qemuarm: Swap for an arm7ve (A15) configuration

2019-03-11 Thread Richard Purdie
On Mon, 2019-03-11 at 11:09 -0400, Tom Rini wrote: > On Mon, Mar 11, 2019 at 03:12:26AM +, Richard Purdie wrote: > > > From: Jon Mason > > > > Add new QEMU BSP for a Arm Cortex-A15 system and use this as > > qemuarm, > > moving the old armv5te Versatile PB based machine to qemuarmv5. > > >

Re: [OE-core] [PATCH 1/5] qemuarm: Swap for an arm7ve (A15) configuration

2019-03-11 Thread Tom Rini
On Mon, Mar 11, 2019 at 03:12:26AM +, Richard Purdie wrote: > From: Jon Mason > > Add new QEMU BSP for a Arm Cortex-A15 system and use this as qemuarm, > moving the old armv5te Versatile PB based machine to qemuarmv5. > > The new machine uses the QEMU virt machine type, which should be > fa

Re: [OE-core] [sumo][PATCH] busybox: backport fix for issues introduced by CVE-2011-5325.patch

2019-03-11 Thread Tom Rini
On Sun, Mar 10, 2019 at 08:12:01PM +, Martin Jansa wrote: > Signed-off-by: Martin Jansa This also reverts some really odd functionality that can cause projects to break (I hit this myself and intended to find time to do a move-busybox-forward patch to sumo) so yes, please! Reviewed-by: Tom

Re: [OE-core] [PATCH 07/12] xev: update to 1.2.3

2019-03-11 Thread akuster808
On 3/11/19 1:04 AM, Mittal, Anuj wrote: > Looks like this is failing with musl: Of course, anything will fall over with a little musl applied against it ; ) > > https://errors.yoctoproject.org/Errors/Details/232435/ thanks, armin > > On Sun, 2019-03-10 at 11:07 -0700, Armin Kuster wrote: >> re

[OE-core] [PATCH 2/2] arm-tunes: Prefer the -mcpu option over -march

2019-03-11 Thread Peter Kjellerstedt
Tune files that inherit the arch definitions already define appropriate -mcpu options, which are equivalent of the correct -march and -mtune combinations. This is preferred since gcc is getting stricter and stricter with option check semantics and can now find incompatible -march and -mcpu options

[OE-core] [PATCH 1/2] Revert "arm-tunes: Remove -march option if mcpu is already added"

2019-03-11 Thread Peter Kjellerstedt
This reverts commit ac83d22eb5031f7fdd09d34a1a46d92fd3e39a3c. This solution had unforeseen side effects, which, e.g., lead to the following sanity error if trying to build with the arm926ejs default tune: Error, the PACKAGE_ARCHS variable (all any noarch arm armv4 armv4t armv5 armv5t armv

Re: [OE-core] Can't build product that uses DEFAULTTUNE="arm926ejs"

2019-03-11 Thread Peter Kjellerstedt
> -Original Message- > From: Khem Raj > Sent: den 11 mars 2019 05:24 > To: Peter Kjellerstedt > Cc: OE Core (openembedded-core@lists.openembedded.org) c...@lists.openembedded.org> > Subject: Re: Can't build product that uses DEFAULTTUNE="arm926ejs" > > On Sun, Mar 10, 2019 at 9:20 PM Pe

Re: [OE-core] [PATCH 4/5] linux-yocto: Fix systemtap issue on armv7

2019-03-11 Thread Bruce Ashfield
On Mon, Mar 11, 2019 at 8:13 AM wrote: > > On Sun, 2019-03-10 at 21:27 -0700, Khem Raj wrote: > > On Sun, Mar 10, 2019 at 8:13 PM Richard Purdie > > wrote: > > > Testing stap on armv7 machines was failing due to intermixing of > > > thumb/arm > > > instructions. Patch the kernel to always use the

[OE-core] [PATCH] systemd: do not disable SELinux with musl

2019-03-11 Thread luca . boccassi
From: Luca Boccassi Building and running SELinux with musl works fine these days, so don't disable it in the systemd bitbake file. Signed-off-by: Luca Boccassi --- meta/recipes-core/systemd/systemd_241.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd_241.

Re: [OE-core] [PATCH 4/5] linux-yocto: Fix systemtap issue on armv7

2019-03-11 Thread richard . purdie
On Sun, 2019-03-10 at 21:27 -0700, Khem Raj wrote: > On Sun, Mar 10, 2019 at 8:13 PM Richard Purdie > wrote: > > Testing stap on armv7 machines was failing due to intermixing of > > thumb/arm > > instructions. Patch the kernel to always use the v7 march options > > since > > we know our gcc versio

[OE-core] [PATCH] correct do_patch for kernel bbappend in sdk

2019-03-11 Thread Yann CARDAILLAC
do_patch rule of SDK's workspace/appends/linux-*.bbhappend may fail if script are not written in Python that was the case with Phytec's BSP, the fix was to replace the do_patch rule with : do_patch[noexec]="1" when the file was generated in scripts/lib/devtool/standard.py Signed-off-by: Yann

[OE-core] [PATCH 1/1] oe-init-build-env: Error out when failed to locate cwd

2019-03-11 Thread Robert Yang
Ubuntu's /bin/sh symlinks to /bin/dash by default, so subprocess.check_call(oe-init-build-env, cwd=builddir) would be failed since pwd is builddir, and there is no $builddir/oe-init-build-env, this would lead to other confusing errors, check and error it out earlier to make it easier to locate the

[OE-core] [PATCH 0/1] oe-init-build-env: Error out when failed to locate cwd

2019-03-11 Thread Robert Yang
The following changes since commit 28e631d6dbc0a126253c0a072b8f39ff683bfa3a: python: time.tzset missing (2019-03-09 14:41:20 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/init http://cgit.openembedded.org/openembedded-core-contrib/l

[OE-core] [PATCH] scripts/resulttool: Enhance retrieving test cases value

2019-03-11 Thread mazliana . mohamad
From: Mazliana We found that manualexecution does not capture test suite values correctly if there are more than one test suite in test cases. After verification has made we found out we should retrieved full test cases value from oeqa/manual/ json file rather than split it them into new variabl

[OE-core] [PATCH] resulttool/manualexecution: To output right test case id

2019-03-11 Thread mazliana . mohamad
From: Mazliana We found that manualexecution does not capture test suite values correctly if there are more than one test suite in test cases. After verification has made we found out we should retrieved full test cases value from oeqa/manual/ json file rather than split it them into new variabl

Re: [OE-core] [PATCH] scripts/resulttool: Enhance retrieving test cases value

2019-03-11 Thread Mohamad, Mazliana
Apologize, please ignore this email -Original Message- From: Mohamad, Mazliana Sent: Monday, March 11, 2019 4:31 PM To: openembedded-core@lists.openembedded.org Cc: Mohamad, Mazliana ; Yeoh, Ee Peng Subject: [PATCH] scripts/resulttool: Enhance retrieving test cases value From: Mazliana

Re: [OE-core] [PATCH 07/12] xev: update to 1.2.3

2019-03-11 Thread Mittal, Anuj
Looks like this is failing with musl: https://errors.yoctoproject.org/Errors/Details/232435/ On Sun, 2019-03-10 at 11:07 -0700, Armin Kuster wrote: > refactor diet-x11 patch > > LIC_FILES_CHKSUM changed to do merging of copyright/license notices > https://gitlab.freedesktop.org/xorg/app/mkfontsc