Re: [OE-core] [PATCH 1/5] mesa: Enable gallium-llvm on x86 and x86_64

2018-08-27 Thread Andreas Müller
On Tue, Aug 28, 2018 at 12:55 AM, Khem Raj wrote: > On Mon, Aug 27, 2018 at 2:15 PM Andreas Müller > wrote: >> >> On Mon, Aug 20, 2018 at 8:59 PM, Khem Raj wrote: >> > Signed-off-by: Khem Raj >> > --- >> > meta/recipes-graphics/cairo/cairo.inc | 3 ++- >> > meta/recipes-graphics/mesa/mesa.inc

[OE-core] [PATCH] libid3tag: patch for CVE-2004-2779

2018-08-27 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../libid3tag/libid3tag/10_utf16.dpatch| 33 ++ .../libid3tag/libid3tag_0.15.1b.bb | 1 + 2 files changed, 34 insertions(+) create mode 100644 meta/recipes-multimedia/libid3tag/libid3tag/10_utf1

[OE-core] Troubleshooting sstate cache

2018-08-27 Thread Nick Winters
Often when I use an sstate cache from another build, I run into problems where builds fail. Usually the failure is a result of not being able to find a shared library. If I delete the sstate cache, the build succeeds, although it is 8 hours later. I switched to using sstate mirrors and had similar

[OE-core] [PATCH] libjpeg-turbo: Upgrade 1.5.3 -> 2.0.0

2018-08-27 Thread changqing.li
From: Changqing Li License-Update: Copyright Year Update 1. Upgrade from 1.5.3 -> 2.0.0, change from autools to cmake 2. Add a patch for fix package qa error 3. remove --with-build-date since 2.0.0 not support config build date Signed-off-by: Changqing Li --- .../0001-libjpeg-turbo-fix-packag

Re: [OE-core] [PATCH] boost: add ptest support

2018-08-27 Thread Randy MacLeod
On 08/27/2018 06:17 PM, Yang Wang wrote: Not sure if it's worth to run the Ptest on QEMU though, I also run Ptest on SIMICS simulators, thousands of tests didn't get run, looks like the result was not good as well. Now my nightly Ptest runs on x86 device and gets consistent result every day:

Re: [OE-core] [PATCH 3/3] image_types_wic: Add variable WIC_EXTENSION

2018-08-27 Thread Richard Purdie
On Mon, 2018-08-27 at 17:31 +0300, Alexandru Vasiu wrote: > Used to specify what extention will have the image file which > is created using wic. The default value is wic. For creating an > ISO image, WIC_EXTENSION will be iso. > > Signed-off-by: Alexandru Vasiu > --- > meta/classes/image.bbclas

Re: [OE-core] [PATCH 1/5] mesa: Enable gallium-llvm on x86 and x86_64

