Re: [OE-core] iw in place of wireless-tools

2015-08-19 Thread Burton, Ross
On 19 August 2015 at 12:35, Otavio Salvador otavio.salva...@ossystems.com.br wrote: Em 19/08/2015 12:26, Burton, Ross ross.bur...@intel.com escreveu: And now for the elephant in the room: is anyone going to work on this? :) I can ask our people to work on this. Is there a bug number to

Re: [OE-core] [PATCH v2] testimage: Run commands in target and host when test fails

2015-08-19 Thread Paul Eggleton
On Tuesday 18 August 2015 14:52:38 mariano.lo...@linux.intel.com wrote: From: Mariano Lopez mariano.lo...@linux.intel.com This patch modify three files altought two of them are minimal modifications. This version includes the changes proposed by Paul. testimage.bbclass: Create new

Re: [OE-core] [PATCH] Opencv: Add OpenCV 3.0

2015-08-19 Thread Ricardo Ribalda Delgado
You are right :) I repack and send On Wed, Aug 19, 2015 at 4:00 PM, Nathan Lynch nathan_ly...@mentor.com wrote: On 08/19/2015 07:18 AM, Ricardo Ribalda Delgado wrote: --- /dev/null +++ b/meta-oe/recipes-support/opencv/opencv_3.0.bb @@ -0,0 +1,128 @@ +SUMMARY = Opencv : The Open Computer

Re: [OE-core] iw in place of wireless-tools

2015-08-19 Thread Burton, Ross
And now for the elephant in the room: is anyone going to work on this? :) Ross On 19 August 2015 at 08:10, Anders Darander and...@chargestorm.se wrote: * Christopher Larson clar...@kergoth.com [150818 18:00]: On Tue, Aug 18, 2015 at 8:53 AM, Christopher Larson clar...@kergoth.com wrote:

Re: [OE-core] [PATCH] openssh: build regression test binaries

2015-08-19 Thread Burton, Ross
On 19 August 2015 at 09:51, Jussi Kukkonen jussi.kukko...@intel.com wrote: +make -k .OBJDIR=`pwd` .CURDIR=`pwd` SUDO=sudo tests \ Presumably this means that openssh-ptest should rdepend on sudo? Is sudo only used if the tests are executed as non-root? Ross --

[OE-core] [PATCH] Opencv: Add OpenCV 3.0

2015-08-19 Thread Ricardo Ribalda Delgado
-Support for new PACKAGECONFIGS -Merge with opencv-samples Since it is not backward compatible with 2.x and cannot be installed in parallel it has a DEFAULT_PREFERENCE of -1. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- v3: Changes requested by Martin Jansa

[OE-core] [RFC PATCH 1/1] classes/whitelist: add class to allow whitelisting recipes from a layer

2015-08-19 Thread Paul Eggleton
Allow restricting recipes brought from a layer to a specified list. This is similar in operation to blacklist.bbclass, but instead specifies a per-layer whitelist of recipes (matched by BPN) that are able to be built from the layer - anything else is skipped. This is potentially useful where you

[OE-core] [RFC PATCH 0/1] Add recipe whitelisting class

2015-08-19 Thread Paul Eggleton
This adds a class to allow whitelisting recipes from one or more layers, working in a similar manner to blacklist.bbclass. Let me know if you think this looks reasonable, in particular the naming and usage of the variables (which by necessity has to be different than blacklist.bbclass). Please

[OE-core] [PATCH 21/22] midori: remove the recipe and replace references to midori with epiphany

2015-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- .../packagegroups/packagegroup-self-hosted.bb | 7 + .../builder/files/builder_hob_start.sh | 8 +++--- meta/recipes-sato/midori/midori/liststore.patch| 29

Re: [OE-core] [PATCH] openssh: build regression test binaries

