[OE-core] [PATCH 2/3] alsa-lib: fix softfloat enabling

2017-02-14 Thread Tanu Kaskinen
EXTRA_OECONF = "--disable-python" overrode the previous EXTRA_OECONF assignment, so softfloat didn't get enabled when needed. Fixed this by replacing "=" with "+=". Bitbake then complained about tabs in alsa-fpu.inc, changed them to spaces. Signed-off-by: Tanu Kaskinen --- meta/recipes-multimed

[OE-core] [PATCH 1/3] alsa-lib: 1.1.2 -> 1.1.3

2017-02-14 Thread Tanu Kaskinen
Changelog: http://alsa-project.org/main/index.php/Changes_v1.1.2_v1.1.3 Added a patch to fix a build failure with musl (cherry-picked from upstream). The new release doesn't any more install the smixer modules when Python support is disabled. The modules weren't usable without Python support befo

[OE-core] [PATCH 3/3] alsa-lib: merge alsa-conf-base into alsa-conf

2017-02-14 Thread Tanu Kaskinen
As far as I can see, there's no benefit in having separate alsa-conf and alsa-conf-base packages. libasound depended on both, so it was not really possible to only install alsa-conf-base. Signed-off-by: Tanu Kaskinen --- meta/recipes-multimedia/alsa/alsa-lib_1.1.3.bb | 14 ++ 1 file

[OE-core] [PATCH 0/3] alsa-lib update

