Re: [OE-core] [krogoth][master][PATCH] qemu: updgrade to 2.5.1

2016-05-06 Thread akuster808
On 05/04/2016 03:48 AM, Joshua Lock wrote: > This upgrade includes several worthwhile fixes, security and otherwise, > including > a complete fix for CVE-2016-2857. > > * drop CVE-2016-2857.patch as it's included in this release, along with > several > related patches which complete the fixe

Re: [OE-core] [meta-oe][PATCH] Revert "xinput-calibrator: fix XDG launch"

2016-05-06 Thread Jussi Kukkonen
On 5 May 2016 at 09:16, Jun Zhu wrote: > This reverts commit 6464bcd67d10ab9967ac83c27c413c1014be707e. > > If another GUI xdg/autostart app runs, the xinput-calibrator may be hidden. > And touching the GUI app causes the wrong input data for calibration. > So it is not save to run xinput-calibrato

[OE-core] [master][krogoth][PATCH 4/4] gcc: Security fix CVE-2016-4490

2016-05-06 Thread Armin Kuster
From: Armin Kuster Signed-off-by: Armin Kuster --- meta/recipes-devtools/gcc/gcc-5.3.inc | 1 + .../gcc/gcc-5.3/CVE-2016-4490.patch| 270 + 2 files changed, 271 insertions(+) create mode 100644 meta/recipes-devtools/gcc/gcc-5.3/CVE-2016-4490.p

[OE-core] [master][krogoth][PATCH 2/4] gcc: Security fix CVE-2016-4489

2016-05-06 Thread Armin Kuster
From: Armin Kuster Signed-off-by: Armin Kuster --- meta/recipes-devtools/gcc/gcc-5.3.inc | 1 + .../gcc/gcc-5.3/CVE-2016-4489.patch| 56 ++ 2 files changed, 57 insertions(+) create mode 100644 meta/recipes-devtools/gcc/gcc-5.3/CVE-2016-4489.pat

[OE-core] [master][krogoth][PATCH 1/4] gcc: Security fix CVE-2016-4488

2016-05-06 Thread Armin Kuster
From: Armin Kuster Signed-off-by: Armin Kuster --- meta/recipes-devtools/gcc/gcc-5.3.inc | 1 + .../gcc/gcc-5.3/CVE-2016-4488.patch| 73 ++ 2 files changed, 74 insertions(+) create mode 100644 meta/recipes-devtools/gcc/gcc-5.3/CVE-2016-4488.pat

[OE-core] [master][krogoth][PATCH 3/4] gcc: Security fix CVE-2016-2226

2016-05-06 Thread Armin Kuster
From: Armin Kuster Signed-off-by: Armin Kuster --- meta/recipes-devtools/gcc/gcc-5.3.inc | 1 + .../gcc/gcc-5.3/CVE-2016-2226.patch| 103 + 2 files changed, 104 insertions(+) create mode 100644 meta/recipes-devtools/gcc/gcc-5.3/CVE-2016-2226.p

