Re: [OE-core] [PATCH] mkefidisk.sh: add deprecation warning to the output

2016-11-09 Thread Ed Bartosh
On Tue, Nov 08, 2016 at 01:05:23PM -0800, John Hawley wrote: > On 11/08/2016 12:44 PM, Randy Witt wrote: > We should also document, the wic steps in wiki pages e.g. > http://wiki.minnowboard.org/Yocto_Project > >>> It's already documented in README.hardware: > >>> https://git.yoctoproject

Re: [OE-core] [PATCH 2/5] wic: use partition size when creating empty partition files

2016-11-09 Thread Ed Bartosh
On Tue, Nov 08, 2016 at 04:56:08PM +0100, Maciej Borzecki wrote: > It seems that prepare_empty_partition_ext() and > prepare_empty_partition_btrfs() got broken in commit > c8669749e37fe865c197c98d5671d9de176ff4dd, thus one could observe the > following backtrace: > > Backtrace: > File "/poky/scr

Re: [OE-core] [PATCH 5/5] wic: add --fixed-size wks option

2016-11-09 Thread Ed Bartosh
On Tue, Nov 08, 2016 at 04:56:11PM +0100, Maciej Borzecki wrote: > Added new option --fixed-size to wks. The option can be used to indicate > the exact size of a partition. The option cannot be added together with > --size, in which case an error will be raised. Other options that > influence autom

Re: [OE-core] [PATCH 0/5] wic: bugfixes & --fixed-size support

2016-11-09 Thread Ed Bartosh
On Tue, Nov 08, 2016 at 04:56:06PM +0100, Maciej Borzecki wrote: > The patch series is a follow-up after a previous attempt of adding > --reserved-size option to wic[1]. > > The series introduces a number of fixes in patches 1 - 4. > > The last patch in the series introduces --fixed-size option a

Re: [OE-core] [PATCH 3/5] wic: check that filesystem is specified for a rootfs partition

2016-11-09 Thread Ed Bartosh
On Tue, Nov 08, 2016 at 04:56:09PM +0100, Maciej Borzecki wrote: > Signed-off-by: Maciej Borzecki > --- > scripts/lib/wic/partition.py | 4 > 1 file changed, 4 insertions(+) > > diff --git a/scripts/lib/wic/partition.py b/scripts/lib/wic/partition.py > index > 8adc698240c8e3bd9f4118663a5d7

Re: [OE-core] [PATCH] kernel.bbclass: Allow ${S} to be overridden

2016-11-09 Thread Burton, Ross
On 9 November 2016 at 02:23, Bruce Ashfield wrote: > I can ack this patch, since no defaults change .. there's no risk to > existing users. > Saying that of course doomed the patch: ERROR: hello-mod-0.1-r0 do_make_scripts: Function failed: do_make_scripts (log file is located at /home/pokybuild

Re: [OE-core] [PATCH 3/5] wic: check that filesystem is specified for a rootfs partition

2016-11-09 Thread Maciej Borzęcki
On Wed, Nov 9, 2016 at 10:44 AM, Ed Bartosh wrote: > On Tue, Nov 08, 2016 at 04:56:09PM +0100, Maciej Borzecki wrote: >> Signed-off-by: Maciej Borzecki >> --- >> scripts/lib/wic/partition.py | 4 >> 1 file changed, 4 insertions(+) >> >> diff --git a/scripts/lib/wic/partition.py b/scripts/li

Re: [OE-core] [PATCH] kernel.bbclass: Allow ${S} to be overridden

2016-11-09 Thread Burton, Ross
On 9 November 2016 at 10:04, Burton, Ross wrote: > Saying that of course doomed the patch: > Double doomed, perf can't build either. ERROR: perf-1.0-r9 do_configure: Function failed: do_configure (log file is located at /data/poky-master/tmp-glibc/work/intel_corei7_64-poky-linux/perf/1.0-r9/tem

Re: [OE-core] [PATCH] curl: Upgrade 7.50.1.bb -> curl_7.51.0.bb

2016-11-09 Thread Sona Sarmadi
Hi guys, curl 7.51.0-r0 addresses all these CVEs. I wonder if we can upgrade krogoth and morty to curl 7.51.0-r0 as well? Both package versions are using same share library version i.e. libcurl.so.4.4.0 so I assume full ABI compatibility. tmp/work/i586-poky-linux/curl/7.47.1-r0/sysroot-destdir/

Re: [OE-core] [PATCH] weston: upgrade from 1.11.1 to 1.12.0

2016-11-09 Thread Jussi Kukkonen
On 8 November 2016 at 15:54, Fathi Boudra wrote: > From: Daniel Díaz > > * Refresh patches to apply cleanly on 1.12.0 (no changes): > - 0001-make-error-portable.patch > - 0001-configure.ac-Fix-wayland-protocols-path.patch > - 0001-weston-launch-Provide-a-default-version-that-doesn-t.patch