2015-08-19 Thread Jussi Kukkonen
On 19 August 2015 at 14:25, Burton, Ross ross.bur...@intel.com wrote: On 19 August 2015 at 09:51, Jussi Kukkonen jussi.kukko...@intel.com wrote: +make -k .OBJDIR=`pwd` .CURDIR=`pwd` SUDO=sudo tests \ Presumably this means that openssh-ptest should rdepend on sudo? Is sudo only used if the

[OE-core] [PATCH 09/22] libsecret: add a recipe from meta-gnome

2015-08-19 Thread Alexander Kanavin
libsecret is a dependency of webkit Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-gnome/libsecret/libsecret_0.18.2.bb | 12 1 file changed, 12 insertions(+) create mode 100644 meta/recipes-gnome/libsecret/libsecret_0.18.2.bb diff --git

[OE-core] [PATCH 18/22] gsettings-desktop-schemas: add a recipe from meta-gnome

2015-08-19 Thread Alexander Kanavin
gsettings-desktop-schemas is a dependency of epiphany Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- .../gsettings-desktop-schemas_3.16.1.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644

[OE-core] [PATCH 22/22] distro: update include files related to webkitgtk and epiphany addition

2015-08-19 Thread Alexander Kanavin
This commit fixes recipe metadata in distro_alias, package_regex and upstream_tracking includes. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/conf/distro/include/distro_alias.inc | 2 +- meta/conf/distro/include/package_regex.inc | 8 +---

[OE-core] [PATCH 14/22] iso-codes: add a recipe from meta-oe

2015-08-19 Thread Alexander Kanavin
iso-codes is a dependency of epiphany Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-support/iso-codes/iso-codes_3.58.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta/recipes-support/iso-codes/iso-codes_3.58.bb diff --git

[OE-core] [PATCH 13/22] gcr: add a recipe from meta-gnome

2015-08-19 Thread Alexander Kanavin
gcr is a dependency of epiphany Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-gnome/gcr/gcr_3.16.0.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta/recipes-gnome/gcr/gcr_3.16.0.bb diff --git

[OE-core] [PATCH 17/22] glib: add a warning suppression patch to glib

2015-08-19 Thread Alexander Kanavin
Otherwise QA check will fail. Some schemas in gsettings-desktop-schemas (such as proxy and locale) are still using deprecated paths, as of 3.16.1. This causes warning messages, and meta/lib/oe/rootfs.py complaints about them. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com ---

[OE-core] [PATCH 3/3] toolchain-shar-extract.sh: explain why we cannot use sudo in extensible SDK

2015-08-19 Thread brendan . le . foll
From: Brendan Le Foll brendan.le.f...@intel.com Signed-off-by: Brendan Le Foll brendan.le.f...@intel.com --- meta/files/toolchain-shar-extract.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/files/toolchain-shar-extract.sh b/meta/files/toolchain-shar-extract.sh index

[OE-core] [PATCH 2/3] toolchain-shar-extract.sh: better default install path for extensible SDK

2015-08-19 Thread brendan . le . foll
From: Brendan Le Foll brendan.le.f...@intel.com Extensible SDK cannot be installed as root so by default offer to install it in user's home directory under distro/distro_version replacing the normal SDK version '+' char with a '_' as that's a restricted character for bitbake Signed-off-by:

[OE-core] [PATCH 1/3] toolchain-shar-extract.sh: ensure extensible SDK install path obeys restrictions

2015-08-19 Thread brendan . le . foll
From: Brendan Le Foll brendan.le.f...@intel.com There are some characters that cannot appear in the installation path, so we need to check for these Signed-off-by: Brendan Le Foll brendan.le.f...@intel.com --- meta/files/toolchain-shar-extract.sh | 9 ++--- 1 file changed, 6 insertions(+),

[OE-core] Extensible SDK install patch fixes

2015-08-19 Thread brendan . le . foll
This makes the default SDK install path a bit more usable and fixes YP Bug 6744 - https://bugzilla.yoctoproject.org/show_bug.cgi?id=6744 by validating submitted paths do not contain ' @+' -- ___ Openembedded-core mailing list

