[OE-core] ✗ patchtest: failure for python-setuptools: 38.5.2 -> 39.0.1

2018-03-20 Thread Patchwork
== Series Details == Series: python-setuptools: 38.5.2 -> 39.0.1 Revision: 1 URL : https://patchwork.openembedded.org/series/11499/ 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] python-setuptools: 38.5.2 -> 39.0.1

2018-03-20 Thread Huang Qiyu
Upgrade python-setuptools from 38.5.2 to 39.0.1. Signed-off-by: Huang Qiyu --- meta/recipes-devtools/python/python-setuptools.inc| 4 ++-- .../{python-setuptools_38.5.2.bb => python-setuptools_39.0.1.bb} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/

[OE-core] [daisy][PATCH 6/6] mesa: fix SRC_URI

2018-03-20 Thread Andre McCurdy
Switch from ftp -> https and use older-versions path. Signed-off-by: Andre McCurdy --- meta/recipes-graphics/mesa/mesa_9.2.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/mesa/mesa_9.2.5.bb b/meta/recipes-graphics/mesa/mesa_9.2.5.bb index 737ed1a..

[OE-core] [daisy][PATCH 4/6] ncurses: fix build with gcc 5

2018-03-20 Thread Andre McCurdy
Use Gentoo version of backport of upstream patch: https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-libs/ncurses/files/ncurses-5.9-gcc-5.patch Signed-off-by: Andre McCurdy --- .../ncurses/ncurses-5.9/ncurses-5.9-gcc-5.patch| 53 ++ meta/recipes-core/ncurses

[OE-core] [daisy][PATCH 5/6] binutils: fix build with gcc 5

2018-03-20 Thread Andre McCurdy
Patch backported from upstream: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;h=ac4eb736520174305bf6e691827f7473b858cff1 Signed-off-by: Andre McCurdy --- meta/recipes-devtools/binutils/binutils-2.24.inc | 1 + ...86.c-Werror-logical-not-parentheses-error.patch | 61

[OE-core] [daisy][PATCH 0/6] SRC_URI updates and minor build fixes

2018-03-20 Thread Andre McCurdy
Daisy has now (long since) left upstream maintenance and entered into community support. As a member of a community which still actively develops against this version of OE, I would like to propose the following updates. Andre McCurdy (4): gmp_4.2.1: fix build for MIPS ncurses: fix build with

[OE-core] [daisy][PATCH 3/6] gmp_4.2.1: fix build for MIPS

2018-03-20 Thread Andre McCurdy
The h asm constrain (to extract the high part of a multiplication result) has not been recognised since gcc 4.4: https://gcc.gnu.org/gcc-4.4/changes.html Drop the MIPS umul_ppmm() implementations which rely on "=h" and fall back to the older implementations (which use explicit mfhi and mflo ins

[OE-core] [daisy][PATCH 2/6] kernel.bbclass: Remove bashism

