[OE-core] [PATCH v3 0/2] tcf-agent: fix CDT target debugging

2017-04-20 Thread Gernot Hillier
Default recipe for tcf-agent disabled a number of features because of historic build problems on ARM dating back to tcf-agent 0.0+svnr1855 (from 2011). We re-enable them for all archs besides mips. For arm64, we additionally need to fix MACHINE setting to make those features compile again.

Re: [OE-core] [PATCH 3/5] bitbake.conf: Add pr to list of hosttools

2017-04-20 Thread Khem Raj
On Thu, Apr 20, 2017 at 2:30 PM, Burton, Ross wrote: > > On 20 April 2017 at 19:20, Khem Raj wrote: >> >> pr is used by gstreamer1.0-libav during configure > > > So how does this work at the moment, or what's the problem with it failing? > I build for

Re: [OE-core] PulseAudio with WebRTC echo cancellation (aec): support for webrtc-audio-processing package

2017-04-20 Thread Koenraad Verheyden
I am not familiar with the organization of the various recipes. I mentioned oe-core since the original message was posted there. Meta-oe seems more suitable indeed. How much work would it be to make a recipe for this? I need it for a short-term project and am not in a position to further support

[OE-core] [PATCH v3 0/2] tcf-agent: fix CDT target debugging

2017-04-20 Thread Gernot Hillier
Default recipe for tcf-agent disabled a number of features because of historic build problems on ARM dating back to tcf-agent 0.0+svnr1855 (from 2011). We re-enable them for all archs besides mips. For arm64, we additionally need to fix MACHINE setting to make those features compile again.

[OE-core] [PATCH v3 2/2] tcf-agent: enable default target debugging features

2017-04-20 Thread Gernot Hillier
A number of features were disabled in OE due to historic problems on ARM. In tcf-agent 1.4, they compile cleanly on all architectures besides mips. These features are required for target debugging with Eclipse Neon, CDT and TCF plugins - for example used by Xilinx Vivado SDK 2016.4. For MIPS, at

[OE-core] [PATCH v3 1/2] tcf-agent: fix machine setting for arm64 build

2017-04-20 Thread Gernot Hillier
tcf-agent uses "a64", not "aarch64", see agent/Makefile.inc. This fix allows to re-enable features like SERVICE_Breakpoints and SERVICE_ MemoryMap on arm64. Signed-off-by: Gernot Hillier --- meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 2 +- 1 file changed, 1

[OE-core] [PATCH] mesa: Update to version 17.0.4

2017-04-20 Thread Fabio Berton
This commit apply bug fixes found in both mesa 17.0.2 and mesa 17.0.3 releases. - Mesa 17.0.4 is a bug fix release which fixes the following bugs found since the 17.0.3 release: Bug 99515 - SIGSEGV MAPERR on Android nougat-x86 with mesa 17.0.0rc Bug 100391 - SachaWillems

Re: [OE-core] [PATCH 3/5] bitbake.conf: Add pr to list of hosttools

2017-04-20 Thread Burton, Ross
On 20 April 2017 at 19:20, Khem Raj wrote: > pr is used by gstreamer1.0-libav during configure > So how does this work at the moment, or what's the problem with it failing? Ross -- ___ Openembedded-core mailing list

Re: [OE-core] [PATCH 2/5] valgrind: Fix arm build with gcc7

2017-04-20 Thread Andre McCurdy
On Thu, Apr 20, 2017 at 11:20 AM, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > ...rop-setting-mcpu-to-cortex-a8-on-arm-arch.patch | 108 > + > meta/recipes-devtools/valgrind/valgrind_3.12.0.bb | 3 +- > 2 files changed, 110

Re: [OE-core] [PATCH 2/5] valgrind: Fix arm build with gcc7

2017-04-20 Thread Andre McCurdy
On Thu, Apr 20, 2017 at 6:06 PM, Khem Raj wrote: > On Thu, Apr 20, 2017 at 5:56 PM, Andre McCurdy wrote: >> On Thu, Apr 20, 2017 at 11:20 AM, Khem Raj wrote: >>> Signed-off-by: Khem Raj >>> --- >>>

Re: [OE-core] [PATCH 2/5] valgrind: Fix arm build with gcc7