Re: [OE-core] [PATCH 5/5] wic: add --fixed-size wks option

2016-11-09 Thread Maciej Borzęcki
On Wed, Nov 9, 2016 at 10:36 AM, Ed Bartosh wrote: > On Tue, Nov 08, 2016 at 04:56:11PM +0100, Maciej Borzecki wrote: >> Added new option --fixed-size to wks. The option can be used to indicate >> the exact size of a partition. The option cannot be added together with >> --size, in which case an e

Re: [OE-core] [PATCH] weston: upgrade from 1.11.1 to 1.12.0

2016-11-09 Thread Burton, Ross
On 8 November 2016 at 13:54, Fathi Boudra wrote: > FILES_${PN}-xwayland = "${libdir}/${BPN}/xwayland.so" > Because you didn't fix this patch the weston-xwayland package is never built, buildhistory is huge and core-image-weston with X11 enabled doesn't build. Ross -- _

[OE-core] krogoth 2.1.2 status

2016-11-09 Thread Richard Purdie
I ran a krogoth 2.1.2 build. It did have some issues: * one runtime sanity test had a timeout issue * some urls are stale (perpetual problem) * musl runtime testing fails (never tested on krogoth previously) * no-x11 runtime testing had a failure (never tested on krogoth previously) I suspect we

Re: [OE-core] [PATCH] kernel.bbclass: Allow ${S} to be overridden

2016-11-09 Thread Bruce Ashfield
On Wed, Nov 9, 2016 at 5:04 AM, Burton, Ross wrote: > > On 9 November 2016 at 02:23, Bruce Ashfield > wrote: > >> I can ack this patch, since no defaults change .. there's no risk to >> existing users. >> > > Saying that of course doomed the patch: > interesting. Paul: obviously you were build

Re: [OE-core] [PATCH 0/5] wic: bugfixes & --fixed-size support

2016-11-09 Thread Burton, Ross
I pulled this series into a test run on the autobuilder and it is throwing quite a lot of exceptions, such as: Traceback (most recent call last): File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64-lsb/build/scripts/wic", line 319, in sys.exit(main(sys.argv[1:])) File "/ho

Re: [OE-core] krogoth 2.1.2 status

2016-11-09 Thread Joshua Lock
On Wed, 2016-11-09 at 12:30 +, Richard Purdie wrote: > I ran a krogoth 2.1.2 build. It did have some issues: > > * one runtime sanity test had a timeout issue > * some urls are stale (perpetual problem) > * musl runtime testing fails (never tested on krogoth previously) > * no-x11 runtime test

Re: [OE-core] [PATCH 0/5] wic: bugfixes & --fixed-size support

2016-11-09 Thread Maciej Borzęcki
On Wed, Nov 9, 2016 at 2:17 PM, Burton, Ross wrote: > I pulled this series into a test run on the autobuilder and it is throwing > quite a lot of exceptions, such as: > > Traceback (most recent call last): > File > "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64-lsb/build/scripts/

[OE-core] [PATCH] webkitgtk: Add an option to disable opengl support

2016-11-09 Thread Carlos Alberto Lopez Perez
Signed-off-by: Carlos Alberto Lopez Perez --- meta/recipes-sato/webkit/webkitgtk_2.14.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-sato/webkit/webkitgtk_2.14.1.bb b/meta/recipes-sato/webkit/webkitgtk_2.14.1.bb index 69c9f11..d6d9c14 100644 --- a/meta/re

Re: [OE-core] [PATCH] weston: upgrade from 1.11.1 to 1.12.0

2016-11-09 Thread Fathi Boudra
On 9 November 2016 at 14:15, Burton, Ross wrote: > > On 8 November 2016 at 13:54, Fathi Boudra wrote: >> >> FILES_${PN}-xwayland = "${libdir}/${BPN}/xwayland.so" > > > Because you didn't fix this patch the weston-xwayland package is never > built, buildhistory is huge and core-image-weston with

[OE-core] [PATCH] openssl: fix bashism in c_rehash shell script

2016-11-09 Thread André Draszik
From: André Draszik This script claims to be a /bin/sh script, but it uses a bashism: from checkbashisms: possible bashism in meta/recipes-connectivity/openssl/openssl/openssl-c_rehash.sh line 151 (should be 'b = a'): if [ "x/" == "x$( echo ${FILE} | cut -c1 -)" ] This causes bui

Re: [OE-core] [PATCH] curl: Upgrade 7.50.1.bb -> curl_7.51.0.bb

2016-11-09 Thread akuster808
On 11/09/2016 03:58 AM, Sona Sarmadi wrote: Hi guys, curl 7.51.0-r0 addresses all these CVEs. I wonder if we can upgrade krogoth and morty to curl 7.51.0-r0 as well? Updating morty seems plausible . I appears the changes are mostly bug fixes. Krogoth is a large jump and I would not recommend