2018-03-20 Thread Andre McCurdy
From: Khem Raj Fixes build on systems using dash for default shell e.g. errors like run.do_strip.25842: [[: not found | readelf: Error: Unable to read in 0x37 bytes of section headers | readelf: Error: Not an ELF file - it has the wrong magic bytes at the start Change-Id: I29cac15be44a02d75a3d

[OE-core] [daisy][PATCH 1/6] dtc: old SRC_URI died, changing to new working one

2018-03-20 Thread Andre McCurdy
From: Krzysztof Sywula Signed-off-by: Krzysztof Sywula Signed-off-by: Richard Purdie (cherry picked from commit 131a17f014e6373dae526cc927588ccc0fedc38d) Signed-off-by: Andre McCurdy --- meta/recipes-kernel/dtc/dtc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/r

[OE-core] [PATCH] ncurses: Abstract out termlib

2018-03-20 Thread Khem Raj
termlib needs to be disabled on some targets e.g. mingw this change paves the way for doing that. Functionally it does not change anything for other platforms Signed-off-by: Khem Raj --- meta/recipes-core/ncurses/ncurses.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/m

Re: [OE-core] Openembedded-core Digest, Vol 86, Issue 203

2018-03-20 Thread Yeoh, Ee Peng
> + > > do_compile () { > > - oe_runmake 'CC=${CC} -D_GNU_SOURCE' VPATH="${STAGING_LIBDIR}:${ > STAGING_DIR_HOST}/${base_libdir}" all > > + oe_runmake 'CC=${CC} -D_GNU_SOURCE' VPATH="${STAGING_LIBDIR}:${ > STAGING_DIR_HOST

Re: [OE-core] [PATCH 1/1] waf.bbclass: Warn if waf doesn't exist

2018-03-20 Thread Joshua Watt
On Mar 20, 2018 18:33, "Martin Jansa" wrote: see https://patchwork.openembedded.org/patch/147693/ and updated version (just rebased after other waf related changes were merged): http://git.openembedded.org/openembedded-core-contrib/ commit/?h=jansa/master-submitted&id=3f70b555e3f6033b807e0324760

Re: [OE-core] [PATCH 1/1] waf.bbclass: Warn if waf doesn't exist

2018-03-20 Thread Joshua Watt
On Mar 20, 2018 18:08, "Amanda Brindle" wrote: Before, waf.bbclass would fail to catch FileNotFoundError. Now, it will catch this error and warn that waf doesn't exist. Fixes [YOCTO 12553] Signed-off-by: Amanda Brindle --- meta/classes/waf.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff

Re: [OE-core] [PATCH 1/1] waf.bbclass: Warn if waf doesn't exist

2018-03-20 Thread Martin Jansa
see https://patchwork.openembedded.org/patch/147693/ and updated version (just rebased after other waf related changes were merged): http://git.openembedded.org/openembedded-core-contrib/commit/?h=jansa/master-submitted&id=3f70b555e3f6033b807e03247605f3fdad868646 but it was rejected by Ross befor

[OE-core] [PATCH 1/1] waf.bbclass: Warn if waf doesn't exist

2018-03-20 Thread Amanda Brindle
Before, waf.bbclass would fail to catch FileNotFoundError. Now, it will catch this error and warn that waf doesn't exist. Fixes [YOCTO 12553] Signed-off-by: Amanda Brindle --- meta/classes/waf.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/waf.bbclass b/meta/classes/

[OE-core] [PATCH 0/1] waf.bbclass: Warn if waf doesn't exist

2018-03-20 Thread Amanda Brindle
The following changes since commit f49ee61422c867516db252054e993df29f775136: systemd-boot: upgrade to 237 (2018-03-20 09:59:33 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib abrindle/waf_error http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=

Re: [OE-core] [oe-core][PATCH] wget.py: handle BBFetchException

2018-03-20 Thread Richard Purdie
On Tue, 2018-03-20 at 13:25 -0700, Bhargava Sreekantappa Gayathri wrote: > When BB_NO_NETWORK is set to 1 and the first mirror url needs network > access, then bitbake will just fail and report error instead of going > through the list of mirror urls. This is because BBFetchException is > not > han

[OE-core] [PATCH] distcc-doc_3.2: improve reproducibility

2018-03-20 Thread Juro Bystricky
Remove timestamps from metadata of gzip compressed files. Signed-off-by: Juro Bystricky --- meta/recipes-devtools/distcc/distcc_3.2.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/distcc/distcc_3.2.bb b/meta/recipes-devtools/distcc/distcc_3.2.bb i

[OE-core] [PATCH] libical-dev_2.0: improve reproducibility

2018-03-20 Thread Juro Bystricky
Remove build host references from distributed files. Signed-off-by: Juro Bystricky --- meta/recipes-support/libical/libical_2.0.0.bb | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta/recipes-support/libical/libical_2.0.0.bb b/meta/recipes-support/libical/libical_2.0.0.bb index dcc

[OE-core] [PATCH v5] reproducible_build.bbclass: support for binary reproducibility

2018-03-20 Thread Juro Bystricky
Setup environment for builds requiring binary reproducibility. Determine and export SOURCE_DATE_EPOCH per each recipe. This is a crucial step to achieve binary reproducibility. The value for this variable (timestamp) is obtained after source code for a recipe has been unpacked, but before it is pat

Re: [OE-core] [PATCH] glibc-2.27: Update to bring in 2.27 bug fixes since release

2018-03-20 Thread Khem Raj
OK please take this in, the issue was not glibc issue but a pilot error. This has bug/security fixes since 2.27 release On Mon, Mar 19, 2018 at 11:42 PM, Khem Raj wrote: > hold on to this patch, I am seeing a runtime > regression. > > On Mon, Mar 19, 2018 at 10:21 PM, Khem Raj wrote: >> Here is

Re: [OE-core] [yocto] Yocto Project Status WW12’18

2018-03-20 Thread Tim Orling
> On Mar 20, 2018, at 11:00 AM, Alexander Kanavin > wrote: > > On 03/20/2018 05:59 PM, Richard Purdie wrote: How long does a single run take, and why not run it every month? >>> Just a bit longer than a day, maybe 30 hours, if it needs to update >>> the >>> typical amount of 100-150 packag

[OE-core] ✗ patchtest: failure for wget.py: handle BBFetchException

2018-03-20 Thread Patchwork
== Series Details == Series: wget.py: handle BBFetchException Revision: 1 URL : https://patchwork.openembedded.org/series/11491/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on th

Re: [OE-core] [PATCH] own-mirrors.bbclass: Change prepend to append

2018-03-20 Thread Bhargava Sreekantappa Gayathri
> -Original Message- > From: Manjukumar Harthikote Matha > Sent: Friday, March 09, 2018 9:57 AM > To: Richard Purdie ; Bhargava > Sreekantappa Gayathri ; openembedded- > c...@lists.openembedded.org > Subject: RE: [OE-core] [PATCH] own-mirrors.bbclass: Change prepend to append > > > >

[OE-core] [oe-core][PATCH] wget.py: handle BBFetchException

2018-03-20 Thread Bhargava Sreekantappa Gayathri
When BB_NO_NETWORK is set to 1 and the first mirror url needs network access, then bitbake will just fail and report error instead of going through the list of mirror urls. This is because BBFetchException is not handled when wget is called. This patch calls wget with a except blocks which returns

[OE-core] [PATCH] systemd: Fix build failures with glibc 2.27 + kernels without memfd

2018-03-20 Thread Khem Raj
Backport a fix that is needed for systemd to build with latest glibc and kernel being old. see https://github.com/systemd/systemd/issues/8099 Signed-off-by: Khem Raj --- meta/recipes-core/systemd/systemd/0032-memfd.patch | 272 + meta/recipes-core/systemd/systemd_237.bb

Re: [OE-core] [yocto] Yocto Project Status WW12’18

2018-03-20 Thread Alexander Kanavin
On 03/20/2018 05:59 PM, Richard Purdie wrote: How long does a single run take, and why not run it every month? Just a bit longer than a day, maybe 30 hours, if it needs to update the typical amount of 100-150 packages. I'll shift it to monthly then. Personally I'm leaning to every couple of we

Re: [OE-core] [oe-core] Packages build via recipe

2018-03-20 Thread Rajath C S
There are no recipes related to keras and tensorflow and there is nothing ok web. As you told the only option is to write one. On Tue, 20 Mar 2018, 22:12 Khem Raj, wrote: > On Tue, Mar 20, 2018 at 5:05 AM, Rajath C S > wrote: > > I have been trying to build keras and tensor flow packages on yoc

Re: [OE-core] [PATCH 1/2] gio-module-cache.bbclass: disable update_gio_module_cache postinst script for nativesdk

2018-03-20 Thread Alexander Kanavin
On 03/20/2018 06:07 PM, Burton, Ross wrote: Can you file a bug for this? Probably best to fix instead of working around, as this leaves gio modules broken. I also wonder if the shadow recipe's postinst needs to be fixed properly (instead of removing it altogether for nativesdk). On the other h

Re: [OE-core] [PATCH 1/3] systemd: upgrade to 237

2018-03-20 Thread Burton, Ross
On 20 March 2018 at 17:36, Khem Raj wrote: > >> @@ -80,7 +78,7 @@ PACKAGECONFIG ??= " \ > >> polkit \ > >> quotacheck \ > >> randomseed \ > >> -resolved \ > >> +resolve \ > > > > I guess this was deliberate, but does it need picking up in release > > notes? Tripped up my bu

Re: [OE-core] [PATCH 1/3] systemd: upgrade to 237

2018-03-20 Thread Khem Raj
On Tue, Mar 20, 2018 at 10:19 AM, Alex Kiernan wrote: > On Mon, Mar 12, 2018 at 8:38 AM, Chen Qi wrote: >> Upgrade systemd to 237. >> > > ... > >> @@ -80,7 +78,7 @@ PACKAGECONFIG ??= " \ >> polkit \ >> quotacheck \ >> randomseed \ >> -resolved \ >> +resolve \ > > I guess th

Re: [OE-core] [PATCH 1/3] systemd: upgrade to 237

2018-03-20 Thread Alex Kiernan
On Mon, Mar 12, 2018 at 8:38 AM, Chen Qi wrote: > Upgrade systemd to 237. > ... > @@ -80,7 +78,7 @@ PACKAGECONFIG ??= " \ > polkit \ > quotacheck \ > randomseed \ > -resolved \ > +resolve \ I guess this was deliberate, but does it need picking up in release notes? Tripped

[OE-core] [PATCH V3] site/risc-v: Cache common variables to build libIDL

2018-03-20 Thread Khem Raj
These variables force runtime tests during configure they are already cached for other architectures Signed-off-by: Khem Raj --- Changes from v1 -> v2: - Drop libIDL specific setting since they need to be in meta-gnome Change from v2 -> v3: - Drop glib_cv_sizeof_* variable caching meta/site/ri

Re: [OE-core] [PATCH V2] site/risc-v: Cache common variables to build libIDL

2018-03-20 Thread Khem Raj
On Tue, Mar 20, 2018 at 2:02 AM, Burton, Ross wrote: > Are the sizeof values actually needed, or are they copy/pasted from another > site? autoconf hasn't need to run code to do sizeof for a *long* time. > actually let me delete it and we will readd them when we bring up rv32 > Ross > > On 20 M

Re: [OE-core] [oe-core] Packages build via recipe

2018-03-20 Thread Khem Raj
On Tue, Mar 20, 2018 at 5:05 AM, Rajath C S wrote: > I have been trying to build keras and tensor flow packages on yocto's image > that is poky but not able to do so since there are no recipes for them. > > > What's the way to add keras and tensor flow packages to poky? > you can look into layers

Re: [OE-core] [PATCH 1/2] gio-module-cache.bbclass: disable update_gio_module_cache postinst script for nativesdk

2018-03-20 Thread Burton, Ross
Can you file a bug for this? Probably best to fix instead of working around, as this leaves gio modules broken. Ross On 20 March 2018 at 12:10, Martin Jansa wrote: > * it fails to find postinst_intercept dir: > NOTE: > IMAGE/1.0.0-1-r3/sdk/image///usr/lib/opkg/info/nativesdk-libglib-2.0-0.po

Re: [OE-core] [yocto] Yocto Project Status WW12’18

2018-03-20 Thread Richard Purdie
On Tue, 2018-03-20 at 13:26 +0200, Alexander Kanavin wrote: > On 03/20/2018 12:52 PM, Burton, Ross wrote: > > > > Which brings me to a question: what is a good schedule and > > cadence > > for AUH runs? Currently it's run on the 15th of every odd- > > numbered > > month (so January, Ma

[OE-core] [PATCH 1/2] gio-module-cache.bbclass: disable update_gio_module_cache postinst script for nativesdk

2018-03-20 Thread Martin Jansa
* it fails to find postinst_intercept dir: NOTE: IMAGE/1.0.0-1-r3/sdk/image///usr/lib/opkg/info/nativesdk-libglib-2.0-0.postinst: 4: IMAGE/1.0.0-1-r3/sdk/image///usr/lib/opkg/info/nativesdk-libglib-2.0-0.postinst: IMAGE/1.0.0-1-r3/intercept_scripts/postinst_intercept: not found

[OE-core] [PATCH 2/2] shadow.inc: run postinst only for target

2018-03-20 Thread Martin Jansa
* fails for nativesdk-shadow with: pwconv: /etc/passwd.29063: No such file or directory pwconv: cannot lock /etc/passwd; try again later. Signed-off-by: Martin Jansa --- meta/recipes-extended/shadow/shadow.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-e

[OE-core] [PATCH] iputils: change default PACKAGECONFIG to disable libidn

2018-03-20 Thread Martin Jansa
* wrong revision of this patch, where the commit message didn't match with the default PACKAGECONFIG value, was merged to master, update it to avoid confusion * it got enabled by default, but without the dependency on libidn in: commit 5997981fa2c22609a88b8cbb595dbf7758b2f7c2 Author: Alexa

[OE-core] [oe-core] Packages build via recipe

2018-03-20 Thread Rajath C S
I have been trying to build keras and tensor flow packages on yocto's image that is poky but not able to do so since there are no recipes for them. What's the way to add keras and tensor flow packages to poky? Thanks -- ___ Openembedded-core mailing l

Re: [OE-core] [yocto] Yocto Project Status WW12’18

2018-03-20 Thread Alexander Kanavin
On 03/20/2018 12:52 PM, Burton, Ross wrote: Which brings me to a question: what is a good schedule and cadence for AUH runs? Currently it's run on the 15th of every odd-numbered month (so January, March, and so on), but I thought of shifting it one month forward, so it doesn't lan

[OE-core] [PATCH] maintainers: remove obsolete entries

2018-03-20 Thread Maxin B. John
Delete entries of removed packages. Signed-off-by: Maxin B. John --- meta/conf/distro/include/maintainers.inc | 6 -- 1 file changed, 6 deletions(-) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 60397f3..c103c87 100644 --- a/meta/con

Re: [OE-core] [PATCHv3] iputils: add PACKAGECONFIG for libidn and disable it by default

2018-03-20 Thread Burton, Ross
On 20 March 2018 at 10:19, Martin Jansa wrote: > And v1 just got merged to master, I'll send v2 with change of the default > if other agree. > > I don't have strong opinion, yes it might be broken, but it was enabled > since the update to 20161105 and nobody was complaining and adding > PACKAGECO

[OE-core] ✗ patchtest: failure for libsolv: refresh the patch

2018-03-20 Thread Patchwork
== Series Details == Series: libsolv: refresh the patch Revision: 1 URL : https://patchwork.openembedded.org/series/11472/ 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 prop

Re: [OE-core] [yocto] Yocto Project Status WW12’18

2018-03-20 Thread Burton, Ross
On 20 March 2018 at 10:07, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > On 03/19/2018 10:07 PM, Burton, Ross wrote: > >> Do we have a place identified for new changes (2.6) while 2.5 >> stabilizes. >> >> >> A formal place, no. I tend to queue stuff in a branch if master

[OE-core] [PATCH v2] libsolv: refresh the patch

2018-03-20 Thread Maxin B. John
fixes: WARNING: libsolv-0.6.33-r0 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify devtool finish --force-patch-refresh Then the updated patches and the sourc

Re: [OE-core] [PATCHv3] iputils: add PACKAGECONFIG for libidn and disable it by default

2018-03-20 Thread Martin Jansa
And v1 just got merged to master, I'll send v2 with change of the default if other agree. I don't have strong opinion, yes it might be broken, but it was enabled since the update to 20161105 and nobody was complaining and adding PACKAGECONFIG usually shouldn't change the options currently used (I'

Re: [OE-core] [yocto] Yocto Project Status WW12’18

2018-03-20 Thread Alexander Kanavin
On 03/19/2018 10:07 PM, Burton, Ross wrote: Do we have a place identified for new changes (2.6) while 2.5 stabilizes. A formal place, no.  I tend to queue stuff in a branch if master isn't taking all of my energy, otherwise the patches will sit on the list until 2.5 releases.  Typical

Re: [OE-core] [PATCH] oe-selftest: crosstap: add tests for crosstap script

2018-03-20 Thread Alexander Kanavin
On 03/20/2018 01:59 AM, Yeoh Ee Peng wrote: QA team were testing crosstap script manually. Add automated tests and systemtap file to test that crosstap script will instructs SystemTap to print hello world in qemu. This test will first built core-image-minimal image with tools-profile & ssh-serve

[OE-core] [PATCH] libxml2: 2.9.7 -> 2.9.8

2018-03-20 Thread Andrej Valek
Signed-off-by: Andrej Valek --- meta/recipes-core/libxml/libxml2/ansidecl.patch| 25 meta/recipes-core/libxml/libxml2/runtest.patch | 151 +++-- .../libxml/{libxml2_2.9.7.bb => libxml2_2.9.8.bb} | 5 +- 3 files changed, 78 insertions(+), 103 deletions(-) delete m

Re: [OE-core] [PATCH] libsolv: refresh the patches

2018-03-20 Thread Maxin B. John
Hi Alex, On Mon, Mar 19, 2018 at 04:30:44PM +0200, Alexander Kanavin wrote: > On 03/19/2018 03:59 PM, Maxin B. John wrote: > >diff --git > >a/meta/recipes-extended/libsolv/libsolv/0002-Fixes-to-internal-fopencookie-implementation.patch > > > >b/meta/recipes-extended/libsolv/libsolv/0002-Fixes-to

Re: [OE-core] [PATCH V2] site/risc-v: Cache common variables to build libIDL

2018-03-20 Thread Burton, Ross
Are the sizeof values actually needed, or are they copy/pasted from another site? autoconf hasn't need to run code to do sizeof for a *long* time. Ross On 20 March 2018 at 04:12, Khem Raj wrote: > These variables force runtime tests during configure > they are already cached for other architec

[OE-core] [PATCH 3/3] libvorbis: CVE-2018-5146

2018-03-20 Thread Tanu Kaskinen
Prevent out-of-bounds write in codebook decoding. The bug could allow code execution from a specially crafted Ogg Vorbis file. References: https://www.debian.org/security/2018/dsa-4140 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5146 Signed-off-by: Tanu Kaskinen --- .../libvorbis/li

[OE-core] [PATCH 2/3] libvorbis: CVE-2017-14632

2018-03-20 Thread Tanu Kaskinen
Xiph.Org libvorbis 1.3.5 allows Remote Code Execution upon freeing uninitialized memory in the function vorbis_analysis_headerout() in info.c when vi->channels<=0, a similar issue to Mozilla bug 550184. References: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14632 Signed-off-by: Tanu

[OE-core] [PATCH 1/3] libvorbis: CVE-2017-14633

2018-03-20 Thread Tanu Kaskinen
In Xiph.Org libvorbis 1.3.5, an out-of-bounds array read vulnerability exists in the function mapping0_forward() in mapping0.c, which may lead to DoS when operating on a crafted audio file with vorbis_analysis(). References: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14633 Signed-off

[OE-core] [PATCH 0/3] libvorbis security fixes

2018-03-20 Thread Tanu Kaskinen
libvorbis 1.3.6 was recently released, and contains fixes for some CVEs. Since the deadline for version upgrades is past, I'm only submitting the CVE fixes. Tanu Kaskinen (3): libvorbis: CVE-2017-14633 libvorbis: CVE-2017-14632 libvorbis: CVE-2018-5146 .../libvorbis/libvorbis/CVE-2017-1463

[OE-core] [PATCH] oe-selftest: crosstap: add tests for crosstap script

2018-03-20 Thread Yeoh Ee Peng
QA team were testing crosstap script manually. Add automated tests and systemtap file to test that crosstap script will instructs SystemTap to print hello world in qemu. This test will first built core-image-minimal image with tools-profile & ssh-server-openssh features and build systemtap-native