2017-04-20 Thread Khem Raj
On Thu, Apr 20, 2017 at 5:56 PM, Andre McCurdy wrote: > On Thu, Apr 20, 2017 at 11:20 AM, Khem Raj wrote: >> Signed-off-by: Khem Raj >> --- >> ...rop-setting-mcpu-to-cortex-a8-on-arm-arch.patch | 108 >> + >>

[OE-core] [PATCH] webkitgtk: Upgrade to 2.16.1

2017-04-20 Thread Khem Raj
Drop patches that were backports or have been upstreamed Signed-off-by: Khem Raj --- ...bKitMacros-Append-to-I-and-not-to-isystem.patch | 185 - .../webkit/webkitgtk/detect_atomics.patch | 38 - .../webkit/webkitgtk/x32_support.patch

[OE-core] [PATCH] libcap: drop obsolete attr PACKAGECONFIG option and libattr dependency

2017-04-20 Thread Andre McCurdy
In the 2.25 release, libcap dropped its dependency on an external libattr library: https://git.kernel.org/pub/scm/linux/kernel/git/morgan/libcap.git/commit/?id=85f38a573fc47472ab792e813b6f6b6f0b1df112 Signed-off-by: Andre McCurdy ---

[OE-core] [PATCH 1/1] lsbtest: add option --ignoreos to rpm install command

2017-04-20 Thread Dengke Du
After change to the rpm4, the rpm packages in lsbtest, such as: lsb-setup-4.1.0-1.noarch.rpm lsb-dist-checker-5.0.0.1-1.x86_64.rpm .. lsb-cmdchk-5.0.3-1.x86_64.rpm When install above rpm packages, the error log appears: package lsb-setup-4.1.0-1.noarch is intended for a

[OE-core] [PATCH 0/1] lsbtest: add option --ignoreos to rpm install command

2017-04-20 Thread Dengke Du
The following changes since commit 55a53f53263ff4bf7bd6d0c454c464e595e11e4c: build-appliance-image: Update to master head revision (2017-04-20 08:16:46 +0100) are available in the git repository at: https://github.com/DengkeDu/openembedded-core.git dengke/LSB_Test

[OE-core] PulseAudio with WebRTC echo cancellation (aec): support for webrtc-audio-processing package

2017-04-20 Thread Koenraad Verheyden
Hey all, I want to use PulseAudio with WebRTC echo cancellation. Enabling this depends on the webrtc-audio-processing library [1]. In an earlier message to this list [2] it was decided to add the configuration option to the pulseaudio recipe, although the webrtc-audio-processing package isn't

Re: [OE-core] [PATCH] openssl: Fix symlink creation

2017-04-20 Thread Alexander Kanavin
On 04/19/2017 04:03 PM, David Vincent wrote: The problem is that I must be able to manage the configuration of a machine without physical intervention and only via package upgrades. A new configuration can be applied simply by incrementing the PR of a configuration package. But maybe this is a

[OE-core] [PATCH v2 0/2] tcf-agent: fix CDT target debugging

2017-04-20 Thread Gernot Hillier
Default recipe for tcf-agent disabled a number of features because of historic build problems on ARM dating back to tcf-agent 0.0+svnr1855 (from 2011). We re-enable them for all archs besides mips. For arm64, we additionally need to fix MACHINE setting to make those features compile again.

[OE-core] ✗ patchtest: failure for tcf-agent: fix CDT target debugging

2017-04-20 Thread Patchwork
== Series Details == Series: tcf-agent: fix CDT target debugging Revision: 1 URL : https://patchwork.openembedded.org/series/6436/ 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] [PATCH 1/2] tcf-agent: fix machine setting for arm64 build

2017-04-20 Thread Gernot Hillier
tcf-agent uses "a64", not "aarch64", see agent/Makefile.inc. This fix allows to re-enable features like SERVICE_Breakpoints and SERVICE_ MemoryMap on arm64. Signed-off-by: Gernot Hillier --- meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 2 +- 1 file changed, 1

Re: [OE-core] OpenEmbedded 2017 General Meeting

2017-04-20 Thread Trevor Woerner
On Thu, Apr 20, 2017 at 10:58 AM, Sean Hudson wrote: > I found an updated list of access numbers that include several country > specific toll-free numbers for the teleconference. I've updated the > wiki page with the details. I also setup a #oe-meeting IRC channel that >

Re: [OE-core] OpenEmbedded 2017 General Meeting