2017-02-14 Thread Tanu Kaskinen
Tanu Kaskinen (3): alsa-lib: 1.1.2 -> 1.1.3 alsa-lib: fix softfloat enabling alsa-lib: merge alsa-conf-base into alsa-conf meta/recipes-multimedia/alsa/alsa-fpu.inc | 8 ++ .../alsa-lib/0001-ucm-parser-needs-limits.h.patch | 33 ++ .../alsa/{alsa-lib_1.1.2

[OE-core] [PATCH 0/6] fixes for nativesdk, tcl and binconfig.bbclass

2017-02-14 Thread Robert Yang
The following changes since commit d1109378d730c5cf50240c4d1a468e3aef5208ea: nss: Fix nss-native so the checksum doesn't change with BUILD_ARCH (2017-02-09 10:50:54 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/6fixes http://cgit.o

[OE-core] [PATCH 6/6] binconfig.bbclass: fix get_binconfig_mangle()

2017-02-14 Thread Robert Yang
The command was: s += " -e 's:-L${libdir}:-LOELIBDIR:;'" s += " -e 's:-I${includedir}:-IOEINCDIR:;'" s += " -e 's:OELIBDIR:${STAGING_LIBDIR}:;'" s += " -e 's:OEINCDIR:${STAGING_INCDIR}:;'" s += " -e 's:-I${WORKDIR}:-I${STAGING_INCDIR}:'" s += " -e 's:-L${WORKDIR}:-L${STAGING_LIBDIR}:'" The STAGING

[OE-core] [PATCH 1/6] python-native: PROVIDES python-io-native

2017-02-14 Thread Robert Yang
python-six-native depends on it. Signed-off-by: Robert Yang --- meta/recipes-devtools/python/python-native_2.7.12.bb | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python-native_2.7.12.bb b/meta/recipes-devtools/python/python-native_2.7.

[OE-core] [PATCH 4/6] gawk/json-glib/libcheck: extend to nativesdk

2017-02-14 Thread Robert Yang
They are required by nativesdk-cve-check-tool. Signed-off-by: Robert Yang --- meta/recipes-extended/gawk/gawk_4.1.4.bb | 2 ++ meta/recipes-gnome/json-glib/json-glib_1.2.2.bb | 2 +- meta/recipes-support/libcheck/libcheck_0.10.0.bb | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-

[OE-core] [PATCH 5/6] tcl: fix sed in do_install()

2017-02-14 Thread Robert Yang
The command: sed -i "s+${WORKDIR}+${STAGING_INCDIR}+g" tclConfig.sh was used for replacing "${WORKDIR}", but it also replaced "-L${WORKDIR}", but binconfig.bbclass would replace "-L${WORKDIR}", too, which caused incorrect result, use "'${WORKDIR}" to fix the problem. Signed-off-by: Robert Yang -

[OE-core] [PATCH 2/6] btrfs-tools: remove udev from DEPENDS

2017-02-14 Thread Robert Yang
The log said that udev was added to DEPENDS because btrfs-tools installs a udev rule, this was incorrect, and it caused a side effect: $ bitbake btrfs-tools-native ERROR: Nothing PROVIDES 'udev-native' (but virtual:native:btrfs-tools_4.8.5.bb DEPENDS on or otherwise requires it). Close matches:

[OE-core] [PATCH 3/6] tcl: extend to nativesdk

2017-02-14 Thread Robert Yang
Fixed: $ bitbake nativesdk-expect ERROR: Nothing PROVIDES 'nativesdk-tcl' (but virtual:nativesdk:expect_5.45.bb DEPENDS on or otherwise requires it). Close matches: [snip] Signed-off-by: Robert Yang --- meta/recipes-devtools/tcltk/tcl_8.6.6.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 dele

Re: [OE-core] [PATCH 1/1] kernel.bbclass: Make sanity check opt-out and provide easy opt-out

2017-02-14 Thread Wold, Saul
This should also be applied Morty please Sau! On Thu, 2017-02-09 at 15:55 -0800, California Sullivan wrote: > Having no opt-out method and adding the task to linux-yocto.inc was > causing issues. For example, linux-yocto-dev would often fail because > it uses AUTOINC with no way to dynamically c

[OE-core] [PATCH] dbus: do not use systemctl from host for configure

2017-02-14 Thread andreas . kling
From: Andy Kling configure.ac from dbus uses $PATH to get the location of systemctl. If it is not found /usr/bin/systemctl is used. It is possible to override the location by passing SYSTEMCTL=[value] to configure. The value is used to replace @SYSTEMCTL@ in systemd-user/dbus.socket.in.

Re: [OE-core] [PATCH v2] kernel-fitimage.bbclass: Allow set/unset load address for FDT

2017-02-14 Thread Rick Altherr
Reviewed-by: Rick Altherr On Tue, Feb 14, 2017 at 7:03 PM, Nikunj Kela wrote: > Allow the load address for the FDT segment in the fitImage. This > allows U-Boot to load the FDT at a specific address. > > UBOOT_FDT_LOADADDRESS - Specifies the load address used by u-boot > for the

[OE-core] [PATCH v2] kernel-fitimage.bbclass: Allow set/unset load address for FDT

2017-02-14 Thread Nikunj Kela
Allow the load address for the FDT segment in the fitImage. This allows U-Boot to load the FDT at a specific address. UBOOT_FDT_LOADADDRESS - Specifies the load address used by u-boot for the FDT Signed-off-by: Nikunj Kela --- meta/classes/kernel-fitimage.bbclass | 6 ++ 1 f

[OE-core] State of bitbake world, Failed tasks 2017-02-14

2017-02-14 Thread Martin Jansa
Finally something short again. Now someone should really notice that chromium-wayland got broken again shortly after Trevor fixed it in: https://github.com/OSSystems/meta-browser/commit/22bc9604102f177a46230ddebd582158dd67239d but it could be different issue this time, my guess is that disabling

Re: [OE-core] [PATCH 01/11] mesa: Upgrade 13.0.4 -> 17.0.0

2017-02-14 Thread Martin Jansa
On Tue, Feb 14, 2017 at 11:54:58AM +0200, Jussi Kukkonen wrote: > * New feature release with lots of changes > * Versioning change (17 as in 2017, no longer relates to GL bumps) There is also this paragraph in release notes: https://www.mesa3d.org/relnotes/17.0.0.html Mesa 17.0.0 is a new develop

[OE-core] [PATCH] wic: Fix and update rootfs-pcbios-ext plugin

2017-02-14 Thread Adrian Freihofer
Resolves #11003 Adds oe-selftest for rootfs-pcbios-ext plugin --- .../recipes-test/images/wic-image-single-ext.bb| 13 ++ .../recipes-test/images/wic-image-single-ext.wks | 6 + meta/lib/oeqa/selftest/wic.py | 22 .../lib/wic/plugins/source/rootfs_pcbios_ext.py

[OE-core] [PATCH] kernel-fitimage.bbclass: Allow set/unset load address for FDT

2017-02-14 Thread Nikunj Kela
Allow the load address for the FDT segment in the fitImage. This allows U-Boot to dynamically decide where to load the FDT. UBOOT_FDT_LOADADDRESS - Specifies the load address used by u-boot for the FDT Signed-off-by: Nikunj Kela --- meta/classes/kernel-fitimage.bbclass | 6 +

[OE-core] [PATCH] kexec-tools/kdump: Correct typo in comment "crashkenrel="

2017-02-14 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day --- diff --git a/meta/recipes-kernel/kexec/kexec-tools/kdump b/meta/recipes-kernel/kexec/kexec-tools/kdump index 2347205..69e3caf 100755 --- a/meta/recipes-kernel/kexec/kexec-tools/kdump +++ b/meta/recipes-kernel/kexec/kexec-tools/kdump @@ -89,7 +89,7 @@ do_star

[OE-core] [PATCH] docbook-xml: correct typo "do_configre"

2017-02-14 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day --- i'm assuming this is a typo. diff --git a/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb b/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb index 05a04d8..da62b77 100644 --- a/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb +

[OE-core] [PATCH 11/11] linux-yocto-rt/4.9: update to 4.9-rt6

2017-02-14 Thread Bruce Ashfield
Updating the SRCREVs to make Paul Gortmaker's port of 4.9-rt6 active. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb | 4 ++-- meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_4.9.bb | 2 +- 3 files changed,

[OE-core] [PATCH 06/11] linux-yocto/4.8/4.9: fix tpm.cfg and add dm-verity

2017-02-14 Thread Bruce Ashfield
Integrating the following commits to fix a configuration warning and to add a tpm configuration feature: 8f3bc608ae61 features: add dm-verity 0ad64750fef1 tpm: avoid warning due to double CONFIG_TCG_TPM Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb | 2

[OE-core] [PATCH 09/11] linux-yocto/4.4: meta/configuration updates

2017-02-14 Thread Bruce Ashfield
Integrating the following commit already in 4.9 and 4.8: intel-quark: Add intel-quark-preempt-rt bsp configuration While there are intel-quark configurations for the KTYPEs standard and tiny in bsp/intel-common, there's none for the preempt-rt KTYPE. Trying to build preempt-rt enabled ker

[OE-core] [PATCH 10/11] kernel-yocto: trivial: remove extra } from bsp_definition