Re: [OE-core] krogoth 2.1.2 status

2016-11-09 Thread akuster808
On 11/09/2016 04:30 AM, Richard Purdie wrote: I ran a krogoth 2.1.2 build. It did have some issues: * one runtime sanity test had a timeout issue * some urls are stale (perpetual problem) * musl runtime testing fails (never tested on krogoth previously) * no-x11 runtime testing had a failure (

[OE-core] [PATCH] glib-networking: remove intltool dependency

2016-11-09 Thread Ross Burton
glib-networking 2.50 moved away from intltool to modern gettext, so remove the build dependency. Signed-off-by: Ross Burton --- meta/recipes-core/glib-networking/glib-networking_2.50.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/glib-networking/glib-

[OE-core] [PATCH] Move the recommends on ca-certificates from epiphany to webkitgtk.

2016-11-09 Thread Carlos Alberto Lopez Perez
* The webkitgtk package should recommend the ca-certificates one, because any program usign webkit (and not only epiphany) would expect that the CAs certificates are available and that https validation works as expected. * For example, webkitgtk includes a MiniBrowser program that would

Re: [OE-core] [PATCH] kernel.bbclass: Allow ${S} to be overridden

2016-11-09 Thread Paul Barker
On Wed, 9 Nov 2016 08:09:09 -0500 Bruce Ashfield wrote: > On Wed, Nov 9, 2016 at 5:04 AM, Burton, Ross wrote: > > > > > On 9 November 2016 at 02:23, Bruce Ashfield > > wrote: > > > >> I can ack this patch, since no defaults change .. there's no risk to > >> existing users. > >> > > > > Saying

Re: [OE-core] krogoth 2.1.2 status

2016-11-09 Thread Perez Carranza, Jose
Hi Based on below comments we will start the QA cycle for 2.1.2, we will start tomorrow once the QA cycle for meta-intel is finished. Regards, José -Original Message- From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] Sent: Wednesday, November 9, 2016 6:30 AM To: opene

[OE-core] [PATCH] python3-numpy: upgrade to 1.11.2