Re: [OE-core] [[PATCH v2 1/2] mesa-demos: remove demos using obsolete screen surface

2016-05-06 Thread Belal, Awais
Hi Ross, These can be found at: https://github.com/abelal/openembedded-core/tree/mesa_updates BR, Awais From: Burton, Ross [ross.bur...@intel.com] Sent: Wednesday, May 04, 2016 7:40 PM To: Belal, Awais Cc: OE-core Subject: Re: [OE-core] [[PATCH v2 1/2] mesa-demos

Re: [OE-core] How to force BitBake to track dependency to METADATA_REVISION?

2016-05-06 Thread Kucharczyk, Bartlomiej (Nokia - PL/Wroclaw)
> Bitbake tracks unexpanded forms of variables, not expanded. So it's literally > storing '${@base_detect_revision(d)}" in the checksum, not the actual > revision. > METADATA_REVISION[vardepvalue] = "${METADATA_REVISION}" in your recipe will > do it. Hello! Thanks for your answer. I've tried

Re: [OE-core] How to force BitBake to track dependency to METADATA_REVISION?

2016-05-06 Thread Richard Purdie
On Fri, 2016-05-06 at 10:10 +, Kucharczyk, Bartlomiej (Nokia - PL/Wroclaw) wrote: > > Bitbake tracks unexpanded forms of variables, not expanded. So it's > > literally storing '${@base_detect_revision(d)}" in the checksum, > > not the actual revision. > > METADATA_REVISION[vardepvalue] = "${MET

Re: [OE-core] [PATCH] image_types: Ensure rootfs dependencies cover DEBUGFS

2016-05-06 Thread Burton, Ross
On 5 May 2016 at 16:55, Mark Hatle wrote: > I thought this had been fixed. > > IMAGE_FSTYPES_DEBUGFS -should- be set to default to: > > IMAGE_FSTYPES_DEBUGFS ?= "${IMAGE_FSTYPES}" > > I usually set it to "tar.gz" myself. > > So this is a bug, and we definitely need to fix it. :P > Nope, nothing

[OE-core] [PATCH] bitbake.conf: add default for IMAGE_FSTYPES_DEBUGFS

2016-05-06 Thread Ross Burton
If debug filesystem generation is enabled but this isn't assigned then the generation code throws exceptions. Signed-off-by: Ross Burton --- meta/conf/bitbake.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 1c4175f..8e02e91 100644 --

Re: [OE-core] [PATCH] image_types: Ensure rootfs dependencies cover DEBUGFS

2016-05-06 Thread Burton, Ross
On 6 May 2016 at 12:23, Burton, Ross wrote: > Nope, nothing in oe-core sets that. Can some at WR send a patch? > Never mind, just sent it using your example. Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://

Re: [OE-core] [PATCH] bitbake.conf: add default for IMAGE_FSTYPES_DEBUGFS

2016-05-06 Thread Martin Jansa
On Fri, May 06, 2016 at 12:26:40PM +0100, Ross Burton wrote: > If debug filesystem generation is enabled but this isn't assigned then the > generation code throws exceptions. Acked-by: Martin Jansa Thanks > > Signed-off-by: Ross Burton > --- > meta/conf/bitbake.conf | 1 + > 1 file changed,

[OE-core] [PATCH] grub-efi: run autogen.sh before configure

2016-05-06 Thread Catalin Enache
When adding new source files from upstream the autogen.sh script needs to be run. Signed-off-by: Catalin Enache --- meta/recipes-bsp/grub/grub-efi_2.00.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta/recipes-bsp/grub/grub-efi_2.00.bb b/meta/recipes-bsp/grub/grub-efi_2.00.bb in

Re: [OE-core] How to force BitBake to track dependency to METADATA_REVISION?

2016-05-06 Thread Kucharczyk, Bartlomiej (Nokia - PL/Wroclaw)
> The problem is probably the cache. It has no knowledge of when it needs > to reparse to see if this value has changed. If you set BB_DONT_CACHE = > "1" in the recipe, does that help? Yes! That helps. Thanks for those hints! What BB_DONT_CACHE does exactly? I found it undocumented. ;-) I underst

Re: [OE-core] [PATCH] Make static lib builds (DISABLE_STATIC) configurable from local.conf

2016-05-06 Thread Burton, Ross
On 6 May 2016 at 05:38, ryan woodsmall wrote: > The idea is to build an as-close-to-stock-as-possible Poky (or another) > distro, but include support for static linking natively in the installed > OS. Some of the bits I build/ship, including standalone static cross and > native toolchains, target

Re: [OE-core] [PATCH] bitbake.conf: add default for IMAGE_FSTYPES_DEBUGFS

2016-05-06 Thread Mark Hatle
On 5/6/16 6:26 AM, Ross Burton wrote: > If debug filesystem generation is enabled but this isn't assigned then the > generation code throws exceptions. > > Signed-off-by: Ross Burton Acked-by: Mark Hatle (This is the patch that I thought had been sent before.. obviously didn't happen..) Thank

Re: [OE-core] [PATCH] bitbake.conf: add default for IMAGE_FSTYPES_DEBUGFS

2016-05-06 Thread Khem Raj
> On May 6, 2016, at 6:51 AM, Mark Hatle wrote: > > On 5/6/16 6:26 AM, Ross Burton wrote: >> If debug filesystem generation is enabled but this isn't assigned then the >> generation code throws exceptions. >> >> Signed-off-by: Ross Burton > Acked-by: Mark Hatle > > (This is the patch that I

[OE-core] [Fido][PATCH 00/21] Consolidated pull request