[OE-core] [PATCH 10/22] libwebp: add a recipe from meta-oe

2015-08-19 Thread Alexander Kanavin
libwebp is a dependency of webkit Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-multimedia/webp/libwebp_0.4.3.bb | 47 +++ 1 file changed, 47 insertions(+) create mode 100644 meta/recipes-multimedia/webp/libwebp_0.4.3.bb diff --git

[OE-core] [PATCH 16/22] gnome-desktop3: add a recipe from meta-gnome

2015-08-19 Thread Alexander Kanavin
gnome-desktop3 is a dependency of epiphany Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- .../gnome-desktop/gnome-desktop3_3.16.2.bb | 21 + 1 file changed, 21 insertions(+) create mode 100644

[OE-core] [PATCH 07/22] libyaml: add a recipe from meta-oe

2015-08-19 Thread Alexander Kanavin
libyaml is a dependency of ruby Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- .../libyaml/files/libyaml-CVE-2014-9130.patch | 32 ++ meta/recipes-support/libyaml/libyaml_0.1.6.bb | 21 ++ 2 files changed, 53 insertions(+) create

[OE-core] [PATCH 15/22] libwnck3: add a recipe from meta-gnome

2015-08-19 Thread Alexander Kanavin
libwnck is a dependency of epiphany Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-gnome/libwnck/libwnck3_3.14.0.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta/recipes-gnome/libwnck/libwnck3_3.14.0.bb diff --git

[OE-core] [PATCH 11/22] webkitgtk: add a new recipe for latest upstream version

2015-08-19 Thread Alexander Kanavin
Recipe for the obsolete webkit-gtk 1.8.3 is removed in a separate commit Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-sato/webkit/webkitgtk_2.8.5.bb | 56 + 1 file changed, 56 insertions(+) create mode 100644

[OE-core] [PATCH 12/22] p11-kit: add a recipe from meta-oe

2015-08-19 Thread Alexander Kanavin
p11-kit is a dependency of gcr (which is a dependency of epiphany) Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-support/p11-kit/p11-kit_0.22.1.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644

[OE-core] [PATCH 08/22] ruby: add a recipe from meta-ruby

2015-08-19 Thread Alexander Kanavin
Ruby is required to build webkit. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-devtools/ruby/ruby.inc | 40 +++ meta/recipes-devtools/ruby/ruby/extmk.patch | 13 + meta/recipes-devtools/ruby/ruby_2.2.2.bb| 42

[OE-core] [PATCH 02/22] harfbuzz: enable icu feature

2015-08-19 Thread Alexander Kanavin
This is required to build latest webkitgtk Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-graphics/harfbuzz/harfbuzz_1.0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_1.0.1.bb

[OE-core] [PATCH 03/22] classes/cmake: add arch conversion routine

2015-08-19 Thread Alexander Kanavin
cmake expects target architecture strings in the format of uname(2), which do not always match TARGET_ARCH (e.g. powerpc vs ppc). Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/classes/cmake.bbclass | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-)

[OE-core] [PATCH 06/22] giflib: add a recipe from meta-oe

2015-08-19 Thread Alexander Kanavin
This is a dependency of libwebp (which is a dependency of webkit) Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-devtools/giflib/giflib_5.1.1.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644

[OE-core] [PATCH 00/22] Update webkitgtk to latest stable upstream; replace midori with epiphany

2015-08-19 Thread Alexander Kanavin
The changes in this version are: - remove a few unnecessary PR lines from recipes - allow building webkit/epiphany for mips64, since the latest upstream has fixed mips64 builds - tested building for mips64-n32 using multilib feature, fixed some recipe issues that were found - add

[OE-core] [PATCH 01/22] classes/gnomebase: change tarball compression to xz

2015-08-19 Thread Alexander Kanavin
Upstream, xz has been the only format for some time now, so let's make it the default and adjust recipes that package old stuff. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/classes/gnomebase.bbclass | 2 +-

[OE-core] [PATCH 04/22] jpeg: update to version 9a

2015-08-19 Thread Alexander Kanavin
Previous webkit version was blocking this; latest webkit works fine. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- .../jpeg/jpeg-8d/debian-libjpeg7_7-1.diff | 1070 .../jpeg/jpeg-8d/fix_for_automake_1.12.1.patch | 44 -

[OE-core] [PATCH 05/22] libnotify: update to version 0.7.6

2015-08-19 Thread Alexander Kanavin
New webkit requires at least version 0.7 Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-gnome/libnotify/libnotify_0.6.0.bb | 21 - meta/recipes-gnome/libnotify/libnotify_0.7.6.bb | 12 2 files changed, 12 insertions(+), 21

[OE-core] [PATCH][dizzy] qemu-vnc: CVE-2014-7815

2015-08-19 Thread Sona Sarmadi
Fixes an uninitialized data structure use flaw in qemu-vnc which allows remote attackers to cause a denial of service (crash). Upstream patch: http://git.qemu.org/?p=qemu.git;a=commit; h=b2f1d90530301d7915dddc8a750063757675b21a References:

Re: [OE-core] [PATCH 1/2] swig: add package 3.0.2

2015-08-19 Thread Martin Jansa
On Wed, Aug 19, 2015 at 03:29:28AM -0400, wenzong@windriver.com wrote: From: Wenzong Fan wenzong@windriver.com Pull package from meta-oe to oe-core: meta-oe commit: 8b7d90d8e4c3338f94c588fc7e4a88319bd9a9e8 There is patch for meta-oe to upgrade it to 3.0.6 (which isn't compatible with

Re: [OE-core] [PATCH 1/1] glibc: use cross-rpcgen to replace host's rpcgen

2015-08-19 Thread Khem Raj
On Aug 19, 2015 12:51 AM, Robert Yang liezhi.y...@windriver.com wrote: There might be unexpected errors when use host's rpcgen. [YOCTO #8181] This is fine Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/recipes-core/glibc/glibc_2.22.bb |6 +- 1 file changed, 1

Re: [OE-core] [PATCH] Opencv: Add OpenCV 3.0

2015-08-19 Thread Nathan Lynch
On 08/19/2015 07:18 AM, Ricardo Ribalda Delgado wrote: --- /dev/null +++ b/meta-oe/recipes-support/opencv/opencv_3.0.bb @@ -0,0 +1,128 @@ +SUMMARY = Opencv : The Open Computer Vision Library +HOMEPAGE = http://opencv.willowgarage.com/wiki/; Is this URL outdated? It times out for me. --

[OE-core] [PATCH] libinput: Upgrade 0.18.0 - 0.21.0

2015-08-19 Thread Jussi Kukkonen
Include a workaround patch suggested by upstream when using kernel 4.1.x. Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com --- Resending this after rebase with the assumption that it was rejected because of merge problems (it was part of a patch set that was otherwise merged already).

[OE-core] [PATCH v4] Opencv: Add OpenCV 3.0

2015-08-19 Thread Ricardo Ribalda Delgado
-Support for new PACKAGECONFIGS -Merge with opencv-samples Since it is not backward compatible with 2.x and cannot be installed in parallel it has a DEFAULT_PREFERENCE of -1. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- v4: Fix suggested by Nathan Lynch

Re: [OE-core] iw in place of wireless-tools

2015-08-19 Thread Otavio Salvador
Em 19/08/2015 12:26, Burton, Ross ross.bur...@intel.com escreveu: And now for the elephant in the room: is anyone going to work on this? :) I can ask our people to work on this. Is there a bug number to assign for me? -- ___ Openembedded-core

[OE-core] [PATCH 19/22] epiphany: add a recipe from meta-gnome

2015-08-19 Thread Alexander Kanavin
Epiphany is replacing midori as the browser in oe-core recipe set and poky distribution. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-gnome/epiphany/epiphany_3.16.3.bb | 24 .../0001-yelp.m4-drop-the-check-for-itstool.patch | 33

[OE-core] [PATCH 20/22] webkit-gtk: remove the recipe for the obsolete version 1.8.3

2015-08-19 Thread Alexander Kanavin
webkitgtk 2.8.3 is provided instead and midori browser is replaced by epiphany in separate commits. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/conf/distro/include/security_flags.inc| 2 - meta/recipes-sato/webkit/files/bison-2.6.patch | 558

[OE-core] [PATCH] devtool: add package plugin that lets you create package via devtool

2015-08-19 Thread brendan . le . foll
From: Brendan Le Foll brendan.le.f...@intel.com Signed-off-by: Brendan Le Foll brendan.le.f...@intel.com --- scripts/lib/devtool/package.py | 63 ++ 1 file changed, 63 insertions(+) create mode 100644 scripts/lib/devtool/package.py diff --git

Re: [OE-core] iw in place of wireless-tools

2015-08-19 Thread Christopher Larson
On Wed, Aug 19, 2015 at 4:56 AM, Burton, Ross ross.bur...@intel.com wrote: On 19 August 2015 at 12:35, Otavio Salvador otavio.salva...@ossystems.com.br wrote: Em 19/08/2015 12:26, Burton, Ross ross.bur...@intel.com escreveu: And now for the elephant in the room: is anyone going to work

Re: [OE-core] [PATCH 2/3] toolchain-shar-extract.sh: better default install path for extensible SDK

2015-08-19 Thread Christopher Larson
On Wed, Aug 19, 2015 at 6:32 AM, brendan.le.f...@intel.com wrote: From: Brendan Le Foll brendan.le.f...@intel.com Extensible SDK cannot be installed as root so by default offer to install it in user's home directory under distro/distro_version replacing the normal SDK version '+' char with

[OE-core] [PATCH] kernel-arch: Force BFD kernel when using gcc for linking

2015-08-19 Thread Khem Raj
We redefine LD to point to ld.bfd when building kernel, which works in most cases since kbuild system calls out for bare LD most of the time, however some of newer kernels e.g. 4.1+ have some code added which can call gcc directly to do the linking job e.g. arm vdso code This causes build

Re: [OE-core] [PATCH 2/4 V2] systemd: Upgrade 219 - 224

2015-08-19 Thread Burton, Ross
On 17 August 2015 at 16:41, Khem Raj raj.k...@gmail.com wrote: There are many reasons, for me its overlay support for systemd-nspawn, networkd has got many new features that is now usable w.r.t. IP forwarding, vxlan etc. and it has many bug fixed in those 2000 odd commits since 219, no

Re: [OE-core] [PATCH] kernel-arch: Force BFD kernel when using gcc for linking

2015-08-19 Thread Burton, Ross
On 19 August 2015 at 20:59, Nathan Lynch nathan_ly...@mentor.com wrote: On 08/19/2015 12:44 PM, Khem Raj wrote: We redefine LD to point to ld.bfd when building kernel, which works in most cases since kbuild system calls out for bare LD most of the time, however some of newer kernels e.g.

Re: [OE-core] [PATCH 17/22] glib: add a warning suppression patch to glib

2015-08-19 Thread Burton, Ross
On 19 August 2015 at 21:26, Andreas Müller schnitzelt...@googlemail.com wrote: On Wed, Aug 19, 2015 at 3:40 PM, Alexander Kanavin alexander.kana...@linux.intel.com wrote: Otherwise QA check will fail. Some schemas in gsettings-desktop-schemas (such as proxy and locale) are still using

Re: [OE-core] [PATCH] kernel-arch: Force BFD kernel when using gcc for linking

2015-08-19 Thread Bruce Ashfield
On 15-08-19 04:12 PM, Burton, Ross wrote: On 19 August 2015 at 20:59, Nathan Lynch nathan_ly...@mentor.com mailto:nathan_ly...@mentor.com wrote: On 08/19/2015 12:44 PM, Khem Raj wrote: We redefine LD to point to ld.bfd when building kernel, which works in most cases since kbuild

Re: [OE-core] [PATCH 05/22] libnotify: update to version 0.7.6

2015-08-19 Thread Andreas Müller
On Wed, Aug 19, 2015 at 3:40 PM, Alexander Kanavin alexander.kana...@linux.intel.com wrote: New webkit requires at least version 0.7 Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-gnome/libnotify/libnotify_0.6.0.bb | 21 -

Re: [OE-core] [PATCH] kernel-arch: Force BFD kernel when using gcc for linking

2015-08-19 Thread Nathan Lynch
On 08/19/2015 12:44 PM, Khem Raj wrote: We redefine LD to point to ld.bfd when building kernel, which works in most cases since kbuild system calls out for bare LD most of the time, however some of newer kernels e.g. 4.1+ have some code added which can call gcc directly to do the linking job

Re: [OE-core] [PATCH 17/22] glib: add a warning suppression patch to glib

2015-08-19 Thread Andreas Müller
On Wed, Aug 19, 2015 at 3:40 PM, Alexander Kanavin alexander.kana...@linux.intel.com wrote: Otherwise QA check will fail. Some schemas in gsettings-desktop-schemas (such as proxy and locale) are still using deprecated paths, as of 3.16.1. This causes warning messages, and meta/lib/oe/rootfs.py

Re: [OE-core] [PATCH 05/22] libnotify: update to version 0.7.6

2015-08-19 Thread Burton, Ross
On 19 August 2015 at 21:23, Andreas Müller schnitzelt...@googlemail.com wrote: What about REQUIRED_DISTRO_FEATURES = x11? libnotify doesn't depend on X anymore. Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH 00/22] Update webkitgtk to latest stable upstream; replace midori with epiphany

2015-08-19 Thread Burton, Ross
On 19 August 2015 at 21:50, akuster808 akuster...@gmail.com wrote: Do we have any idea how long this will be before hitting master-next? I am leaning towards sending an update to meta-ruby while this patches series makes it way through the process. I'm actively looking at it now - M3

Re: [OE-core] [PATCH] kernel-arch: Force BFD kernel when using gcc for linking

2015-08-19 Thread Khem Raj
On Wed, Aug 19, 2015 at 1:12 PM, Burton, Ross ross.bur...@intel.com wrote: On 19 August 2015 at 20:59, Nathan Lynch nathan_ly...@mentor.com wrote: On 08/19/2015 12:44 PM, Khem Raj wrote: We redefine LD to point to ld.bfd when building kernel, which works in most cases since kbuild system

Re: [OE-core] [PATCH 00/22] Update webkitgtk to latest stable upstream; replace midori with epiphany

2015-08-19 Thread akuster808
Alexander, If you happen to need to repost this series again, Ruby version has just been updated. It includes: CVE-2015-3900 Request hijacking vulnerability in RubyGems 2.4.6 and earlier. Do we have any idea how long this will be before hitting master-next? I am leaning towards sending an

Re: [OE-core] [PATCH 05/22] libnotify: update to version 0.7.6

2015-08-19 Thread Andreas Müller
On Wed, Aug 19, 2015 at 10:37 PM, Burton, Ross ross.bur...@intel.com wrote: On 19 August 2015 at 21:23, Andreas Müller schnitzelt...@googlemail.com wrote: What about REQUIRED_DISTRO_FEATURES = x11? libnotify doesn't depend on X anymore. Ross Sorry for this but it should be mentioned

Re: [OE-core] [PATCH][dizzy] qemu-vnc: CVE-2014-7815

2015-08-19 Thread akuster808
On 8/19/15 5:14 AM, Sona Sarmadi wrote: Fixes an uninitialized data structure use flaw in qemu-vnc which allows remote attackers to cause a denial of service (crash). Upstream patch: http://git.qemu.org/?p=qemu.git;a=commit; h=b2f1d90530301d7915dddc8a750063757675b21a References:

Re: [OE-core] [PATCH 1/2] swig: add package 3.0.2

2015-08-19 Thread wenzong fan
On 08/19/2015 09:12 PM, Martin Jansa wrote: On Wed, Aug 19, 2015 at 03:29:28AM -0400, wenzong@windriver.com wrote: From: Wenzong Fan wenzong@windriver.com Pull package from meta-oe to oe-core: meta-oe commit: 8b7d90d8e4c3338f94c588fc7e4a88319bd9a9e8 There is patch for meta-oe to

[OE-core] [PATCH] gmp.inc: Delete LICENSE = GPLv3 LGPLv3

2015-08-19 Thread Li xin
LICENSE are exist both in gmp.inc and gmp_6.0.0.bb, And the LICENSE in gmp.inc is not right,so delete it. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta/recipes-support/gmp/gmp.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-support/gmp/gmp.inc

Re: [OE-core] [PATCH][dizzy] qemu: CVE-2014-7840

2015-08-19 Thread akuster808
On 8/18/15 1:45 AM, Sona Sarmadi wrote: Fixes insufficient parameter validation during ram load Reference http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7840 Upstream commit: http://git.qemu.org/?p=qemu.git;a=commit; h=0be839a2701369f669532ea5884c15bead1c6e08 Signed-off-by: Sona

Re: [OE-core] [dizzy][PATCH] bind9.9.5: CVE-2015-5477

2015-08-19 Thread akuster808
On 7/30/15 4:48 AM, Sona Sarmadi wrote: Fixed a flaw in the way BIND handled requests for TKEY DNS resource records. References: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-5477 https://kb.isc.org/article/AA-01272 Signed-off-by: Sona Sarmadi sona.sarm...@enea.com Merged to

[OE-core] [PATCH V2] systemd: Upgrade 219 - 224

2015-08-19 Thread Khem Raj
MIT licence was unused and dropped in source itself commit 8f1e0c5f38cdf7e401ab4d2bb93ad816d08e7715 Author: Kay Sievers k...@vrfy.org Date: Tue Apr 21 19:21:56 2015 +0200 delete unused LICENSE.MIT libudev API documentation has been converted from gtkdoc into man pages. see commit

Re: [OE-core] [PATCH 2/4 V2] systemd: Upgrade 219 - 224

2015-08-19 Thread Khem Raj
On Wed, Aug 19, 2015 at 12:55 PM, Burton, Ross ross.bur...@intel.com wrote: On 17 August 2015 at 16:41, Khem Raj raj.k...@gmail.com wrote: There are many reasons, for me its overlay support for systemd-nspawn, networkd has got many new features that is now usable w.r.t. IP forwarding, vxlan

Re: [OE-core] [PATCHv2 1/1] screen: Upgrade 4.0.3 - 4.3.1

2015-08-19 Thread Burton, Ross
On 19 August 2015 at 09:17, Jussi Kukkonen jussi.kukko...@intel.com wrote: * License is now GPLv3+ What about GPLv2 version which was preserved (IIRC) in prevous patch? Why did you decide to drop it now? Mostly because of Ross' comment Is screen considered sufficiently core that we

[OE-core] [PATCH] parted: set VERSION number same as recipe's version

2015-08-19 Thread Ajay M
There is a parameter VERSION in workdir Makefile which tells the version number of parted. While running ptest for parted we are getting failure because of VERSION mismatch --snip-- root@qemux86:/usr/lib/parted/ptest# ./run-ptest make: Entering directory '/usr/lib/parted/ptest/tests' make[1]:

Re: [OE-core] iw in place of wireless-tools

2015-08-19 Thread Anders Darander
* Christopher Larson clar...@kergoth.com [150818 18:00]: On Tue, Aug 18, 2015 at 8:53 AM, Christopher Larson clar...@kergoth.com wrote: Bringing this back up again, as I think we really need to at the *very* least pull in iw from meta-oe into oe-core, and adjust packagegroup-base (worst

[OE-core] [PATCH 0/2] libcap-ng, swig: add packages

2015-08-19 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com Add packages libcap-ng and swig. They are from meta-oe and with adding them to oe-core, the copies from multiple layers could be removed: meta-oe, meta-selinux ... * The swig is depended by libcap-ng to build python bindings * The libcap-ng library

[OE-core] [PATCH 1/2] swig: add package 3.0.2

2015-08-19 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com Pull package from meta-oe to oe-core: meta-oe commit: 8b7d90d8e4c3338f94c588fc7e4a88319bd9a9e8 It's required for libcap-ng to build python bindings. With adding it to oe-core, the copies from following layers could be removed: * meta-oe,

Re: [OE-core] [PATCH v2] license.bbclass: Add support for deployed packages not in rootfs

2015-08-19 Thread Paul Eggleton
On Tuesday 18 August 2015 10:36:05 Mariano Lopez wrote: On 08/18/2015 08:27 AM, Paul Eggleton wrote: So aside from the error due to blank lines in the package list that I know you're looking into, I did have a couple of comments: On Thursday 06 August 2015 12:49:05

[OE-core] [PATCH 0/1] glibc: use cross-rpcgen to replace host's rpcgen

2015-08-19 Thread Robert Yang
The following changes since commit 059db140885bad379534e6ec713f3ceb4e18faea: adt-installer: use DEPLOY_DIR in ANT_DEPLOY expansion (2015-08-16 17:28:14 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/glibc

[OE-core] [PATCH][v2] glibc: package nscd related files

2015-08-19 Thread rongqing.li
From: Roy Li rongqing...@windriver.com install nscd related configuration file, startup files, and package them, make nscd easy to startup Signed-off-by: Roy Li rongqing...@windriver.com --- meta/recipes-core/glibc/glibc-package.inc | 40 ++-

Re: [OE-core] [PATCHv2 1/1] screen: Upgrade 4.0.3 - 4.3.1

2015-08-19 Thread Jussi Kukkonen
On 18 August 2015 at 11:36, Martin Jansa martin.ja...@gmail.com wrote: On Thu, Aug 13, 2015 at 04:26:43PM +0300, Jussi Kukkonen wrote: * License is now GPLv3+ What about GPLv2 version which was preserved (IIRC) in prevous patch? Why did you decide to drop it now? Mostly because of Ross'

[OE-core] [PATCH] openssh: build regression test binaries

2015-08-19 Thread Jussi Kukkonen
ptests were failing and many more were being silently skipped because required binaries were not being built. Build the binaries in regress/ and set SUDO environment variable in run-ptests: after this all tests in regress/ are now run. Continue to skip building binaries in regress/unittests/:

[OE-core] [PATCH 2/2] libcap-ng: add package 0.7.7

2015-08-19 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com Pull package from meta-oe to oe-core: meta-oe commit: bce4dba5546480c8e43c6442959ac7d0a4ef32f6 The libcap-ng library is intended to make programming with posix capabilities much easier than the traditional libcap library. It's not a replacement to

[OE-core] [PATCH 1/1] glibc: use cross-rpcgen to replace host's rpcgen

2015-08-19 Thread Robert Yang
There might be unexpected errors when use host's rpcgen. [YOCTO #8181] Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/recipes-core/glibc/glibc_2.22.bb |6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meta/recipes-core/glibc/glibc_2.22.bb