2018-08-27 Thread Khem Raj
On Mon, Aug 27, 2018 at 2:15 PM Andreas Müller wrote: > > On Mon, Aug 20, 2018 at 8:59 PM, Khem Raj wrote: > > Signed-off-by: Khem Raj > > --- > > meta/recipes-graphics/cairo/cairo.inc | 3 ++- > > meta/recipes-graphics/mesa/mesa.inc | 3 +++ > > 2 files changed, 5 insertions(+), 1 deletion(-

Re: [OE-core] [PATCH] sstate: Add sstate usage summary to the build

2018-08-27 Thread Richard Purdie
On Mon, 2018-08-27 at 23:47 +0100, richard.pur...@linuxfoundation.org wrote: > On Fri, 2018-08-24 at 23:24 +0200, Martin Jansa wrote: > > This is nice addition, but maybe it would be worth explaining > > somewhere what these numbers actually mean. > > > > e.g. my current build shows: > > Sstate su

Re: [OE-core] [PATCH] sstate: Add sstate usage summary to the build

2018-08-27 Thread richard . purdie
On Fri, 2018-08-24 at 23:24 +0200, Martin Jansa wrote: > This is nice addition, but maybe it would be worth explaining > somewhere what these numbers actually mean. > > e.g. my current build shows: > Sstate summary: Wanted 181 Found 39 Missed 142 Current 279 (21% > match, 69% complete) > > From q

Re: [OE-core] [RFC] Yocto Project Bug 12372 - Automate the execution of pTest with LAVA

2018-08-27 Thread Yang Wang
On 08/26/2018 10:04 PM, Otavio Salvador wrote: On Fri, Aug 24, 2018 at 11:23 AM Wang, Yang (Young) wrote: I see some good feedback from people mentioned they are working on similar solutions and should come out soon. We will continuously work on this ticket. Did you consider using labgrid? It

Re: [OE-core] [PATCH 1/5] mesa: Enable gallium-llvm on x86 and x86_64

2018-08-27 Thread Andreas Müller
On Mon, Aug 20, 2018 at 8:59 PM, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > meta/recipes-graphics/cairo/cairo.inc | 3 ++- > meta/recipes-graphics/mesa/mesa.inc | 3 +++ > 2 files changed, 5 insertions(+), 1 deletion(-) > > diff --git a/meta/recipes-graphics/cairo/cairo.inc > b/meta/re

Re: [OE-core] [oe-core][rocko][sumo][master][PATCH 2/2] base-files: respect PERSISTENT_LOG_DIR

2018-08-27 Thread Ankur Tyagi
On Sat, Aug 25, 2018 at 12:17 PM Khem Raj wrote: > > On Fri, Aug 17, 2018 at 6:00 PM Ankur Tyagi wrote: > > > > Respect PERSISTENT_LOG_DIR variable. In this way, if the user overrides > > this variable to be e.g "/home/root/log", /var/log on the final image would > > be a link pointing to /home/r

[OE-core] [PATCH] pulseaudio: 11.1 -> 12.2

2018-08-27 Thread Tanu Kaskinen
Release notes for 12.0: https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/12.0/ 12.1 contains a few regression fixes: https://lists.freedesktop.org/archives/pulseaudio-discuss/2018-July/030259.html 12.2 is just a fixup for the configure script brokenness in the 12.1 tarball. qpaeq chang

[OE-core] [PATCH resend 1/2] libarchive: CVE-2017-14501

2018-08-27 Thread Jagadeesh Krishnanjanappa
iso9660: validate directory record length Affects libarchive <= 3.3.2 Signed-off-by: Jagadeesh Krishnanjanappa --- .../libarchive/libarchive/CVE-2017-14501.patch | 79 ++ .../libarchive/libarchive_3.3.2.bb | 1 + 2 files changed, 80 insertions(+) create

[OE-core] [PATCH resend 2/2] libcgroup: CVE-2018-14348

2018-08-27 Thread Jagadeesh Krishnanjanappa
Affects libcgroup <= 0.41 Signed-off-by: Jagadeesh Krishnanjanappa --- .../libcgroup/libcgroup/CVE-2018-14348.patch | 37 ++ meta/recipes-core/libcgroup/libcgroup_0.41.bb | 3 +- 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-cor

Re: [OE-core] [Q&A] "http://sources.openembedded.org" is unavailable

2018-08-27 Thread Tomohiro Komagata
Thanks! Today, I could confirm that the server is available. On 2018/08/25 18:15, Martin Jansa wrote: The server which is hosting this is I believe in transit and should be back online in couple days. On Sat, Aug 25, 2018 at 10:50 AM Tomohiro Komagata mailto:tomohiro.komagata...@gmail.com>> wr

Re: [OE-core] [PATCH] distutils3.bbclass: improve error messages

2018-08-27 Thread Hongxu Jia
1. There are other tasks have the similar bbfatal_log invoking, such as distutils3_stage_all/distutils3_do_install, why not update them all. 2. Would you please update python2's in distutils.bbclass also? //Hongxu On 2018年08月27日 17:54, Jens Rehsack wrote: For non-python developers it's difficu

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

2018-08-27 Thread Jolley, Stephen K
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 tr

Re: [OE-core] [PATCH] cmake: add CMAKE_SYSROOT to generated toolchain file

2018-08-27 Thread Khem Raj
since it was staged in oe-core/master-next, it got into my testing queue and is causing several recipes FTBFS see http://errors.yoctoproject.org/Errors/Build/66877/ On Fri, Aug 24, 2018 at 5:34 AM Pascal Bach wrote: > > This already got fixed in the toolchain file that is used during development

[OE-core] [PATCH 3/3] image_types_wic: Add variable WIC_EXTENSION

2018-08-27 Thread Alexandru Vasiu
Used to specify what extention will have the image file which is created using wic. The default value is wic. For creating an ISO image, WIC_EXTENSION will be iso. Signed-off-by: Alexandru Vasiu --- meta/classes/image.bbclass | 2 ++ meta/classes/image_types_wic.bbclass | 3 ++- 2 file

[OE-core] [PATCH 2/3] bind: improve reproducibility

2018-08-27 Thread Hongxu Jia
- Tweak var-DST_OPENSSL_LIBS assignment in configure.in, it is helpful to fix build path issue in isc-config.sh - `named/lwresd -V' and start log hide build options which expose build path directories. Signed-off-by: Hongxu Jia --- ...igure.in-remove-useless-L-use_openssl-lib.patch | 32 +++

[OE-core] [PATCH 1/3] isoimage-isohybrid: Fix creating initrd.cpio

2018-08-27 Thread Alexandru Vasiu
Only bsdcpio works with numbers for option -R to specify user:group, while GNU cpio doesn't. Debian use GNU cpio so without this change, you cannot create ISO images without installing bsdcpio. Signed-off-by: Alexandru Vasiu --- scripts/lib/wic/plugins/source/isoimage-isohybrid.py | 2 +- 1 file

[OE-core] [PATCH 3/3] ruby: improve reproducibility

2018-08-27 Thread Hongxu Jia
Find out rbconfig.rb and created.rid from ${B}/.installed.list and remove build host directories - For rbconfig.rb, parse it like python's _sysconfigdata.py [snip rbconfig.rb] 26 CONFIG["INSTALL"] = 'install -c' [snip rbconfig.rb] - For created.rid, it records file created time, just strip ${W

[OE-core] [PATCH 1/3] nss :improve reproducibility

2018-08-27 Thread Hongxu Jia
- Explicitly requests the newer database `sql:' rather than retrieved from NSS_DEFAULT_DB_TYPE - Removes build path prefix from pkcs11.txt Refers certutil manual: [certutil manual] -d [prefix]directory Specify the database directory containing the certificate and key database files. certutil

[OE-core] [PATCH 2/3] isoimage-isohybrid: Fix variable names

2018-08-27 Thread Alexandru Vasiu
initrd.cpio is created in initrd_dir, not in cr_workdir. Gzip will let initrd.cpio uncompressed if the path is not found. Also, grub_image variable doesn't exist, grub_src_image should be used instead. Signed-off-by: Alexandru Vasiu --- scripts/lib/wic/plugins/source/isoimage-isohybrid.py | 4 +

Re: [OE-core] [PATCH 10/12] linux-yocto: introduce 4.18 recipes

2018-08-27 Thread Khem Raj
On Mon, Aug 27, 2018 at 7:43 AM Bruce Ashfield wrote: > > Sweet. I just saw mine break as well. > > Were you going to do the uprev to meta-oe, or did you want me to > send a patch ? > I have a local patch already. > Bruce > > On 2018-08-27 10:20 AM, Khem Raj wrote: > > uprev fixes it even on mip

Re: [OE-core] [PATCH 10/12] linux-yocto: introduce 4.18 recipes

2018-08-27 Thread Bruce Ashfield
Sweet. I just saw mine break as well. Were you going to do the uprev to meta-oe, or did you want me to send a patch ? Bruce On 2018-08-27 10:20 AM, Khem Raj wrote: uprev fixes it even on mips On Mon, Aug 27, 2018 at 5:59 AM Bruce Ashfield wrote: On 2018-08-27 2:58 AM, Khem Raj wrote: There

Re: [OE-core] [PATCH 10/12] linux-yocto: introduce 4.18 recipes

2018-08-27 Thread Khem Raj
uprev fixes it even on mips On Mon, Aug 27, 2018 at 5:59 AM Bruce Ashfield wrote: > > On 2018-08-27 2:58 AM, Khem Raj wrote: > > There is one failure on meta-openembedded seen > > Not bad! > > I'll fire off a build and see what happens here. I'm guessing that > an uprev is the answer .. but you ne

[OE-core] [PATCH] cpan.bbclass: make RPATH fix more general

2018-08-27 Thread Jens Rehsack
Extract a general version of RPATH fix for libxml-parser-perl_2.44.bb from 292471701 libxml-parser-perl: fix "...contains bad RPATH" into cpan.bbclass to catch most errors reported by Khem Raj via http://errors.yoctoproject.org/Errors/Build/66538/ Genrally, Perl 5 toolchain deals with cross-co

Re: [OE-core] [PATCH 10/12] linux-yocto: introduce 4.18 recipes

2018-08-27 Thread Bruce Ashfield
On 2018-08-27 2:58 AM, Khem Raj wrote: There is one failure on meta-openembedded seen Not bad! I'll fire off a build and see what happens here. I'm guessing that an uprev is the answer .. but you never know with mips :D Bruce http://errors.yoctoproject.org/Errors/Details/187942/ On Fri, Au

Re: [OE-core] [meta-oe][for-sumo][PATCH] ltrace_git: Update SRC_URI due to inaccessible problem

2018-08-27 Thread Martin Jansa
On Mon, Aug 27, 2018 at 10:38:40AM +0200, vincent.prince...@gmail.com wrote: > From: Junil Kim > > Existing URI service was closed and fetch error occurred. > Change existing repository to another mirrored SRC URI. > > Signed-off-by: Junil Kim > Signed-off-by: Khem Raj changes fro meta-oe nee

[OE-core] [PATCH] distutils3.bbclass: improve error messages

2018-08-27 Thread Jens Rehsack
For non-python developers it's difficult to identify where start searching in case of errors. Fixing and marking the string to grep for might help finding some root causes of issues slightly quicker. Signed-off-by: Jens Rehsack --- meta/classes/distutils3.bbclass | 4 ++-- 1 file changed, 2 inse

[OE-core] ✗ patchtest: failure for ltrace_git: Update SRC_URI due to inaccessible problem (rev3)

2018-08-27 Thread Patchwork
== Series Details == Series: ltrace_git: Update SRC_URI due to inaccessible problem (rev3) Revision: 3 URL : https://patchwork.openembedded.org/series/13629/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several t

[OE-core] ✗ patchtest: failure for libsodium: Update SRC_URI due to inaccessible problem

2018-08-27 Thread Patchwork
== Series Details == Series: libsodium: Update SRC_URI due to inaccessible problem Revision: 1 URL : https://patchwork.openembedded.org/series/13746/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests hav

[OE-core] [for-sumo][PATCH] libsodium: Update SRC_URI due to inaccessible problem

2018-08-27 Thread vincent . prince . fr
From: Vincent Prince Signed-off-by: Vincent Prince --- meta-oe/recipes-crypto/libsodium/libsodium_1.0.11.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-crypto/libsodium/libsodium_1.0.11.bb b/meta-oe/recipes-crypto/libsodium/libsodium_1.0.11.bb index cbcb

[OE-core] [PATCH 0/1] nativesdk.bbclass: set consistent staging dirs regardless of multilib

2018-08-27 Thread Chen Qi
*** BLURB HERE *** The following changes since commit 87d3a9685dd9613e4f6718031d4ebd9344b01c47: bitbake: parse/ast: ensure saved event handlers really do get restored (2018-08-24 07:53:14 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/nativesdk-re

[OE-core] [PATCH 1/1] nativesdk.bbclass: set consistent staging dirs regardless of multilib

2018-08-27 Thread Chen Qi
For now, the RECIPE_SYSROOT of nativesdk recipes is ${WORKDIR}/recipe-sysroot if multilib is disabled and ${WORKDIR}/nativesdk-recipe-sysroot if multilib is enabled. And it's causing chaos. Problems I've met include: 1) 'File Exists' error when doing extend_recipe_sysroot 2) Rebuilding failure abou