2016-05-06 Thread Joshua Lock
The following changes consist of: * security fixes * tzdata & tzcode backports * fido specific fixes submitted by the community * backports to support building on the updated Yocto Project autobuilder cluster, with various newer distro versions than when fido was last released A slightly diverge

Re: [OE-core] [Fido][PATCH 00/21] Consolidated pull request

2016-05-06 Thread Martin Jansa
On Fri, May 06, 2016 at 03:34:11PM +0100, Joshua Lock wrote: > The following changes consist of: > * security fixes > * tzdata & tzcode backports > * fido specific fixes submitted by the community > * backports to support building on the updated Yocto Project autobuilder > cluster, with various n

Re: [OE-core] [Fido][PATCH 00/21] Consolidated pull request

2016-05-06 Thread Joshua G Lock
On Fri, 2016-05-06 at 16:46 +0200, Martin Jansa wrote: > On Fri, May 06, 2016 at 03:34:11PM +0100, Joshua Lock wrote: > > Ross Burton (5): > >   Revert "libsdl: depends on libglu when x11" > Why do you want to backport the change and also its revert? Good catch, removed in the repos on *-contrib.

[OE-core] Yocto Project Status WW19

2016-05-06 Thread Jolley, Stephen K
Current Dev Position: YP 2.2 M1 Next Deadline: YP 2.2 cut off: June 13, 2016 SWAT team rotation: Leo -> Juro https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: *Patches started to be merged into master for YP 2.2 M1. *Experimentation with py

Re: [OE-core] [yocto] [RFT] GCC 6 Recipes

2016-05-06 Thread Tom Rini
On Thu, Apr 28, 2016 at 02:01:31PM -0400, Tom Rini wrote: > On Thu, Apr 28, 2016 at 07:01:34AM -0700, Khem Raj wrote: > > On Thu, Apr 28, 2016 at 5:14 AM, Tom Rini wrote: > > > On Thu, Apr 28, 2016 at 12:08:46AM -0700, Khem Raj wrote: > > >> > > >> > On Apr 27, 2016, at 3:10 PM, Tom Rini wrote: >

Re: [OE-core] [PATCH] Make static lib builds (DISABLE_STATIC) configurable from local.conf

2016-05-06 Thread ryan woodsmall
ACK, thanks guys. Rolling a distro is the better thing to do in the long run, so that's the direction I'll head. On 5/6/16, Burton, Ross wrote: > On 6 May 2016 at 05:38, ryan woodsmall wrote: > >> The idea is to build an as-close-to-stock-as-possible Poky (or another) >> distro, but include supp

Re: [OE-core] How to force BitBake to track dependency to METADATA_REVISION?

2016-05-06 Thread Christopher Larson
On Fri, May 6, 2016 at 6:32 AM, Kucharczyk, Bartlomiej (Nokia - PL/Wroclaw) wrote: > > The problem is probably the cache. It has no knowledge of when it needs > > to reparse to see if this value has changed. If you set BB_DONT_CACHE = > > "1" in the recipe, does that help? > > Yes! That helps. >

Re: [OE-core] [master][krogoth][PATCH 1/2] qemu: Security fix CVE-2016-2857

2016-05-06 Thread akuster808
On 05/04/2016 03:17 PM, Joshua G Lock wrote: > On Wed, 2016-05-04 at 07:16 -0700, akuster wrote: >> >> On 05/04/2016 02:52 AM, Joshua G Lock wrote: >>> >>> Hi Armin, >>> >>> On Thu, 2016-04-28 at 11:23 -0700, Armin Kuster wrote: From: Armin Kuster >>> I've been seeing: >>> >>> "qe

Re: [OE-core] [master][krogoth][PATCH 1/2] qemu: Security fix CVE-2016-2857