2017-04-20 Thread Sean Hudson
On 2017-04-19 03:48 PM, Sean Hudson wrote: > The board would like to hold a general meeting with all members. Under > the new by-laws of the OpenEmbedded organization, we can meet > electronically. This will also fulfill the requirement for an annual, > general meeting. > > Planned Date/Time: >

Re: [OE-core] [PATCH] openssl: Fix symlink creation

2017-04-20 Thread Mark Hatle
On 4/20/17 7:37 AM, Alexander Kanavin wrote: > On 04/19/2017 04:03 PM, David Vincent wrote: >> The problem is that I must be able to manage the configuration of a machine >> without physical intervention and only via package upgrades. A new >> configuration can be applied simply by incrementing

[OE-core] [PATCH] openssl: Bump SONAME to match the ABI

2017-04-20 Thread Jussi Kukkonen
Commit 7933fbbc637 "Security fix Drown via 1.0.2g update" included a version-script change from Debian that was an ABI change. It did not include the soname change that Debian did so we have been calling our ABI 1.0.0 but it really matches what others call 1.0.2. Bump SONAME to match the ABI. In

Re: [OE-core] PulseAudio with WebRTC echo cancellation (aec): support for webrtc-audio-processing package

2017-04-20 Thread Tanu Kaskinen
On Thu, 2017-04-20 at 14:25 +0200, Koenraad Verheyden wrote: > Hey all, > > I want to use PulseAudio with WebRTC echo cancellation. Enabling this > depends on the webrtc-audio-processing library [1]. > In an earlier message to this list [2] it was decided to add the > configuration option to the

Re: [OE-core] [PATCH] openssl: Bump SONAME to match the ABI

2017-04-20 Thread Jussi Kukkonen
On 20 April 2017 at 16:32, Jussi Kukkonen wrote: > Commit 7933fbbc637 "Security fix Drown via 1.0.2g update" included > a version-script change from Debian that was an ABI change. It did > not include the soname change that Debian did so we have been calling > our ABI

[OE-core] ✗ patchtest: failure for openssl: Bump SONAME to match the ABI

2017-04-20 Thread Patchwork
== Series Details == Series: openssl: Bump SONAME to match the ABI Revision: 1 URL : https://patchwork.openembedded.org/series/6438/ 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] Building logrotate for older releases is broken (was: RE: [PATCH 1/1] logrotate: set downloadfilename)

2017-04-20 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Robert Yang > Sent: den 17 april 2017 11:49 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH 1/1] logrotate:

Re: [OE-core] [PATCH] openssl: Fix symlink creation

2017-04-20 Thread Martin Jansa
On Thu, Apr 20, 2017 at 03:37:24PM +0300, Alexander Kanavin wrote: > On 04/19/2017 04:03 PM, David Vincent wrote: > > The problem is that I must be able to manage the configuration of a machine > > without physical intervention and only via package upgrades. A new > > configuration can be applied

Re: [OE-core] Building logrotate for older releases is broken (was: RE: [PATCH 1/1] logrotate: set downloadfilename)

2017-04-20 Thread Burton, Ross
On 20 April 2017 at 13:51, Peter Kjellerstedt wrote: > The integration of this patch into OE-Core has broken building old > releases that rely on fetching the logrotate-3.9.1.tar.gz tar ball > with MD5 checksum 4492b145b6d542e4a2f41e77fa199ab0 from the mirror > at

Re: [OE-core] Building logrotate for older releases is broken

2017-04-20 Thread Michael Halstead
On 04/20/2017 09:12 AM, Burton, Ross wrote: > > On 20 April 2017 at 13:51, Peter Kjellerstedt > > wrote: > > The integration of this patch into OE-Core has broken building old > releases that rely on fetching the

Re: [OE-core] [PATCH 1/2] tcf-agent: fix machine setting for arm64 build

2017-04-20 Thread Burton, Ross
On 20 April 2017 at 09:15, Gernot Hillier wrote: > EXTRA_OEMAKE = "MACHINE=${MAKE_ARCH} OPSYS=${MAKE_OS} 'CC=${CC}' > 'AR=${AR}'" > Please use git-send-email to submit patches, because this line arrived wrapped when it shouldn't be which meant the patch had to be

[OE-core] [PATCH] Revert "logrotate: set downloadfilename"