2017-02-14 Thread Bruce Ashfield
A typo introduced an extra } in the logging of the bsp_definition. While this won't cause problems .. it needs to be fixed! Signed-off-by: Bruce Ashfield --- meta/classes/kernel-yocto.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/kernel-yocto.bbclass b

[OE-core] [PATCH 07/11] linux-yocto/4.9: update to v4.9.9

2017-02-14 Thread Bruce Ashfield
Updating to the korg -stable release. Changelog is as follows: d2e4b66b4ef2 Linux 4.9.9 f2a0409a0850 drm/i915/execlists: Reset RING registers upon resume 72cd604cfd86 fs: break out of iomap_file_buffered_write on fatal signals bf9ab22c350d iw_cxgb4: set correct FetchBurstMax for QPs

[OE-core] [PATCH 08/11] linux-yocto-dev: bump to v4.10+

2017-02-14 Thread Bruce Ashfield
Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-dev.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb index 0cda553afdba..a4e02dbfff7e 100644 --- a/meta/recipe

[OE-core] [PATCH 04/11] linux-yocto-rt/4.9: integrate 4.9-rt4

2017-02-14 Thread Bruce Ashfield
Integrating the 4.9-rt4 new changes: 56a3dd6fb4e9 x86/mm/cpa: avoid wbinvd() for PREEMPT 221db3244e71 pinctrl: qcom: Use raw spinlock variants 43158f23e188 radix-tree: use local locks 109a8fea2c4a cpuset: Convert callback_lock to raw_spinlock_t 3741fb19d20f softirq: wake the timer softir

[OE-core] [PATCH 05/11] linux-yocto/4.9: Intel-quark: Add intel-quark-preempt-rt bsp configuration

2017-02-14 Thread Bruce Ashfield
While there are intel-quark configurations for the KTYPEs standard and tiny in bsp/intel-common, there's none for the preempt-rt KTYPE. Trying to build preempt-rt enabled kernels such as linux-yocto-rt for intel-quark yields a .config having a potentially misconfigured architecture. More importantl

[OE-core] [PATCH 02/11] linux-yocto/4.9: bump to v4.9.8