2016-11-09 Thread Edwin Plauchu
Signed-off-by: Edwin Plauchu --- .../python-numpy/{python3-numpy_1.11.0.bb => python3-numpy_1.11.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python-numpy/{python3-numpy_1.11.0.bb => python3-numpy_1.11.2.bb} (95%) diff --git a/meta/recipes-devt

Re: [OE-core] [PATCH] kernel.bbclass: Allow ${S} to be overridden

2016-11-09 Thread Andre McCurdy
On Wed, Nov 9, 2016 at 10:08 AM, Paul Barker wrote: > On Wed, 9 Nov 2016 08:09:09 -0500 > Bruce Ashfield wrote: > >> On Wed, Nov 9, 2016 at 5:04 AM, Burton, Ross wrote: >> >> > >> > On 9 November 2016 at 02:23, Bruce Ashfield >> > wrote: >> > >> >> I can ack this patch, since no defaults change

[OE-core] [PATCH 2/2] go-examples: Add an example, helloworld written in go

2016-11-09 Thread Khem Raj
This should serve as temlate for writing go recipes Signed-off-by: Khem Raj --- meta/recipes-extended/go-examples/files/helloworld.go | 10 ++ meta/recipes-extended/go-examples/go-examples.inc | 10 ++ meta/recipes-extended/go-examples/go-helloworld_0.1.bb | 15

[OE-core] [PATCH 1/2] go: Add recipes for golang compilers and tools

2016-11-09 Thread Khem Raj
This is converging the recipes for go from meta-virtualization and oe-meta-go Add recipes for go 1.7 go.bbclass is added to ease out writing recipes for go packages Signed-off-by: Khem Raj --- meta/classes/go.bbclass| 74 +++ meta/classes/goarch.bbclass

[OE-core] [PATCH 0/7] A bunch of fixes for devtool update-recipe

2016-11-09 Thread Paul Eggleton
A bunch of fixes for devtool update-recipe and associated oe-selftest tests. The following changes since commit 9303d8055c45a0f6af295d70a6f6a8b9d8d8a7c9: devtool: add "rename" subcommand (2016-11-07 11:04:17 +) are available in the git repository at: git://git.openembedded.org/openembed

[OE-core] [PATCH 1/7] devtool: update-recipe: check output before treating it as a string

2016-11-09 Thread Paul Eggleton
As of the move to Python 3 and the fixes we applied at that time, bb.process.run() will return a byte array of length 0 rather than an empty string if the output is empty. That may be a bug that we should fix, but for now it's easiest to just check the result here before treating it as a string. Th

[OE-core] [PATCH 2/7] oe-selftest: devtool: test update-recipe with only local files

2016-11-09 Thread Paul Eggleton
Add a test to ensure devtool update-recipe works properly on recipes that contain only local files (since the other tests we have didn't test that). Relates to [YOCTO #10563]. Signed-off-by: Paul Eggleton --- .../recipes-test/devtool/devtool-test-localonly.bb | 6 ++ .../recipes-test/d

[OE-core] [PATCH 4/7] devtool: update-recipe: fix handling of compressed local patches

2016-11-09 Thread Paul Eggleton
It is possible to use gzip or bzip2 to compress patches and still refer to them in compressed form in the SRC_URI value within a recipe. If you run "devtool modify" on such a recipe, make changes to the commit for the patch and then run devtool update-recipe, we need to correctly associate the comm

[OE-core] [PATCH 3/7] lib/oe/patch: fix handling of patches with no header

2016-11-09 Thread Paul Eggleton
If a patch applied by a recipe has no header and we turn the recipe's source into a git tree (when PATCHTOOL = "git" or when using devtool extract / modify / upgrade), the commit message ends up consisting only of the original filename marker ("%% original patch: filename.patch"). When we come to d

[OE-core] [PATCH 6/7] lib/oe/recipeutils: ignore archives by default in get_recipe_local_files()

2016-11-09 Thread Paul Eggleton
By default, have get_recipe_local_files() not return any archive files. This prevents a local tarball from being erroneously removed from SRC_URI if you run "devtool modify" on a recipe followed by "devtool update-recipe". It doesn't actually help you to directly update the contents of such tarball

[OE-core] [PATCH 7/7] oe-selftest: devtool: test that updating a file with subdir= works

2016-11-09 Thread Paul Eggleton
If you have a file:// entry in SRC_URI with a subdir= parameter that makes it extract into the source tree, then when you update that file in oe-local-files and run devtool update-recipe then you want the original file to be updated. This was made to work by OE-Core commit 9069fef5dad5a873c8a8f720f

[OE-core] [PATCH 5/7] devtool: update-recipe: support replacing remote patches

2016-11-09 Thread Paul Eggleton
If you have a patch remotely fetched in a recipe (e.g. from an http server) that needs updating then add a local version and substitute the entry in SRC_URI to point to it. One can argue about how desirable it is to be modifying patches fetched in this way, but then one can argue about how desirab

[OE-core] [RFT][PATCH] systemd: Upgrade to 232

2016-11-09 Thread Khem Raj
* Drop support for rcS.d SysV init scripts. These are prone to cause dependency loops, and almost all packages with rcS scripts now ship a native systemd service. * Drop mount propagation patch, it only happens with libseccomp, OE doesnt enable it * kdbus option has disappeared from configu

[OE-core] [PATCH 0/4] Fix CVEs and qemu run-ptest script

2016-11-09 Thread kai.kang
From: Kai Kang The following changes since commit 09278be8c209976da03f63b5a956d212ac171317: conf/distro/include/maintainers: move toolchain to Khem Raj (2016-11-09 12:20:48 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/fixes-20161110 http://

[OE-core] [PATCH 1/4] openssh: fix CVE-2016-8858

2016-11-09 Thread kai.kang
From: Kai Kang Backport patch to fix CVE-2016-8858 of openssh. Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1384860 Signed-off-by: Kai Kang --- .../openssh/openssh/fix-CVE-2016-8858.patch| 39 ++ meta/recipes-connectivity/openssh/openssh_7.3p1.bb | 1 + 2 file

[OE-core] [PATCH 3/4] qemu: fix CVE-2016-7909

2016-11-09 Thread kai.kang
From: Kai Kang Backport patch to fix CVE-2016-7909 of qemu. Ref: https://security-tracker.debian.org/tracker/CVE-2016-7909 Signed-off-by: Kai Kang --- .../qemu/qemu/0004-fix-CVE-2016-7909.patch | 42 ++ meta/recipes-devtools/qemu/qemu_2.7.0.bb | 1 + 2 f

[OE-core] [PATCH 4/4] qemu: update run-ptest script

2016-11-09 Thread kai.kang
From: Kai Kang The Makefile in directory tests has been renamed, then update script run-ptest to follow the change. Signed-off-by: Kai Kang --- meta/recipes-devtools/qemu/qemu/run-ptest | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/qemu/qemu/

[OE-core] [PATCH 2/4] glibc: fix CVE-2016-6323

2016-11-09 Thread kai.kang
From: Kai Kang Backport patch to fix CVE-2016-6323 of glibc. And remove the section of file ChangeLog which can't be applied. Ref: https://sourceware.org/bugzilla/show_bug.cgi?id=20435 Signed-off-by: Kai Kang --- ...k-__startcontext-as-.cantunwind-bug-20435.patch | 46 ++