2017-04-20 Thread Ross Burton
Sadly this breaks previous OE releases as it means the source mirror contains a tarball with the same name but different checksums as was previously available. This reverts commit 99c6e89db193d572e845f95eabbd9ec89c3508c7. Signed-off-by: Ross Burton ---

[OE-core] [PATCH 2/2] tcf-agent: enable default target debugging features

2017-04-20 Thread Gernot Hillier
A number of features were disabled in OE due to historic problems on ARM. In tcf-agent 1.4, they compile cleanly on all architectures besides mips. These features are required for target debugging with Eclipse Neon, CDT and TCF plugins - for example used by Xilinx Vivado SDK 2016.4. For MIPS, at

[OE-core] State of bitbake world, Failed tasks 2017-04-19

2017-04-20 Thread Martin Jansa
== Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!colspan='6'|Failed depencencies!!|Signatures !!colspan='14'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64

[OE-core] [PATCH 1/5] boost: Upgrade to 1.64.0

2017-04-20 Thread Khem Raj
drop upstreamed patches Signed-off-by: Khem Raj --- ...bjam-native_1.63.0.bb => bjam-native_1.64.0.bb} | 0 .../boost/{boost-1.63.0.inc => boost-1.64.0.inc} | 7 +- ...soft-float-on-ARM-we-should-not-expect-th.patch | 29 ---

[OE-core] [PATCH 2/5] valgrind: Fix arm build with gcc7

2017-04-20 Thread Khem Raj
Signed-off-by: Khem Raj --- ...rop-setting-mcpu-to-cortex-a8-on-arm-arch.patch | 108 + meta/recipes-devtools/valgrind/valgrind_3.12.0.bb | 3 +- 2 files changed, 110 insertions(+), 1 deletion(-) create mode 100644

[OE-core] [PATCH 3/5] bitbake.conf: Add pr to list of hosttools

2017-04-20 Thread Khem Raj
pr is used by gstreamer1.0-libav during configure Signed-off-by: Khem Raj --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 227babd1b21..16a1fcd9db4 100644 ---

[OE-core] [PATCH 4/5] gstreamer1.0-libav: Fix build with gcc7

2017-04-20 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0001-configure-check-for-armv7ve-variant.patch | 35 ++ .../gstreamer/gstreamer1.0-libav_1.10.4.bb | 12 2 files changed, 41 insertions(+), 6 deletions(-) create mode 100644

[OE-core] [PATCH 5/5] gnu-efi: Fix build with gcc7

2017-04-20 Thread Khem Raj
Signed-off-by: Khem Raj --- ...plicit-fall-through-so-Wextra-will-work-i.patch | 34 ++ meta/recipes-bsp/gnu-efi/gnu-efi_3.0.5.bb | 3 +- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644

[OE-core] [PATCH 0/1] testimage: Add missing dependency

2017-04-20 Thread brian avery
As part of RSS, qemu-native-helper got an additional task: "addto_recipe_sysroot". This task is usually run as part of an image build. In some use cases like downloading image artefacts and then running testimage, it can be skipped. This adds the dependency explicitly. I also added an error

[OE-core] [PATCH 1/1] testimage.bbclass: add additional dependency

2017-04-20 Thread brian avery
qemu-native-helper has an additional task that needs to be run in order for testimage to work. This task is usually run by default in a full build but there are use cases where it might be skipped. This commit adds the dependency explicitly. Also, this commit adds a try/catch error message to

[OE-core] [PATCH] bash: CVE-2016-0634

2017-04-20 Thread Zhixiong Chi
A vulnerability was found in a way bash expands the $HOSTNAME. Injecting the hostname with malicious code would cause it to run each time bash expanded \h in the prompt string. Porting patch from to solve CVE-2016-0634 Signed-off-by:

[OE-core] ✗ patchtest: failure for bash: CVE-2016-0634

2017-04-20 Thread Patchwork
== Series Details == Series: bash: CVE-2016-0634 Revision: 1 URL : https://patchwork.openembedded.org/series/6434/ 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 v2] bash: CVE-2016-0634

2017-04-20 Thread Zhixiong Chi
A vulnerability was found in a way bash expands the $HOSTNAME. Injecting the hostname with malicious code would cause it to run each time bash expanded \h in the prompt string. Porting patch from to solve CVE-2016-0634 CVE: