Re: [OE-core] [PATCHv2 09/16] cortexa{7,15,17}: add VFPv4 tunes

2015-11-18 Thread Martin Jansa
On Wed, Nov 18, 2015 at 04:36:04PM +, Phil Blundell wrote: > On Tue, 2015-11-17 at 11:58 +0100, Martin Jansa wrote: > > * it was added only to hf cortexa7 in: > > commit e97d152ca13556b41a236c1a4cfb11e77ff857d7 > > Author: Kristof Robot > > Date: Sun Jan 26 10:03:56

Re: [OE-core] [PATCHv2 12/16] feature-arm-vfp.inc: respect vfpv4 when setting -mfloat-abi and ARMPKGSFX_EABI

2015-11-18 Thread Phil Blundell
On Tue, 2015-11-17 at 11:58 +0100, Martin Jansa wrote: > * without this change it wasn't possible to use call-convention hard > together with vfpv4 > * also use ' inside quoted values Can you send those as two separate patches? It is hard enough to read the tune files without going cross-eyed

Re: [OE-core] [PATCHv2 11/16] arch-armv7ve: add tune include for armv7ve and use it from cortexa7 and cortexa15

2015-11-18 Thread Phil Blundell
On Wed, 2015-11-18 at 18:20 +0100, Martin Jansa wrote: > So to get rid of -march we'll have to either > > 1) check in arch-armv7a.inc if TUNE_FEATURES also contains some > TUNE_FEATURE which will append -mcpu > 2) don't include armv7a TUNE_FEATURE in TUNE_FEATURES_tune > -cortexa15t, > but the

Re: [OE-core] [PATCHv2 11/16] arch-armv7ve: add tune include for armv7ve and use it from cortexa7 and cortexa15

2015-11-18 Thread Martin Jansa
On Wed, Nov 18, 2015 at 05:05:23PM +, Phil Blundell wrote: > On Wed, 2015-11-18 at 17:51 +0100, Martin Jansa wrote: > > On Wed, Nov 18, 2015 at 04:38:34PM +, Phil Blundell wrote: > > > On Tue, 2015-11-17 at 11:58 +0100, Martin Jansa wrote: > > > > * be aware that this -march value is

Re: [OE-core] [PATCHv2 11/16] arch-armv7ve: add tune include for armv7ve and use it from cortexa7 and cortexa15

2015-11-18 Thread Martin Jansa
On Wed, Nov 18, 2015 at 04:38:34PM +, Phil Blundell wrote: > On Tue, 2015-11-17 at 11:58 +0100, Martin Jansa wrote: > > * be aware that this -march value is available only in gcc-4.9 and > > newer: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57907 > > > > Can you clarify why this is

Re: [OE-core] [PATCHv2 11/16] arch-armv7ve: add tune include for armv7ve and use it from cortexa7 and cortexa15

2015-11-18 Thread Phil Blundell
On Wed, 2015-11-18 at 17:51 +0100, Martin Jansa wrote: > On Wed, Nov 18, 2015 at 04:38:34PM +, Phil Blundell wrote: > > On Tue, 2015-11-17 at 11:58 +0100, Martin Jansa wrote: > > > * be aware that this -march value is available only in gcc-4.9 > > > and > > > newer: > > >

Re: [OE-core] [oe][PATCH v2 2/2] package_manager: support for signed IPK package feeds

2015-11-18 Thread Alejandro del Castillo
On 11/18/2015 04:25 AM, Ioan-Adrian Ratiu wrote: > Create gpg signed package feeds if configured. Very similar to > how rpm does it. Most of the config variables are shared with > the rpm backend (like PACKAGE_FEED_GPG_NAME), with the exception > of PACKAGE_FEED_GPG_PUBKEY which is not needed in

[OE-core] [PATCH 0/2] wic: Allow to user defined files as config for bootloaders

2015-11-18 Thread mariano . lopez
From: Mariano Lopez These two patches add a new option for the bootloaders. This new option is to have a configuration file as the bootloader config and it can be used with "configfile" variable in the bootloader line. This is very useful when there is need to

[OE-core] [PATCH 2/2] wic: Allow to use a custom config for bootloaders

2015-11-18 Thread mariano . lopez
From: Mariano Lopez This change will allow to use a user defined file as the configuration for the bootloaders (grub, gummiboot, syslinux). The config file is defined in the wks file with the "configfile" option in the bootloader line. [YOCTO #8003]

[OE-core] [PATCH 1/2] wic: Prepare wicboot to allow custom bootloader config

2015-11-18 Thread mariano . lopez
From: Mariano Lopez Currently wic does the bootloader configuration file on the fly. This change introduce a configfile variable for the bootloader; this is to have a user defined configuration file for the bootloaders (grub, syslinux, and gummiboot). This is

Re: [OE-core] [PATCHv2 09/16] cortexa{7,15,17}: add VFPv4 tunes

2015-11-18 Thread Phil Blundell
On Tue, 2015-11-17 at 11:58 +0100, Martin Jansa wrote: > * it was added only to hf cortexa7 in: > commit e97d152ca13556b41a236c1a4cfb11e77ff857d7 > Author: Kristof Robot > Date: Sun Jan 26 10:03:56 2014 +0100 > > Add Cortex A7 support for NEONv2 & FPv4 > > * add

Re: [OE-core] [PATCH 00/29] Add gobject introspection support to oe-core

2015-11-18 Thread Alexander Kanavin
On 11/17/2015 05:02 PM, Mark Hatle wrote: So the bottom line, to generate introspection info, you have to run the code of the library that you introspect, either with QEMU, or on target hardware, and I don't see a way to avoid this, short of complete rewrite of the entire glib ecosystem. If

Re: [OE-core] [PATCHv2 11/16] arch-armv7ve: add tune include for armv7ve and use it from cortexa7 and cortexa15

2015-11-18 Thread Phil Blundell
On Tue, 2015-11-17 at 11:58 +0100, Martin Jansa wrote: > * be aware that this -march value is available only in gcc-4.9 and > newer: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57907 > Can you clarify why this is an improvement? The previous patch already changed cortex-a15.inc to use

Re: [OE-core] [PATCH 0/8] Deprecate package_regex.inc and split it into recipes

2015-11-18 Thread Richard Purdie
On Wed, 2015-11-18 at 11:52 +0200, Alexander Kanavin wrote: > This patch series deprecates package_regex.inc and splits its contents into > respective recipes. This is done for same reasons as deprecating > upstream_tracking.inc: having upstream version check tweaks bundled into a > separate

Re: [OE-core] [PATCH 0/8] Deprecate package_regex.inc and split it into recipes

2015-11-18 Thread Alexander Kanavin
On 11/18/2015 05:38 PM, Richard Purdie wrote: This patch series deprecates package_regex.inc and splits its contents into respective recipes. This is done for same reasons as deprecating upstream_tracking.inc: having upstream version check tweaks bundled into a separate file makes the

Re: [OE-core] [PATCH 0/8] Deprecate package_regex.inc and split it into recipes

2015-11-18 Thread Burton, Ross
On 18 November 2015 at 15:48, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > This may break upstream versions checks for a while though, because there > may be code accessing these variables that is not in oe-core tree. > We can coordinate the merge with fixing the RRS and so

[OE-core] [PATCHv3 4/6] arch-armv7ve: add tune include for armv7ve and use it from cortexa7 and cortexa15

2015-11-18 Thread Martin Jansa
* be aware that this -march value is available only in gcc-4.9 and newer: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57907 * -mcpu=cortex15 and -mcpu=cortexa7 conflict with -march=armv7a We either have to stop putting -march in default CCARGS or at least set it compatible one like this

[OE-core] [PATCHv3 2/6] cortexa{7,15,17}: add VFPv4 tunes

2015-11-18 Thread Martin Jansa
* it was added only to hf cortexa7 in: commit e97d152ca13556b41a236c1a4cfb11e77ff857d7 Author: Kristof Robot Date: Sun Jan 26 10:03:56 2014 +0100 Add Cortex A7 support for NEONv2 & FPv4 * add it to softfp cortexa7 and both versions for cortexa15 and cortexa17

[OE-core] [PATCHv3 3/6] tune-*: use mcpu instead of mtune for ARM tunes

2015-11-18 Thread Martin Jansa
* since: commit cffda9a821a3b83a8529d643c567859e091c6846 Author: Martin Jansa Date: Tue Sep 11 17:05:45 2012 + arch-arm: define different ARMPKGARCH when different CCARGS are used we don't need to worry about e.g. cortexa7 device upgrading binary

[OE-core] [PATCHv3 6/6] feature-arm-vfp.inc: add -mfpu=vfpv4 when vfpv4 is in TUNE_FEATURES

2015-11-18 Thread Martin Jansa
* allows to use vfpv4 without neon Signed-off-by: Martin Jansa --- meta/conf/machine/include/arm/feature-arm-neon.inc | 3 ++- meta/conf/machine/include/arm/feature-arm-vfp.inc | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCHv3 5/6] feature-arm-vfp.inc: respect vfpv4 when setting -mfloat-abi and ARMPKGSFX_EABI

2015-11-18 Thread Martin Jansa
* without this change it wasn't possible to use call-convention hard together with vfpv4 Signed-off-by: Martin Jansa --- meta/conf/machine/include/arm/feature-arm-vfp.inc | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCHv3 1/6] meta/conf/machine: use ' inside quoted values

2015-11-18 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/conf/machine/include/arm/arch-arm.inc | 4 ++-- meta/conf/machine/include/arm/arch-arm64.inc | 14 ++--- meta/conf/machine/include/arm/arch-armv4.inc | 10 -

[OE-core] OE Changelog since 2015-11-08 until 2015-11-15

2015-11-18 Thread cliff . brake
Changelog since 2015-11-08 until 2015-11-15. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom:

Re: [OE-core] [oe][PATCH 2/2] package_manager: support for signed IPK package feeds

2015-11-18 Thread Ioan-Adrian Ratiu
On Tue, 17 Nov 2015 14:48:10 -0600 Alejandro del Castillo wrote: > > > On 11/17/2015 09:26 AM, Ioan-Adrian Ratiu wrote: > > Create gpg signed package feeds if configured. Very similar to > > how rpm does it. Most of the config variables are shared with > > the rpm

[OE-core] [PATCH 2/2] runqemu-internal: Replace wacom-tablet with tablet for usbdevice

2015-11-18 Thread Jussi Kukkonen
From: Khem Raj When booting weston-core-image with latest wayland/weston/libinput mouse/touchpad would not work on qemux86, this fixes the issue Signed-off-by: Khem Raj Signed-off-by: Jussi Kukkonen ---

[OE-core] [PATCH 0/2] Improve weston image experience

2015-11-18 Thread Jussi Kukkonen
Currently core-image-weston doesn't work nicely out-of-the-box on hardware or on qemu. Sending a couple of small changes for that. The runqemu-internal patch was sent by Khem a few months back but never made it to jethro. I believe it is correct: "-usbdevice tablet" is what the qemu documentation

[OE-core] [PATCH 1/2] mesa: Make gl libraries RRECOMMEND mesa-megadriver

2015-11-18 Thread Jussi Kukkonen
This makes e.g. core-image-weston actually work out-of-the-box on hardware that uses megadriver drivers. With typical mesa-gl use this would be unexpected: skip the recommendation there. Signed-off-by: Jussi Kukkonen --- meta/recipes-graphics/mesa/mesa-gl_10.6.3.bb |

[OE-core] [PATCH] pango: add RPROVIDES for removed packages

2015-11-18 Thread Ross Burton
Now that Pango has merged the external modules and engines the packages don't exist. For convenience have the Pango library RPROVIDE these names. Signed-off-by: Ross Burton --- meta/recipes-graphics/pango/pango.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git

[OE-core] [PATCH] pango: use ptest-gnome

2015-11-18 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-graphics/pango/pango.inc | 13 +++-- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/meta/recipes-graphics/pango/pango.inc b/meta/recipes-graphics/pango/pango.inc index 04143bd..78cd560 100644 ---

Re: [OE-core] [meta-oe][PATCH 0/3] runqemu improve networking

2015-11-18 Thread Adrian Freihofer
Hi Aws Creating tap devices, routes or changing the iptables requires extended permissions. runqemu-gen-tapdevs does the part of the setup which requires to be done with extended permissions. runqemu does the part which is allowed to be done by a regular user. Normally the tap devices can be

[OE-core] [PATCH] sstate: Ensure siginfo and sig files are also touched

2015-11-18 Thread Richard Purdie
Maintaining an sstate mirror is complicated at the moment as only the main sstate tgz files have their timestamp updated when they're used. This causes problems as the siginfo files can be removed from the server due to inactivity but the sstate fetch code tries to fetch them leading to confusing

[OE-core] [oe][PATCH v2 2/2] package_manager: support for signed IPK package feeds

2015-11-18 Thread Ioan-Adrian Ratiu
Create gpg signed package feeds if configured. Very similar to how rpm does it. Most of the config variables are shared with the rpm backend (like PACKAGE_FEED_GPG_NAME), with the exception of PACKAGE_FEED_GPG_PUBKEY which is not needed in this case. Signed-off-by: Ioan-Adrian Ratiu

[OE-core] [oe][PATCH v2 1/2] package_ipk: support signing of ipk packages

2015-11-18 Thread Ioan-Adrian Ratiu
Minimum required opkg version: 3.0 (already in master/jethro). Add a new bbclass for creating signatures for ipk files. The signing process is very similar to the existing rpm signing, but different in some important ways: - Signatures are stored outside the ipk files, opkg connects to a feed

[OE-core] [PATCH 2/8] package_regex.inc: split entries with odd-even versioning into their own recipes

2015-11-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/classes/upstream-version-is-even.bbclass | 5 +++ meta/conf/distro/include/package_regex.inc | 50 -- meta/recipes-core/dbus/dbus-test_1.8.20.bb | 2 +-

[OE-core] [PATCH 8/8] package_regex.inc: split the rest of the entries to their recipes

2015-11-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/package_regex.inc | 68 -- meta/recipes-bsp/libacpi/libacpi_0.2.bb| 2 + meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb| 2 +

[OE-core] [PATCH 7/8] package_regex.inc: split entries which blacklist specific versions to their recipes

2015-11-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/package_regex.inc | 35 -- .../docbook-sgml-dtd-3.1-native_3.1.bb | 3 ++ .../docbook-sgml-dtd-4.1-native_4.1.bb | 3 ++

[OE-core] [PATCH 4/8] package_regex.inc: split Debian-related entries into their own recipes

2015-11-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/package_regex.inc | 17 - meta/recipes-bsp/apmd/apmd_3.2.2-15.bb | 4 meta/recipes-connectivity/resolvconf/resolvconf_1.77.bb | 4

[OE-core] [PATCH 3/8] package_regex.inc: split GITTAGREGEX entries into recipe files

2015-11-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/package_regex.inc | 26 -- .../glibc/cross-localedef-native_2.22.bb | 1 + meta/recipes-core/glibc/glibc_2.22.bb | 1 +

[OE-core] [PATCH 5/8] package_regex.inc: split PyPi related entries to their own recipes

2015-11-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/package_regex.inc| 19 --- meta/recipes-devtools/python/python-async_0.6.2.bb| 2 ++ meta/recipes-devtools/python/python-git_1.0.1.bb | 3 +++

[OE-core] [PATCH 1/6] iproute2: update to 4.3.0

2015-11-18 Thread Maxin B. John
4.1.1 -> 4.3.0 Signed-off-by: Maxin B. John --- .../iproute2/{iproute2_4.1.1.bb => iproute2_4.3.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/iproute2/{iproute2_4.1.1.bb => iproute2_4.3.0.bb} (68%) diff

[OE-core] [PATCH 3/6] libpcap: update to 1.7.4

2015-11-18 Thread Maxin B. John
Update libpcap from version 1.6.2 to 1.7.4 LICENSE checksum has changed because of the removal of additional spaces in the file. Signed-off-by: Maxin B. John --- meta/recipes-connectivity/libpcap/libpcap.inc | 2 +- .../libpcap/{libpcap_1.6.2.bb =>

[OE-core] [PATCH 5/6] libpng: update to 1.6.19

2015-11-18 Thread Maxin B. John
1.6.17 -> 1.6.19 No changes in License.The license checksums changed because of update in Copyright dates and other restructuring in png.h Signed-off-by: Maxin B. John --- .../libpng/{libpng_1.6.17.bb => libpng_1.6.19.bb} | 10 +- 1 file changed, 5

[OE-core] [PATCH 6/6] libpng12: update to 1.2.54

2015-11-18 Thread Maxin B. John
1.2.53 -> 1.2.54 No updates in License.The license checksums changed because of update in Copyright date and update of png.h Signed-off-by: Maxin B. John --- .../libpng/{libpng12_1.2.53.bb => libpng12_1.2.54.bb} | 8 1 file changed, 4 insertions(+), 4

[OE-core] [PATCH 4/6] orc: update to 0.4.24

2015-11-18 Thread Maxin B. John
0.4.23 -> 0.4.24 Signed-off-by: Maxin B. John --- meta/recipes-devtools/orc/{orc_0.4.23.bb => orc_0.4.24.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/orc/{orc_0.4.23.bb => orc_0.4.24.bb} (83%) diff --git

[OE-core] [PATCH 2/6] apr-util: add missing RDEPENDS for ptest

2015-11-18 Thread Maxin B. John
testxlate test case fails due to dependency on some character-sets. Install them. [YOCTO #8171] Signed-off-by: Maxin B. John --- meta/recipes-support/apr/apr-util_1.5.4.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/apr/apr-util_1.5.4.bb

Re: [OE-core] [PATCH] directfb.inc: force bfd linker for armv7a

2015-11-18 Thread Phil Blundell
On Tue, 2015-11-17 at 17:09 +, Phil Blundell wrote: > On Tue, 2015-11-17 at 16:44 +, Burton, Ross wrote: > > > > > > On 17 November 2015 at 15:16, Phil Blundell wrote: > > > > > Does the resulting directfb-csource binary actually work with that > > > change? My

[OE-core] [PATCH 6/8] package_regex.inc: split sourceforge related entries to their own recipes

2015-11-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/package_regex.inc | 43 -- .../console-tools/console-tools_0.3.2.bb | 3 ++ meta/recipes-core/libcgroup/libcgroup_0.41.bb | 2 +

[OE-core] [PATCH 1/8] package_regex.inc: deprecate the file

2015-11-18 Thread Alexander Kanavin
New entries should be added to recipes themselves Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/package_regex.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/conf/distro/include/package_regex.inc

[OE-core] [PATCH 0/8] Deprecate package_regex.inc and split it into recipes

2015-11-18 Thread Alexander Kanavin
This patch series deprecates package_regex.inc and splits its contents into respective recipes. This is done for same reasons as deprecating upstream_tracking.inc: having upstream version check tweaks bundled into a separate file makes the information prone to getting out of date. The following

[OE-core] [PATCHv2] mesa: Make gl libraries RRECOMMEND mesa-megadriver

2015-11-18 Thread Jussi Kukkonen
This makes e.g. core-image-weston actually work out-of-the-box on hardware that uses megadriver drivers. Signed-off-by: Jussi Kukkonen --- Ross pointed out that the part about mesa-gl was not actually true, especially with regards to swrast: e.g. RPi still probably

[OE-core] [PATCH] oe-selftest: Enable code coverage on unit tests

2015-11-18 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval Enable code coverage through the library 'python coverage'. In case the environment variable COVERAGE_PROCESS_START is present (one of the requisites for measuring sub-processes; the second one is including some coverage

[OE-core] [dizzy] [PATCH 2/2] python: Backport CVE-2013-1752 remaining patches

2015-11-18 Thread Tudor Florea
This back ported patch fixes CVE-2013-1752 for ftplib, imaplib, nntplib and poplib Signed-off-by: Tudor Florea --- .../python-2.7.3-CVE-2013-1752-ftplib-fix.patch| 149 + .../python-2.7.3-CVE-2013-1752-imaplib-fix.patch | 37 +

[OE-core] [dizzy] [PATCH 1/2] python: Backport CVE-2013-1752 fix for httplib

2015-11-18 Thread Tudor Florea
This back ported patch fixes CVE-2013-1752 for httplib Signed-off-by: Tudor Florea --- .../python-2.7.3-CVE-2013-1752-httplib-fix.patch | 45 ++ meta/recipes-devtools/python/python_2.7.3.bb | 1 + 2 files changed, 46 insertions(+) create mode

[OE-core] [PATCH 000/116] Consolidated Pull for master

2015-11-18 Thread Ross Burton
Hi, Next round of patches for oe-core. Good news: nothing too invasive. Bad news: nothing too invasive. Still waiting for the good stuff that breaks the world! I'll dust off my libexecdir patch... Ross The following changes since commit d9aabf9639510fdb3e2ccc21ba5ae4aa9f6e4a57: gcc: Drop

Re: [OE-core] volunteers for meta-qt4 repo maintenance?

2015-11-18 Thread Paul Eggleton
On Monday 16 November 2015 12:26:05 Alexander Kanavin wrote: > On 11/16/2015 12:07 PM, Andreas Oberritter wrote: > >> Making a separate repository with this layer is even more disruptive, > >> and complicates administration and maintenance. I'm not going to handle > >> those. So I'll make a

Re: [OE-core] [meta-oe][PATCH 0/3] runqemu improve networking

2015-11-18 Thread Aws Ismail
Thanks Adrian once again.. On Wed, Nov 18, 2015 at 6:36 AM, Adrian Freihofer wrote: > Hi Aws > > Creating tap devices, routes or changing the iptables requires extended > permissions. runqemu-gen-tapdevs does the part > of the setup which requires to be done with

Re: [OE-core] [PATCHv3 2/6] cortexa{7,15,17}: add VFPv4 tunes

2015-11-18 Thread Phil Blundell
On Wed, 2015-11-18 at 19:37 +0100, Martin Jansa wrote: > -# VFP Tunes > -AVAILTUNES += "cortexa15hf cortexa15thf cortexa15hf-neon cortexa15thf-neon" > +# HF Tunes > +AVAILTUNES += "cortexa15hf cortexa15thf cortexa15hf-neon cortexa15thf-neon > cortexa15hf-neon-vfpv4 cortexa15thf-neon-vfpv4" I'm

Re: [OE-core] [PATCH 1/6] iproute2: update to 4.3.0

2015-11-18 Thread Randy MacLeod
On 2015-11-18 04:34 AM, Maxin B. John wrote: 4.1.1 -> 4.3.0 Signed-off-by: Maxin B. John --- .../iproute2/{iproute2_4.1.1.bb => iproute2_4.3.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

Re: [OE-core] [PATCH 2/2] clutter-gst-3.0: add --enable/disable-gudev

2015-11-18 Thread Burton, Ross
On 13 November 2015 at 05:54, Robert Yang wrote: > Sorry, what did you mean, please ? Are fine with this patch ? > No. The code checks for libgudev but your adding a build dependency of udev, which only provides gudev when systemd isn't enabled. Ross --

[OE-core] [V2 PATCH 0/1] rpm: Generate per distribution and multilib macro files

2015-11-18 Thread Robert Yang
* V2: - Add localdata = d.createCopy() in the for loop. // Robert The following changes since commit 6f98c39418c60b7c0b25b30983d2e5257158a6a4: gcc: Drop 4.8 (2015-11-16 14:59:07 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/rpm

[OE-core] [PATCH 1/1] rpm: Generate per distribution and multilib macro files

2015-11-18 Thread Robert Yang
From: Mark Hatle The distribution and multilib macro files are required for rpmbuild, on the target, to work properly. These override the default settings from the upstream macro files with the proper values for the OE configuration. Signed-off-by: Mark Hatle

[OE-core] [PATCH] iproute2: install bridge tool by default

2015-11-18 Thread rongqing.li
From: Roy Li bridge is a tool used frequently, so install it Signed-off-by: Roy Li --- meta/recipes-connectivity/iproute2/iproute2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH] rpcbind: Security Advisory - rpcbind - CVE-2015-7236

2015-11-18 Thread Burton, Ross
On 18 November 2015 at 01:44, akuster808 wrote: > Can we get the CVE mentioned in the patch or rename the the patch to > include the CVE #. > I'd already merged this into mut, so have renamed the patch. Ross -- ___