[OE-core] [PATCH 1/1] cups: upgrade from 2.0.2 to 2.0.3

2015-06-17 Thread Kai Kang
Upgrade cups from 2.0.2 to 2.0.3. In its release log, it fixes CERT VU #810572/CVE-2015-1158/CVE-2015-1159. Signed-off-by: Kai Kang --- meta/recipes-extended/cups/{cups_2.0.2.bb => cups_2.0.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/cups/{cups_2

[OE-core] [PATCH 0/1] Upgrade cups from 2.0.2 to 2.0.3

2015-06-17 Thread Kai Kang
The following changes since commit 1675ff6fff53dda89fa8d4f3a2c292c23fd346d7: bitbake: tests/data: Add new data tests (2015-06-12 00:02:28 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/cups http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=k

Re: [OE-core] multiple git repos vs. AUTOREV?

2015-06-17 Thread Steffen Sledz
On 16.06.2015 16:20, Paul Eggleton wrote: > On Tuesday 16 June 2015 16:12:49 Steffen Sledz wrote: >> For development purposes we use this method to build always from the HEAD >> revision of a git repository. >> ... >> Now we like to do the same in one recipe which uses sources from two git >> repos

Re: [OE-core] multiple git repos vs. AUTOREV?

2015-06-17 Thread Richard Purdie
On Wed, 2015-06-17 at 09:27 +0200, Steffen Sledz wrote: > On 16.06.2015 16:20, Paul Eggleton wrote: > > On Tuesday 16 June 2015 16:12:49 Steffen Sledz wrote: > >> For development purposes we use this method to build always from the HEAD > >> revision of a git repository. > >> ... > >> Now we like t

Re: [OE-core] [PATCH V5 3/3] systemd: split modules into packages

2015-06-17 Thread Anders Darander
* Leandro Dorileo [150616 20:21]: > On 05/13/2015 07:41 PM, Andreas Oberritter wrote: > >Hello Bruno, > >On 13.05.2015 23:51, Bruno Bottazzini wrote: > >>+ > >>+# Aggregation of Split Packages > >>+##

[OE-core] [PATCH 0/1] distutils-common-base: add to, don't set, FILES_${PN}

2015-06-17 Thread Joshua Lock
A recipe I was working on which indirectly inherited both distutils-common-base and gtk-icon-cache was reporting installed but not shipped errors for icons in the path gtk-icon-cache explicitly adds to FILES_${PN}. This turns out to be because distutils-common-base sets (=) rather than appends (+=

[OE-core] [PATCH 1/1] distutils-common-base: add to, don't set, FILES_${PN}

2015-06-17 Thread Joshua Lock
If we set FILES_${PN} and a recipe inherits other classes that modify FILES_${PN} *before* distutils-common-base is included, any changes to FILES_${PN} made by those classes are lost. Instead, append the additional directories we want to include in FILES_${PN} Signed-off-by: Joshua Lock --- me

[OE-core] [PATCH] busybox: enable httpd su install

2015-06-17 Thread Li xin
Signed-off-by: Li Xin --- meta/recipes-core/busybox/busybox.inc | 1 + meta/recipes-core/busybox/busybox/defconfig | 53 +++-- 2 files changed, 28 insertions(+), 26 deletions(-) diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox

[OE-core] [wic][PATCH] wic: Integrated plugin docstrings into 'wic help plugins' output

2015-06-17 Thread Ed Bartosh
Added mechanism to show docstrings of plugin classes as a part of plugins help page. For missing plugins the following warning message is shown: '> is missing docstring. [YOCTO #7118] Signed-off-by: Ed Bartosh --- scripts/lib/image/help.py | 18 ++ scripts/wic | 2

Re: [OE-core] [PATCH] busybox: enable httpd su install

2015-06-17 Thread Paul Eggleton
Hi Li, On Wednesday 17 June 2015 16:48:01 Li xin wrote: > Signed-off-by: Li Xin > --- > meta/recipes-core/busybox/busybox.inc | 1 + > meta/recipes-core/busybox/busybox/defconfig | 53 > +++-- 2 files changed, 28 insertions(+), 26 > deletions(-) > > diff --git a/me

Re: [OE-core] [PATCH v2 09/10] devtool: remove some unused return values

2015-06-17 Thread Paul Eggleton
On Thursday 11 June 2015 14:34:15 Markus Lehtonen wrote: > Signed-off-by: Markus Lehtonen > --- > scripts/devtool | 1 - > scripts/lib/devtool/standard.py | 3 --- > 2 files changed, 4 deletions(-) > > diff --git a/scripts/devtool b/scripts/devtool > index 0100eb8..307846a 100755

Re: [OE-core] multiple git repos vs. AUTOREV?

2015-06-17 Thread Steffen Sledz
On 17.06.2015 10:10, Richard Purdie wrote: > On Wed, 2015-06-17 at 09:27 +0200, Steffen Sledz wrote: >> On 16.06.2015 16:20, Paul Eggleton wrote: >>> On Tuesday 16 June 2015 16:12:49 Steffen Sledz wrote: For development purposes we use this method to build always from the HEAD revision of

[OE-core] [PATCH] insane.bbclass: add indirect-build-deps QA check

2015-06-17 Thread Patrick Ohly
Indirect dependencies occur when a recipe does not declare a depency on "foo" because it depends on "bar", which in turn depends on "foo". This happens to work, but is fragile and should better be avoided by listing "foo" explicitly, because: * "bar" might not depend on "foo" in all configurations

Re: [OE-core] multiple git repos vs. AUTOREV?

2015-06-17 Thread Steffen Sledz
On 17.06.2015 12:09, Steffen Sledz wrote: > On 17.06.2015 10:10, Richard Purdie wrote: >> On Wed, 2015-06-17 at 09:27 +0200, Steffen Sledz wrote: >>> On 16.06.2015 16:20, Paul Eggleton wrote: On Tuesday 16 June 2015 16:12:49 Steffen Sledz wrote: > For development purposes we use this metho

[OE-core] indirect dependencies

2015-06-17 Thread Patrick Ohly
I recently ran into a situation where due to a stupid typo (DEPEND instead of DEPENDS) my recipe happened to work for me when the required package was pulled in indirectly and failed for someone else. It would be nice if such indirect dependencies triggered a QA warning, which they do not at the m

Re: [OE-core] multiple git repos vs. AUTOREV?

2015-06-17 Thread Paul Eggleton
On Wednesday 17 June 2015 12:25:05 Steffen Sledz wrote: > On 17.06.2015 12:09, Steffen Sledz wrote: > > On 17.06.2015 10:10, Richard Purdie wrote: > >> On Wed, 2015-06-17 at 09:27 +0200, Steffen Sledz wrote: > >>> On 16.06.2015 16:20, Paul Eggleton wrote: > On Tuesday 16 June 2015 16:12:49 Ste

[OE-core] [wic][PATCH] wic: Add missing docstrings to plugin classes

2015-06-17 Thread Ed Bartosh
Docstings from plugin classes are used as part of output of 'wic help plugins'. Adding them makes help page more informative. Signed-off-by: Ed Bartosh --- scripts/lib/wic/plugins/imager/direct_plugin.py | 9 + scripts/lib/wic/plugins/source/bootimg-efi.py | 5 + scripts/li

Re: [OE-core] [PATCH v2 09/10] devtool: remove some unused return values

2015-06-17 Thread Markus Lehtonen
Hi Paul, On Wed, 2015-06-17 at 10:36 +0100, Paul Eggleton wrote: > On Thursday 11 June 2015 14:34:15 Markus Lehtonen wrote: > > Signed-off-by: Markus Lehtonen > > --- > > scripts/devtool | 1 - > > scripts/lib/devtool/standard.py | 3 --- > > 2 files changed, 4 deletions(-) > >

[OE-core] [wic][PATCH] wic: Code cleanup: bad-classmethod-argument

2015-06-17 Thread Ed Bartosh
Fixed wrong name for the first argument in class methods. Pylint complains about the issue this way: Class method should have 'cls' as first argument Signed-off-by: Ed Bartosh --- scripts/lib/wic/pluginbase.py | 8 scripts/lib/wic/plugins/imager/direct_plugin.

[OE-core] [wic][PATCH] wic: code cleanup: superfluous-parens

2015-06-17 Thread Ed Bartosh
Removed unncecessary parents after 'if' 'del' and 'print' keywords. Fixed pyling warning: Unnecessary parens after 'xxx' keyword Signed-off-by: Ed Bartosh --- scripts/lib/image/engine.py| 6 +++--- scripts/lib/image/help.py | 2 +- scrip

Re: [OE-core] [PATCH] [fido] binutils: fix native builds when host has gcc5

2015-06-17 Thread Joshua Lock
Hi Martin, Instead of taking this I've queued a patch in my fido/next branch from George McCollister's patch[2] which backports a fix from upstream instead. With this I'm able to build binutils-native on a Fedora 22 laptop. Cheers, Joshua 1. http://cgit.openembedded.org/openembedded-core-c

Re: [OE-core] [PATCH] insane.bbclass: add indirect-build-deps QA check

2015-06-17 Thread Patrick Ohly
On Wed, 2015-06-17 at 12:25 +0200, Patrick Ohly wrote: > However, there are at least two false positives left in the current code: > * aliases for recipes via PROVIDES > * unnecessarily linking against libs which are not really used > > See the TODOs in the code. Actually, I had written more abou

Re: [OE-core] [PATCH] [fido] ncurses: fix native builds when host has gcc5

2015-06-17 Thread Joshua Lock
On 10/06/15 15:28, Martin Stolpe wrote: GCC"s preprocessor starts to add newlines which are not handled properly by ncurses build system startin from version 5.0. See also: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7870 Signed-off-by: Martin Stolpe Thanks for the patch, I've queued a

Re: [OE-core] [PATCH] valgrind: remove arm tests that don't compile

2015-06-17 Thread Joshua Lock
Hi Erik, On 11/06/15 09:39, Erik Botö wrote: I'd like to see this backported into fido if possible, I saw that it's now merged in master. http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=d1ce219960c031c00b48bf454b740b8bffcfbc43 I've queued this in my fido/next[1] branch for inclusion

[OE-core] [PATCH] python: Add performance patches from upstream 2.7 branch

2015-06-17 Thread Richard Purdie
These performance patches result in about a 25% speed up of our parsing speed with bitbake. They're already applied in 1.7 upstream and backported from 3.X so worth applying for 2.7 too. Signed-off-by: Richard Purdie diff --git a/meta/recipes-devtools/python/python/17d3bbde60d2.patch b/meta/rec

[OE-core] [PATCH] ICU: libicudata corrupt on big endian systems

2015-06-17 Thread Stefano Babic
Tools to generate libicudata are not able to write the library according to the endianess. Signed-off-by: Stefano Babic --- Issue was described in a previous: https://www.mail-archive.com/openembedded-core@lists.openembedded.org/msg65155.html meta/recipes-support/icu/icu/0001-target.patch

[OE-core] [PATCH 02/22] Enable icu feature in harfbuzz recipe

2015-06-17 Thread Alexander Kanavin
This is required to build latest webkitgtk Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/harfbuzz/harfbuzz_0.9.40.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.40.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.4

[OE-core] [PATCH 03/22] Add arch conversion routine to cmake.bbclass

2015-06-17 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 --- meta/classes/cmake.bbclass | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/meta/classes/cmake.bb

[OE-core] [PATCH 06/22] Add a recipe for giflib

2015-06-17 Thread Alexander Kanavin
This is a dependency of libwebp (which is a dependency of webkit) Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/giflib/giflib_5.1.1.bb | 20 1 file changed, 20 insertions(+) create mode 100644 meta/recipes-devtools/giflib/giflib_5.1.1.bb diff --git a/meta/reci

[OE-core] [PATCH 07/22] Add a recipe for libyaml

2015-06-17 Thread Alexander Kanavin
libyaml is a dependency of ruby Signed-off-by: Alexander Kanavin --- meta/recipes-support/libyaml/libyaml_0.1.6.bb | 20 1 file changed, 20 insertions(+) create mode 100644 meta/recipes-support/libyaml/libyaml_0.1.6.bb diff --git a/meta/recipes-support/libyaml/libyaml_0.1.

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

2015-06-17 Thread Alexander Kanavin
New webkit requires at least version 0.7 Signed-off-by: Alexander Kanavin --- .../libnotify/{libnotify_0.6.0.bb => libnotify_0.7.6.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-gnome/libnotify/{libnotify_0.6.0.bb => libnotify_0.7.6.bb} (66%) di

[OE-core] [PATCH 04/22] Update jpeg recipe to version 9a

2015-06-17 Thread Alexander Kanavin
Previous webkit version was blocking this; latest webkit works fine. Signed-off-by: Alexander Kanavin --- .../jpeg/jpeg-8d/debian-libjpeg7_7-1.diff | 1070 .../jpeg/jpeg-8d/fix_for_automake_1.12.1.patch | 44 - meta/recipes-core/jpeg/{jpeg_8d.bb => jpeg_9a.bb}

[OE-core] [PATCH 10/22] Add a recipe for libwebp

2015-06-17 Thread Alexander Kanavin
libwebp is a dependency of webkit Signed-off-by: Alexander Kanavin --- 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 a/meta/recipes-multimedia/webp/lib

[OE-core] [PATCH 11/22] Add a recipe for webkitgtk 2.8.3

2015-06-17 Thread Alexander Kanavin
Recipe for webkit-gtk 1.8.3 is removed in a separate commit Signed-off-by: Alexander Kanavin --- meta/recipes-sato/webkit/webkitgtk_2.8.3.bb | 58 + 1 file changed, 58 insertions(+) create mode 100644 meta/recipes-sato/webkit/webkitgtk_2.8.3.bb diff --git a/meta/rec

[OE-core] [PATCH 12/22] Add a recipe for p11-kit

2015-06-17 Thread Alexander Kanavin
p11-kit is a dependency of gcr (which is a dependency of epiphany) Signed-off-by: Alexander Kanavin --- meta/recipes-support/p11-kit/p11-kit_0.22.1.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta/recipes-support/p11-kit/p11-kit_0.22.1.bb diff --git a/meta/r

[OE-core] [PATCH 09/22] Add a recipe for libsecret

2015-06-17 Thread Alexander Kanavin
libsecret is a dependency of webkit Signed-off-by: Alexander Kanavin --- 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 a/meta/recipes-gnome/libsecret/libsecret_

[OE-core] [PATCH 13/22] Add a recipe for gcr

2015-06-17 Thread Alexander Kanavin
gcr is a dependency of epiphany Signed-off-by: Alexander Kanavin --- 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 a/meta/recipes-gnome/gcr/gcr_3.16.0.bb b/meta/recipes-gnome/gc

[OE-core] [PATCH 15/22] Add a recipe for libwnck3

2015-06-17 Thread Alexander Kanavin
libwnck is a dependency of epiphany Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/libwnck/libwnck3_3.14.0.bb | 17 + 1 file changed, 17 insertions(+) create mode 100644 meta/recipes-gnome/libwnck/libwnck3_3.14.0.bb diff --git a/meta/recipes-gnome/libwnck/libwnck3_3.14

[OE-core] [PATCH 14/22] Add a recipe for iso-codes

2015-06-17 Thread Alexander Kanavin
iso-codes is a dependency of epiphany Signed-off-by: Alexander Kanavin --- 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 a/meta/recipes-support/iso-codes/iso

[OE-core] [PATCH 08/22] Add a recipe for ruby

2015-06-17 Thread Alexander Kanavin
Ruby is required to build webkit. Signed-off-by: Alexander Kanavin --- 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 + 3 files

[OE-core] [PATCH 16/22] Add a recipe for gnome-desktop3

2015-06-17 Thread Alexander Kanavin
gnome-desktop3 is a dependency of epiphany Signed-off-by: Alexander Kanavin --- .../gnome-desktop/gnome-desktop3_3.16.2.bb | 25 ++ 1 file changed, 25 insertions(+) create mode 100644 meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.16.2.bb diff --git a/meta/recipe

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

2015-06-17 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 --- meta/conf/distro/include/security_flags.inc| 2 - meta/recipes-sato/webkit/files/bison-2.6.patch | 558 - meta/recipes-sato/

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

2015-06-17 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 --- ...warning-about-deprecated-paths

[OE-core] [PATCH 19/22] Add a recipe for epiphany

2015-06-17 Thread Alexander Kanavin
Epiphany is replacing midori as the browser in oe-core recipe set and poky distribution. Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/epiphany/epiphany_3.16.1.bb | 23 +++ 1 file changed, 23 insertions(+) create mode 100644 meta/recipes-gnome/epiphany/epiphany_3.1

[OE-core] [PATCH 18/22] Add a recipe gsettings-desktop-schemas

2015-06-17 Thread Alexander Kanavin
gsettings-desktop-schemas is a dependency of epiphany Signed-off-by: Alexander Kanavin --- .../gsettings-desktop-schemas_3.16.1.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_

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

2015-06-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta-yocto/conf/distro/include/distro_alias.inc| 2 +- meta-yocto/conf/distro/include/maintainers.inc | 4 ++-- meta-yocto/conf/distro/include/package_regex.inc | 5 ++--- meta-yocto/conf/distro/include/poky-floating-revisions

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

2015-06-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../packagegroups/packagegroup-self-hosted.bb | 10 +++ .../builder/files/builder_hob_start.sh | 8 +++--- meta/recipes-sato/midori/midori/liststore.patch| 29 meta/recipes-sato/midori/midori_0.5.8.bb |

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

2015-06-17 Thread Alexander Kanavin
This patch series updates webkitgtk to latest stable upstream release and replaces midori browser with epiphany. These patches should be applied on top of Jussi Kukkonen's gtk3 update to 3.16. Alexander Kanavin (22): Change tarball compression to xz for gnome recipes Enable icu feature in har

[OE-core] [PATCH 01/22] Change tarball compression to xz for gnome recipes

2015-06-17 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 --- meta/classes/gnomebase.bbclass | 2 +- meta/recipes-core/glib-networking/glib-networking_2.44.0.bb |

Re: [OE-core] Webkit-gtk will be updated to latest upstream; midori browser to be replaced with Epiphany

2015-06-17 Thread Gary Thomas
On 2015-06-16 07:36, Andreas Müller wrote: On Tue, Jun 16, 2015 at 3:30 PM, Gary Thomas wrote: On 2015-06-16 07:27, Andreas Müller wrote: On Tue, Jun 16, 2015 at 2:39 PM, Alexander Kanavin wrote: On 06/16/2015 09:50 AM, Andreas Müller wrote: How about doing same as others do e.g fedora [

[OE-core] [wic][PATCH] wic: removed unused command line option

2015-06-17 Thread Ed Bartosh
Removed -i/--infile wic command line option. Removed properties_file and properties arguments of wic_create function. Signed-off-by: Ed Bartosh --- scripts/lib/image/engine.py | 7 ++- scripts/wic | 8 +++- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/s

Re: [OE-core] [PATCH v3 2/2] cmake: Upgrade 2.8.12.2 -> 3.2.2

2015-06-17 Thread Moritz Blume
On 11.06.2015 21:10, Stefan Herbrechtsmeier wrote: Am 10.06.2015 um 09:36 schrieb Moritz Blume: Patches "qt4-fail-silent.patch" and "support-oe-qt4-tools-names.patch" were adapted in order to fit to CMake 3.2.2 (refer to the commit message in the respective patch for details). Patch "cmake-2.8.1

[OE-core] [PATCH 0/2] Add UEFI firmware for qemux86*

2015-06-17 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval These two patches include: 1. Recipe: Including the OVMF recipe (taken from luv-yocto repository) on Poky 2. Boot script: Instrumenting runqemu to include OECORE_MACHINE_SYSROOT, so the OVMF BIOS can be found. [YOCTO #5654] The following changes since comm

[OE-core] [PATCH 1/2] ovmf: Recipe taken from luv-yocto repository

2015-06-17 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval OVMF metadata taken from the luv-yocto[1] repository and copied into Poky's meta layer. [1] https://github.com/01org/luv-yocto/tree/master/meta-luv/recipes-core/ovmf [YOCTO #5654] Signed-off-by: Leonardo Sandoval --- ...s-Force-tools-variables-to-host-toolchain.patch

[OE-core] [PATCH 2/2] runqemu: Define OECORE_MACHINE_SYSROOT on setup_sysroot

2015-06-17 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval At least the OVFM (UEFI Firmware for Qemu and KVM) recipe stores the BIOS under $OE_TMPDIR/sysroots/$MACHINE, now defined as OECORE_MACHINE_SYSROOT. The latter is used when searching BIOS, VGA BIOS and keymaps. As a example, to boot a OVFM BIOS, one can run the following c

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

2015-06-17 Thread Jussi Kukkonen
On 17 June 2015 at 16:19, Alexander Kanavin wrote: > New webkit requires at least version 0.7 0.6 is the last release that supports GTK+2 and changing this might annoy people who are avoiding GTK+3 and are using some of the recipes in meta-oe that depend on libnotify. I believe the GTK dependenc

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

2015-06-17 Thread Andreas Müller
On Wed, Jun 17, 2015 at 3:19 PM, Alexander Kanavin wrote: > New webkit requires at least version 0.7 > > Signed-off-by: Alexander Kanavin > --- > .../libnotify/{libnotify_0.6.0.bb => libnotify_0.7.6.bb} | 8 > > 1 file changed, 4 insertions(+), 4 deletions(-) > rename meta/re

Re: [OE-core] [PATCH 09/22] Add a recipe for libsecret

2015-06-17 Thread Andreas Müller
On Wed, Jun 17, 2015 at 3:19 PM, Alexander Kanavin wrote: > libsecret is a dependency of webkit > > Signed-off-by: Alexander Kanavin > --- > meta/recipes-gnome/libsecret/libsecret_0.18.2.bb | 12 > 1 file changed, 12 insertions(+) > create mode 100644 meta/recipes-gnome/libsecret/l

[OE-core] subversion configure failure

2015-06-17 Thread Jack Mitchell
Seems to be some sort of python script failure? Is anyone else seeing this? I've dug around a little but can't see anything obvious. Cheers, Jack Attached(2) DEBUG: Executing python function sysroot_cleansstate DEBUG: Python function sysroot_cleansstate finished DEBUG: Executing shell function

Re: [OE-core] [PATCH 1/2] ovmf: Recipe taken from luv-yocto repository

2015-06-17 Thread Philip Balister
On 06/17/2015 02:43 AM, leonardo.sandoval.gonza...@linux.intel.com wrote: > From: Leonardo Sandoval > > OVMF metadata taken from the luv-yocto[1] repository and copied into > Poky's meta layer. What is Poky? > > [1] https://github.com/01org/luv-yocto/tree/master/meta-luv/recipes-core/ovmf >

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

2015-06-17 Thread Paul Eggleton
On Wednesday 17 June 2015 16:19:10 Alexander Kanavin wrote: > This patch series updates webkitgtk to latest stable upstream release > and replaces midori browser with epiphany. > > These patches should be applied on top of Jussi Kukkonen's gtk3 update to > 3.16. > > Alexander Kanavin (22): > Ch

Re: [OE-core] [PATCH 1/2] ovmf: Recipe taken from luv-yocto repository

2015-06-17 Thread Leonardo Sandoval
On 06/17/2015 10:50 AM, Philip Balister wrote: On 06/17/2015 02:43 AM, leonardo.sandoval.gonza...@linux.intel.com wrote: From: Leonardo Sandoval OVMF metadata taken from the luv-yocto[1] repository and copied into Poky's meta layer. What is Poky? You are right, I meant openembedded (OE)

[OE-core] [for-fido] Valgrind fixes backporting

2015-06-17 Thread Otavio Salvador
Hello folks, There are two patches which should be backported for fido: OE-Core: 53afa26655d0b5f75ef2dd6bccef76281a14655c OE-Core: 2fb0edcb47a14e47780d545f60885b36e71fca71 This fixes the build issues some customers has been experiencing in Valgrind build. The issue has been reported by Randy Kr

[OE-core] [PATCH 2/3] rpm: Rebrand rpm custom macro paths to be distro specific

2015-06-17 Thread Mark Hatle
RPM was previously hard coded to use the 'poky' directory. We really want the directory name to be distribution specific. Signed-off-by: Mark Hatle --- meta/recipes-devtools/rpm/rpm_5.4.14.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/rpm/rpm

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

2015-06-17 Thread 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 --- meta/recipes-devtools/rpm/rpm_5.4.14.bb | 80 +++

[OE-core] [PATCH 1/3] rpm: Fix lua 'print' statement capture

2015-06-17 Thread Mark Hatle
The print statement should capture the output and send it to the script processing engine, and not display it directly to the screen. Note, this is only a bug if 'lua' support has been enabled in the RPM recipe's PACKAGECONFIG. This patch is from: http://rpm5.org/cvs/patchset?cn=17671 Signed-off

[OE-core] [PATCH 0/3] RPM bug fixes...

2015-06-17 Thread Mark Hatle
This set fixes a few problems that I recently noticed with RPM5. The first item is a pure bug fix, the second and third are either bugs or an enhancements depending on how you look at it. To test the first bug, you will need to enable 'lua' in the rpm recipe's PACKAGECONFIG. You can then verify

[OE-core] [PATCH 3/5] classes/externalsrc: handle tasks with existing lockfiles

2015-06-17 Thread Paul Eggleton
We need to ensure we add a leading space to the value we are prepending here in case lockfiles already has a value. Fixes [YOCTO #7813]. Signed-off-by: Paul Eggleton --- meta/classes/externalsrc.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/externalsrc

[OE-core] [PATCH 1/5] recipetool: appendfile: clarify help text

2015-06-17 Thread Paul Eggleton
Add a long description and tweak some of the argument descriptions so that it's clearer what the appendfile subcommand does and how it works. Signed-off-by: Paul Eggleton --- scripts/lib/recipetool/append.py | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts

[OE-core] [PATCH 4/5] lib/oeqa/utils/commands: ensure get_bb_var() works when value contains =

2015-06-17 Thread Paul Eggleton
Only split on the first equals character so that values that contain equals characters (such as FAKEROOTENV) can be retrieved. Signed-off-by: Paul Eggleton --- meta/lib/oeqa/utils/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oeqa/utils/commands.py b/me

[OE-core] [PATCH 5/5] devtool: deploy: fix preservation of symlinks and permissions/ownership

2015-06-17 Thread Paul Eggleton
It turns out that scp can't be used to copy symlinks because it follows them instead of copying them, and this is by design (since it emulates rcp which also behaved this way); the unfortunate result is that symlinks that point to valid files on the host translate into the host file being copied to

[OE-core] [PATCH 2/5] recipetool: appendfile: fix file command error handling

2015-06-17 Thread Paul Eggleton
* It turns out that not all versions of the file command support the -E option - the version in Ubuntu 14.04 doesn't support it for example. This option is supposed to force file to return an error if the file can't be opened - since we can't rely upon it then fall back to looking at the ou

[OE-core] [PATCH 0/5] devtool/recipetool and related fixes

2015-06-17 Thread Paul Eggleton
A couple of fixes for errors thrown up by oe-selftest tests on one of my machines (plus one of the autobuilders), a supporting fix for get_bb_var(), a bugfix for externalsrc, and an improvement for recipetool appendfile's help text. NOTE: These have been rebased on top of Markus's devtool refactor

Re: [OE-core] [PATCH] ICU: libicudata corrupt on big endian systems

2015-06-17 Thread Paul Eggleton
Hi Stefano, A couple of minor issues noted inline. On Wednesday 17 June 2015 15:15:40 Stefano Babic wrote: > Tools to generate libicudata are not able > to write the library according to the endianess. > > Signed-off-by: Stefano Babic > --- > > Issue was described in a previous: > > https://w

Re: [OE-core] [PATCH] ICU: libicudata corrupt on big endian systems

2015-06-17 Thread Stefano Babic
Hi Paul, On 17/06/2015 19:28, Paul Eggleton wrote: >> @@ -0,0 +1,35 @@ >> +From 1878e1bfcd116dd3ed9519dd891bf18f860072b7 Mon Sep 17 00:00:00 2001 >> +From: Stefano Babic >> +Date: Thu, 4 Jun 2015 17:53:30 +0200 >> +Subject: [PATCH] target > > > This needs a proper patch comment explaining what

Re: [OE-core] [PATCH] ICU: libicudata corrupt on big endian systems

2015-06-17 Thread Richard Purdie
On Wed, 2015-06-17 at 15:15 +0200, Stefano Babic wrote: > Tools to generate libicudata are not able > to write the library according to the endianess. > > Signed-off-by: Stefano Babic > --- > > Issue was described in a previous: > > https://www.mail-archive.com/openembedded-core@lists.openembed

Re: [OE-core] [PATCH 09/22] Add a recipe for libsecret

2015-06-17 Thread akuster808
On 06/17/2015 08:05 AM, Andreas Müller wrote: On Wed, Jun 17, 2015 at 3:19 PM, Alexander Kanavin wrote: libsecret is a dependency of webkit Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/libsecret/libsecret_0.18.2.bb | 12 1 file changed, 12 insertions(+) create m

Re: [OE-core] [PATCH] python: Add performance patches from upstream 2.7 branch

2015-06-17 Thread Richard Purdie
On Wed, 2015-06-17 at 14:10 +0100, Richard Purdie wrote: > These performance patches result in about a 25% speed up of our parsing > speed with bitbake. They're already applied in 1.7 upstream and backported > from 3.X so worth applying for 2.7 too. Sadly, this was too good to be true. I'd messed

[OE-core] RFC: meta-bootlace (bootloader management layer)

2015-06-17 Thread Peter Seebach
If a system is up for a while, you might want to issue kernel patches. For desktop distributions, this is pretty easy and reasonably well-understood; there's a grub config file somewhere, you modify that, you reboot, everything is good. For embedded systems with bootloaders that aren't grub, or ar

[OE-core] [PATCH] dhcp: modify dhcpd.service to make it start successfully and add systemd service files dhcpd6.service

2015-06-17 Thread Li xin
Signed-off-by: Li Xin --- meta/recipes-connectivity/dhcp/dhcp.inc | 12 meta/recipes-connectivity/dhcp/files/dhcpd.service | 8 ++-- meta/recipes-connectivity/dhcp/files/dhcpd6.service | 15 +++ 3 files changed, 29 insertions(+), 6 deletions(-) create m

[OE-core] [PATCH] openssl: upgrade to 1.0.2c

2015-06-17 Thread rongqing.li
From: Roy Li upgrade to fix the CVE: CVE-2015-1788..CVE-2015-1792 and CVE-2014-8176 remove a backport patch update the c_rehash-compat.patch Signed-off-by: Roy Li --- ...lcl.h-fix-MIPS-specific-gcc-version-check.patch | 30 -- .../openssl/openssl/debian/c_rehash-compat.patc

[OE-core] [PATCH 0/1] Upgrade openssl from 1.0.2a to 1.0.2c

2015-06-17 Thread Kai Kang
Build for qemux86 and qemumips. And it is fine to run openssl basic sub-commands. The following changes since commit 1675ff6fff53dda89fa8d4f3a2c292c23fd346d7: bitbake: tests/data: Add new data tests (2015-06-12 00:02:28 +0100) are available in the git repository at: git://git.pokylinux.org

[OE-core] [PATCH 1/1] openssl: upgrade from 1.0.2a to 1.0.2c

2015-06-17 Thread Kai Kang
Upgrade openssl from 1.0.2a to 1.0.2c: * remove 0001-bn-bn_lcl.h-fix-MIPS-specific-gcc-version-check.patch which is backported from upstream * update debian/c_rehash-compat.patch that context changes Signed-off-by: Kai Kang --- ...lcl.h-fix-MIPS-specific-gcc-version-check.patch | 30 -

Re: [OE-core] [PATCH 0/1] Upgrade openssl from 1.0.2a to 1.0.2c

2015-06-17 Thread Kang Kai
On 2015年06月18日 11:14, Kai Kang wrote: Build for qemux86 and qemumips. And it is fine to run openssl basic sub-commands. Withdraw it that Rongqing Li has sent patch already. --Kai The following changes since commit 1675ff6fff53dda89fa8d4f3a2c292c23fd346d7: bitbake: tests/data: Add new d

[OE-core] [PATCH 1/3] nettle: update package to 3.1.1 version.

2015-06-17 Thread Armin Kuster
this requires the gnutls 3.4.1 update or the current gnutils build will break. Signed-off-by: Armin Kuster --- .../nettle/{nettle_2.7.1.bb => nettle_3.1.1.bb} | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) rename meta/recipes-support/nettle/{nettle_2.7.1.bb =>

[OE-core] [PATCH 3/3] neon: fix compat issues with gnutls 4.3

2015-06-17 Thread Armin Kuster
V2: fix missing 4.3 work around Signed-off-by: Armin Kuster --- .../neon/neon/gnutls_4.3_fixup.patch | 68 ++ meta/recipes-support/neon/neon_0.30.1.bb | 3 +- 2 files changed, 70 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-support/ne

[OE-core] [PATCH 2/3] gnutls: update to 3.4.1

2015-06-17 Thread Armin Kuster
This version supports the nettle 3.x and higher and requires that version. this include a security fix: GNUTLS-SA-2015-2 no CVE assigned to date. enable openssl compat via PACKAGECONFIG as iputils needs gnutls/openssl.h for migration info: http://www.gnutls.org/manual/gnutls.html#Upgrading-from-

[OE-core] [PATCH 0/3] [v3] Gntls update to 4.3.1

2015-06-17 Thread Armin Kuster
THe nettle and gnutls updates must be done as a pair. The following changes since commit 1675ff6fff53dda89fa8d4f3a2c292c23fd346d7: bitbake: tests/data: Add new data tests (2015-06-12 00:02:28 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib akuster/gnut