2016-05-06 Thread Alexander Kanavin
On 05/06/2016 06:47 PM, akuster808 wrote: I can not reproduce this issue. I have used two different build systems. I have another I will try. so the testcase be? 1) bitbake core-image-sato 2) runqemu qemux86 3) verify that you have a bunch of .gir and .typelib files on that image (or in tar

[OE-core] [RFC][PATCH 2/7] image.bbclass: support duplicate compression types

2016-05-06 Thread Ed Bartosh
From: Patrick Ohly When a derived distro adds a certain type, say zip, to COMPRESSIONTYPES and later OE-core does the same, we end up with the type being listed twice, and that would have undesired effects (commands generated twice). So to support such loosely coupled extension, we de-duplicated

[OE-core] [RFC][PATCH 1/7] image_types: add support for zip compression

2016-05-06 Thread Ed Bartosh
From: Patrick Ohly Support for the other compression format is not always readily available on all OSes. Using zip instead of, say, xz is less efficient, but perhaps more user-friendly for users on such OSes. Signed-off-by: Patrick Ohly Signed-off-by: Ed Bartosh --- meta/classes/image_types.b

[OE-core] [RFC][PATCH 0/7] image creation improvements

2016-05-06 Thread Ed Bartosh
Hi, This patchset contains various improvements for the image creation functionality made by Patchick Ohly during his work on bug #9076: - added support for zip compression - fixed dependency calculation for conversion chaining - converted vmdk/vdi/qcow2 image types into conversion commands -

[OE-core] [RFC][PATCH 6/7] image.bbclass: rename COMPRESS(ION) to CONVERSION

2016-05-06 Thread Ed Bartosh
From: Patrick Ohly With the enhanced functionality, the term "compression" is no longer accurate, because the mechanism also gets used for conversion operations that do not actually compress data. It is possible to remove this naming problem in a backward-compatible manner by including COMPRESSI

[OE-core] [RFC][PATCH 5/7] image creation: support converting masked types

2016-05-06 Thread Ed Bartosh
From: Patrick Ohly Conversion to vmdk/vdi/qcow2 is also useful for other base images types, not just for .hdddirect. This can be achieved by definining them as conversion commands and relying on the conversion chaining to convert arbitrary base images. For this to work when the base image gets c

[OE-core] [RFC][PATCH 7/7] image.bbclass: prefer specialized image creation methods over chaining

2016-05-06 Thread Ed Bartosh
From: Patrick Ohly If a certain image type can be created both by applying conversion commands to a base type as well as via a specialized command (like a fictious IMAGE_CMD_ext4.xz, or some dedicated task, as indicated by IMAGE_TYPES_MASKED = ext4.xz), then pick the more specialized method and s

[OE-core] [RFC][PATCH 4/7] image.bbclass: additional output in create_symlinks

2016-05-06 Thread Ed Bartosh
From: Patrick Ohly When a symlink does not get created, it is useful for debugging to log what would have been created and why it was skipped. Signed-off-by: Patrick Ohly Signed-off-by: Ed Bartosh --- meta/classes/image.bbclass | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) di

[OE-core] [RFC][PATCH 3/7] image.bbclass: fix dependency calculation when using conversion chaining

2016-05-06 Thread Ed Bartosh
From: Patrick Ohly When using conversion chaining (for example example: .dsk.vdi.xz), the imagetypes_getdepends() did not properly detect all compression commands (thus skipping the corresponding COMPRESS_DEPENDS) and the base type, leading to missing dependencies of the image's do_rootfs task.

Re: [OE-core] [for-master][RFC PATCH 0/3] Support template files for wic wks

2016-05-06 Thread Ed Bartosh
On Mon, May 02, 2016 at 12:23:54PM -0700, Christopher Larson wrote: > From: Christopher Larson > > This adds support for .wks.in files as WKS_FILE. > > These files are treated as the contents of a bitbake variable, so usual > bitbake variable references are supported. I considered using another

[OE-core] [PATCH] linux-firmware : break out all bnx2 firmwares

2016-05-06 Thread Christopher Clark
>From 81c448f89c679af258d0a3640592709dd066bbfb Mon Sep 17 00:00:00 2001 From: Christopher Clark Date: Fri, 6 May 2016 11:06:29 -0700 Subject: [PATCH] linux-firmware : break out all bnx2 firmwares Break out each bnx2 firmware into an independent subpackage. Create a bnx2 package that depends upon

[OE-core] [oe-core PATCH v4 00/10] Improve Xwayland integration

2016-05-06 Thread Otavio Salvador
Up to now, to make Xwayland to work it required several manual hacks and it was difficult to make an image which had support for it out of box. This patchset intends to set the base for it. It enables weston-init to be extended to support Xwayland launch when needed. There are still some issues t