2017-02-14 Thread Bruce Ashfield
Integrating the -stable releases. Changelog is as follows: c8ea2f3b8247 Linux 4.9.8 b5b4d4a9141e xfs: fix bmv_count confusion w/ shared extents 5d44dd54bd57 xfs: clear _XBF_PAGES from buffers when readahead page 29f96b7e9023 xfs: extsize hints are not unlikely in xfs_bmap_btalloc aa

[OE-core] [PATCH 01/11] kernel-yocto.bbclass: ensure repatching when HEAD is checked out

2017-02-14 Thread Bruce Ashfield
From: Awais Belal In some cases it is seen that kernel_checkout and validate_branches are run again in simultaneous builds. During do_patch the kgit-s2q mechanism looks for a sentinel file inside the .git directory, finds a fence post and starts picking up patches after that. This can create tro

[OE-core] [PATCH 03/11] linux-yocto/4.8: update to v4.8.18

2017-02-14 Thread Bruce Ashfield
Paul Gortmaker has started doing 4.8 -stable updates. This integrates his 4.8.18 queue from: git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux-4.8.y.git Change log is as follows: 28dda89acd7c Linux 4.8.18 936e79682048 tick/broadcast: Prevent NULL pointer dereference f22b03e15

[OE-core] [PATCH 00/11] kernel-yocto: consolidated pull request

2017-02-14 Thread Bruce Ashfield
Hi all, Here is the latest consolidated pull request for the 4.x linux yocto kernels. Nothing really earth shattering here, some config updates, -stable integrations, -rt refreshes and a bump of linux-yocto-dev to 4.10. Cheers, Bruce The following changes since commit e758547db9048d4aa1c1415d6

Re: [OE-core] [PATCH] wic/partionedfs: Avoid reserving space for non-existing ext. partition

2017-02-14 Thread Burton, Ross
On 14 February 2017 at 14:46, Kristian Amlie wrote: > Ping. Patch still applies, should be a very easy change. > The consolidated pull I just sent has a large refactoring series in, can you rebase this on top of that? Ross -- ___ Openembedded-core ma

[OE-core] [PATCH 00/90] Consolidated Pull

2017-02-14 Thread Ross Burton
Hi, Enclosed is a consolidated pull which was mostly green on the autobuilder, apart from some MIPS failures that were isolated to the Linux 4.9 switch which has now been removed from the series. Ross The following changes since commit a3826786b6e76c17198dcd38e0e6fdafb4476d33: linux-yocto: Up

[OE-core] [PATCH] relocate_sdk.py: skip debug files from relocation

2017-02-14 Thread Nikunj Kela
Debug files only have debug symbols hence don't need to be relocated. Relocation script throws errors when run on the debug files. This change skips these files that have zero size. Signed-off-by: Nikunj Kela --- scripts/relocate_sdk.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scrip

Re: [OE-core] multipath-tools on arm (was: Re: State of bitbake world, Failed tasks 2017-02-08)

2017-02-14 Thread Phil Blundell
On Tue, 2017-02-14 at 16:35 +0100, Patrick Ohly wrote: > {standard input}: Assembler messages: > {standard input}:80: Error: shifts in CMP/MOV instructions are only > supported in unified syntax -- `mov r12,r12,ror#3' > {standard input}:80: Error: shifts in CMP/MOV instructions are only > supported

[OE-core] [PATCH 2/2] classes/license.bbclass: Don't copy unneeded licenses by package

2017-02-14 Thread Aníbal Limón
Usually a recipe only provides one package but when provides more than one package the LICENSE variable per package (i.e. linux-firmware) needs to take into account to avoid unnecesary copy of licenses into packages. The patch validates if LICENSE exists in package LICENSES in order to don't copy

[OE-core] [PATCH 1/2] license.bbclass: Don't copy again LICENSE already handled as no-generic

2017-02-14 Thread Aníbal Limón
The NO_GENERIC_LICENSE mapping was added [1] to enable copy LICENSES from upstream source code into recipe licenses, previously that only common-licenses was processed. This result on copy twice the NO_GENERIC_LICENSE specified because there is a mapping between license in LIC_CHKSUM and NO_GENERI

Re: [OE-core] [PATCH] weston: fix LIC_FILES_CHKSUM endline and md5sum for src/compositor.c

2017-02-14 Thread Andre McCurdy
On Tue, Feb 14, 2017 at 7:30 AM, Leonardo Sandoval wrote: > > On 02/14/2017 07:57 AM, Andre McCurdy wrote: >> >> The license text in Weston sources was changed from "MIT X11" to "MIT >> Expat" in the 1.9.0 release. The new text is 3 lines longer than the >> previous version, so endline and md5 has

Re: [OE-core] how to select for non-volatile /var/log?

2017-02-14 Thread Patrick Ohly
On Tue, 2017-02-14 at 10:12 -0500, Robert P. J. Day wrote: > On Tue, 14 Feb 2017, Patrick Ohly wrote: > > > On Tue, 2017-02-14 at 09:31 -0500, Robert P. J. Day wrote: > > > i recall, once upon a time, a discussion of how to best support a > > > non-volatile /var/log directory: > > > > > > https:

[OE-core] multipath-tools on arm (was: Re: State of bitbake world, Failed tasks 2017-02-08)

2017-02-14 Thread Patrick Ohly
On Fri, 2017-02-10 at 09:28 +0100, Martin Jansa wrote: > * > meta-openembedded/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb:do_compile This is http://errors.yoctoproject.org/Errors/Details/130529/ and now blacklisted with the comment "Fails to build with RSS http://errors.yoc

Re: [OE-core] [PATCH] weston: fix LIC_FILES_CHKSUM endline and md5sum for src/compositor.c

2017-02-14 Thread Leonardo Sandoval
On 02/14/2017 07:57 AM, Andre McCurdy wrote: The license text in Weston sources was changed from "MIT X11" to "MIT Expat" in the 1.9.0 release. The new text is 3 lines longer than the previous version, so endline and md5 hash have been incorrect for the oe-core weston recipes from 1.9.0 onwards

Re: [OE-core] how to select for non-volatile /var/log?

2017-02-14 Thread Robert P. J. Day
On Tue, 14 Feb 2017, Patrick Ohly wrote: > On Tue, 2017-02-14 at 09:31 -0500, Robert P. J. Day wrote: > > i recall, once upon a time, a discussion of how to best support a > > non-volatile /var/log directory: > > > > https://patchwork.openembedded.org/patch/90151/ > > A more recent, but also sti

Re: [OE-core] how to select for non-volatile /var/log?

2017-02-14 Thread Patrick Ohly
On Tue, 2017-02-14 at 09:31 -0500, Robert P. J. Day wrote: > i recall, once upon a time, a discussion of how to best support a > non-volatile /var/log directory: > > https://patchwork.openembedded.org/patch/90151/ A more recent, but also still unmerged patch for this functionality is here: http

Re: [OE-core] [PATCH] wic/partionedfs: Avoid reserving space for non-existing ext. partition

2017-02-14 Thread Kristian Amlie
Ping. Patch still applies, should be a very easy change. -- Kristian On 27/01/17 07:51, Kristian Amlie wrote: > We don't need the gap that the extended partition occupies if we > already know that we have less than five partitions. Saves up to one > full alignment of space. > > Signed-off-by:

[OE-core] [PATCH] cmake: Update to 3.7.2.

2017-02-14 Thread Philip Balister
Tested by building gnuradio stack. Signed-off-by: Philip Balister --- .../cmake/{cmake-native_3.7.1.bb => cmake-native_3.7.2.bb}| 0 meta/recipes-devtools/cmake/cmake.inc | 4 ++-- meta/recipes-devtools/cmake/{cmake_3.7.1.bb => cmake_3.7.2.bb}|

[OE-core] how to select for non-volatile /var/log?

2017-02-14 Thread Robert P. J. Day
i recall, once upon a time, a discussion of how to best support a non-volatile /var/log directory: https://patchwork.openembedded.org/patch/90151/ whatever became of that? is there a single OE setting that would implement non-volatile logging? i remember the reference to a VOLATILE_LOG_DIR v

[OE-core] [PATCH] kernel, license, sstate, rootfs.py: Remove deploy directory README

2017-02-14 Thread Mike Crowe
It isn't clear that the README_-_DO_NOT_DELETE_FILES_IN_THIS_DIRECTORY.txt file in the deploy directory warrants the complexity it brings elsewhere. Let's just remove it entirely. In particular, if two do_image_complete tasks run in parallel they risk both trying to put their image into ${DEPLOY_D

[OE-core] [PATCH] weston: fix LIC_FILES_CHKSUM endline and md5sum for src/compositor.c

2017-02-14 Thread Andre McCurdy
The license text in Weston sources was changed from "MIT X11" to "MIT Expat" in the 1.9.0 release. The new text is 3 lines longer than the previous version, so endline and md5 hash have been incorrect for the oe-core weston recipes from 1.9.0 onwards. https://cgit.freedesktop.org/wayland/weston

Re: [OE-core] [PATCH 2/3] meson: Add recipe for the meson build system

2017-02-14 Thread Linus Svensson
Hi. On 02/13/2017 01:28 PM, Ricardo Ribalda Delgado wrote: Linus, do you plan to resend? Can I help you? I will resend it later today. meson is still under development, and more options for installation directories are still (I know at least one more that will come) added. That could, or per

Re: [OE-core] [PATCH 4/4] ncurses: fix beaglebone do_configure failure

2017-02-14 Thread Enrico Scholz
Hongxu Jia writes: > Append ${HOST_CC_ARCH} to ${CFLAGS} could fix the issue. I think, the correct fix would be a) bother the ncurses author to remove the stupid CC sanity check, or b) create a wrapper around CC like in https://github.com/sigma-embedded/elito-de.sigma-chemnitz/blob/master

Re: [OE-core] [PATCH v5][morty] openssl: CVE: CVE-2017-3731

2017-02-14 Thread Sona Sarmadi
>> I am just curious if this is ok, or should we always put the CVE: tag inside >> the patch? > The tag should always be in the patch file. > > Ross So I guess this needs to be fixed: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?h=morty&id=8ba5b9eae34bbab537954ccee1726c7ee7a82750 //S

Re: [OE-core] Does recipe specific sysrooot (or whatelse in current oe) break native dependencies?

2017-02-14 Thread Patrick Ohly
On Mon, 2017-02-13 at 18:03 +0100, Patrick Ohly wrote: > On Mon, 2017-02-13 at 16:24 +0100, Patrick Ohly wrote: > > On Mon, 2017-02-13 at 15:36 +0100, Martin Jansa wrote: > > > Hi Andreas, > > > > > > > > > I think it's feature which was already there, but almost never > > > triggered (even in te

Re: [OE-core] [PATCH v5][morty] openssl: CVE: CVE-2017-3731

2017-02-14 Thread Burton, Ross
On 14 February 2017 at 09:40, Sona Sarmadi wrote: > I am just curious if this is ok, or should we always put the CVE: tag > inside the patch? > The tag should always be in the patch file. Ross -- ___ Openembedded-core mailing list Openembedded-core@l

[OE-core] [PATCH 11/11] core-tools-testapps: Re-add piglit

2017-02-14 Thread Jussi Kukkonen
Piglit was removed from testapps in 9e227ecb3a because it made sdk images massive. Add piglit back now that the installed size is no longer humongous: it still needs 1.5 GB free space at runtime but the image sizes stay reasonable. Signed-off-by: Jussi Kukkonen --- meta/recipes-core/packagegroup

[OE-core] [PATCH 06/11] xf86-input-libinput: Upgrade 0.23.0 -> 0.24.0

2017-02-14 Thread Jussi Kukkonen
Small release with mostly tablet improvements. Signed-off-by: Jussi Kukkonen --- .../{xf86-input-libinput_0.23.0.bb => xf86-input-libinput_0.24.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-libinput_0.23.0.bb => xf86-input

[OE-core] [PATCH 04/11] presentproto: Upgrade 1.0 -> 1.1

2017-02-14 Thread Jussi Kukkonen
Small release with mostly build system fixes. Signed-off-by: Jussi Kukkonen --- meta/recipes-graphics/xorg-proto/presentproto_git.bb | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/meta/recipes-graphics/xorg-proto/presentproto_git.bb b/meta/recipes-graphics/xorg-proto/

[OE-core] [PATCH 08/11] libinput: Upgrade 1.6.0 -> 1.6.1

2017-02-14 Thread Jussi Kukkonen
Small release with mostly bug fixes. Signed-off-by: Jussi Kukkonen --- .../recipes-graphics/wayland/{libinput_1.6.0.bb => libinput_1.6.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{libinput_1.6.0.bb => libinput_1.6.1.bb} (85%) diff --git

[OE-core] [PATCH 05/11] xauth: Upgrade 1.0.9 -> 1.0.10

2017-02-14 Thread Jussi Kukkonen
Small bug fix release. Signed-off-by: Jussi Kukkonen --- meta/recipes-graphics/xorg-app/{xauth_1.0.9.bb => xauth_1.0.10.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-app/{xauth_1.0.9.bb => xauth_1.0.10.bb} (75%) diff --git a/meta/recipes-graphi

[OE-core] [PATCH 03/11] util-macros: Upgrade 1.19.0 -> 1.19.1

2017-02-14 Thread Jussi Kukkonen
Tiny release to fix build with new xmlto. Signed-off-by: Jussi Kukkonen --- .../xorg-util/{util-macros_1.19.0.bb => util-macros_1.19.1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-util/{util-macros_1.19.0.bb => util-macros_1.19.1.bb} (7

[OE-core] [PATCH 10/11] piglit: Package tests in compressed form as well

2017-02-14 Thread Jussi Kukkonen
Modify packaging so that generated tests are available in two forms: * piglit-generated-tests contains the tests as they are now (1.5GB when installed) * piglit-generated-tests-compressed contains a tar.gz with the same files (45 MB when installed) Add wrapper script that decompresses the test

[OE-core] [PATCH 07/11] xkeyboard-config: Upgrade 2.19 -> 2.20

2017-02-14 Thread Jussi Kukkonen
Layout updates from the last 16 months. Signed-off-by: Jussi Kukkonen --- .../xorg-lib/{xkeyboard-config_2.19.bb => xkeyboard-config_2.20.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.19.bb => xkeyboard-config_2.20.bb}

[OE-core] [PATCH 09/11] piglit: Upgrade to current master

2017-02-14 Thread Jussi Kukkonen
Remove backported patches. Add runtime dependency for netserver (as socketserver was recently moved there) and depend on libxkbcommon (this is really only needed for wayland support which could be made configurable). Signed-off-by: Jussi Kukkonen --- .../0001-cmake-Link-test-utils-with-ldl.patch

[OE-core] [PATCH 02/11] gdk-pixbuf: Upgrade 2.36.1 -> 2.36.4

2017-02-14 Thread Jussi Kukkonen
Bug fix releases. Signed-off-by: Jussi Kukkonen --- .../gdk-pixbuf/{gdk-pixbuf_2.36.1.bb => gdk-pixbuf_2.36.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf_2.36.1.bb => gdk-pixbuf_2.36.4.bb} (96%) diff --git a/meta/recip

[OE-core] [PATCH 00/11] Mesa 17, other upgrades, piglit

2017-02-14 Thread Jussi Kukkonen
Bunch of graphics upgrades, the only major one is mesa 17. On top of the piglit update I've added the same piglit-generated-tests-compressed hack I've sent before in case you're interested... I've smoketested as usual (seems fine), and did a piglit run with ok results: piglit: ca58eec0b9 (2

[OE-core] [PATCH 01/11] mesa: Upgrade 13.0.4 -> 17.0.0

2017-02-14 Thread Jussi Kukkonen
* New feature release with lots of changes * Versioning change (17 as in 2017, no longer relates to GL bumps) * OpenGL 4.5 support on Haswell * mesa now implements its own sha1 instead of having 5 configurable sha-providers Signed-off-by: Jussi Kukkonen --- .../mesa/{mesa-gl_13.0.4.bb => mesa-

[OE-core] [PATCH] vte: Upgrade 0.44.2 -> 0.46.1

2017-02-14 Thread Jussi Kukkonen
New release requires libpcre 2. Enable gnutls by default to remove an annoying warning on every vte widget. core-image-sato already has gnutls so this shouldn't be a big deal. Signed-off-by: Jussi Kukkonen --- This depends on "libpcre2: add it for newer vte" patch (thanks Robert!) Cheers, Jus

Re: [OE-core] [PATCH v5][morty] openssl: CVE: CVE-2017-3731

2017-02-14 Thread Sona Sarmadi
Hi Alexandru, Shouldn't CVE-2017-3731 in the patch files have CVE: tag? i.e. CVE-2017-3731 in 0001-CVE-2017-3731.patch & 0002-CVE-2017-3731.patch should be: CVE: CVE-2017-3731 You have this tag in the meta patch, we add this normally inside the patch. > * CVE: CVE-2017-3731 > > Upstream-