[OE-core] [PATCH 1/1] staging.bbclass: avoid staging native components for target sysroot

2018-08-27 Thread Chen Qi
In the staging_populate_sysroot_dir function, components are staged by pkgarch matching. In case of x86-64 targets, it's possible that the native components are also matched, and thus are expectedly installed. The negative effect is at least unnecessary installation, and in some cases is compilati

[OE-core] [PATCH 0/1] staging.bbclass: avoid staging native components for target sysroot

2018-08-27 Thread Chen Qi
*** BLURB HERE *** The following changes since commit 87d3a9685dd9613e4f6718031d4ebd9344b01c47: bitbake: parse/ast: ensure saved event handlers really do get restored (2018-08-24 07:53:14 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/staging-nati

[OE-core] [meta-oe][for-sumo][PATCH] ltrace_git: Update SRC_URI due to inaccessible problem

2018-08-27 Thread vincent . prince . fr
From: Junil Kim Existing URI service was closed and fetch error occurred. Change existing repository to another mirrored SRC URI. Signed-off-by: Junil Kim Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/ltrace/ltrace_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi

Re: [OE-core] [PATCH 10/12] linux-yocto: introduce 4.18 recipes

2018-08-27 Thread Khem Raj
There is one failure on meta-openembedded seen http://errors.yoctoproject.org/Errors/Details/187942/ On Fri, Aug 24, 2018 at 8:01 AM Bruce Ashfield wrote: > > Introducing the 4.18 kernel as the 'newest' kernel for the oe core > release. > > This update includes tweaked configs, carried forward BS