[OE-core] [oe-core PATCH v4 01/10] weston: Enable XWayland when X11 and Wayland support are available

2016-05-06 Thread Otavio Salvador
When the DISTRO has X11 and Wayland support enabled, XWayland ought to be enabled by default. Signed-off-by: Otavio Salvador --- Changes in v4: None Changes in v3: None Changes in v2: - Remove PAM requirement meta/recipes-graphics/wayland/weston_1.9.0.bb | 1 + 1 file changed, 1 insertion(+)

[OE-core] [oe-core PATCH v4 02/10] weston: Remove XWayland dependencies on PACKAGECONFIG

2016-05-06 Thread Otavio Salvador
Instead of adding partial dependencies we list the PACKAGECONFIG options that are required. Those are: X11 and Wayland. The previous value were redudant with X11 PACKAGECONFIG option and as it is a requirement, for XWayland, it can be removed to easy maintenance. Signed-off-by: Otavio Salvador -

[OE-core] [oe-core PATCH v4 06/10] weston-init: Rework init sequence to avoid code duplication

2016-05-06 Thread Otavio Salvador
The new 'weston-start' script redcues the code duplication for SysV and SystemD based images. Signed-off-by: Otavio Salvador --- Changes in v4: - Use --log= for weston call Changes in v3: - Fix log redirection - Fix argument pass for openvt Changes in v2: None meta/recipes-graphics/wayland/w

[OE-core] [oe-core PATCH v4 07/10] weston-init: Error out if loading a nested instance

2016-05-06 Thread Otavio Salvador
The Weston nested instance support is not implemented. This errors out displaying an informative error message so someone insterested on it may look at implement this later. Signed-off-by: Otavio Salvador --- Changes in v4: None Changes in v3: None Changes in v2: None meta/recipes-graphics/way

[OE-core] [oe-core PATCH v4 04/10] weston: Add PACKAGECONFIG option for 'clients'

2016-05-06 Thread Otavio Salvador
This allow Weston to be build without the clients. Signed-off-by: Otavio Salvador --- Changes in v4: - New patch. Changes in v3: None Changes in v2: None meta/recipes-graphics/wayland/weston_1.9.0.bb | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/meta/recipes-graph

[OE-core] [oe-core PATCH v4 05/10] weston-init: Rework do_install to use install -D option

2016-05-06 Thread Otavio Salvador
The install -D allow for the parent directories to be created in a single command line, reducing the code and number of fork during the build. Signed-off-by: Otavio Salvador --- Changes in v4: None Changes in v3: None Changes in v2: None meta/recipes-graphics/wayland/weston-init.bb | 7 ++-

[OE-core] [oe-core PATCH v4 08/10] weston-init: Add module support for the weston-start helper

2016-05-06 Thread Otavio Salvador
To make weston-start more flexible we now support module loading. For such modules, following functions can be used: - add_weston_argument - add_openvt_argument Signed-off-by: Otavio Salvador --- Changes in v4: None Changes in v3: None Changes in v2: - Drop weston-lunch use as it requires PAM

[OE-core] [oe-core PATCH v4 09/10] weston: Add Xwayland initialization support using weston-start

2016-05-06 Thread Otavio Salvador
The weston-start script now supports loading modules so the Xwayland support can be loaded optionally. Use this to load Weston accordingly. Signed-off-by: Otavio Salvador --- Changes in v4: None Changes in v3: None Changes in v2: - Move weston-start module to weston package - Stop using weston-l

[OE-core] [oe-core PATCH v4 03/10] weston: Fix SystemD service description

2016-05-06 Thread Otavio Salvador
This improves the log shawn in boot. Now it shows: [ OK ] Started Weston Wayland Compositor Signed-off-by: Otavio Salvador --- Changes in v4: - New patch. Changes in v3: None Changes in v2: None meta/recipes-graphics/wayland/weston-init/weston.service | 2 +- 1 file changed, 1 insertion(

[OE-core] [oe-core PATCH v4 10/10] core-image-weston: If X11 is enabled, add XWayland support

2016-05-06 Thread Otavio Salvador
When the distribution has X11 and Wayland backends, we enable XWayland support. Signed-off-by: Otavio Salvador --- Changes in v4: None Changes in v3: - New patch. Changes in v2: None meta/recipes-graphics/images/core-image-weston.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/rec