Re: [OE-core] [PATCH] gstreamer1.0-plugins-bad: add packageconfig for egl

2016-08-26 Thread Khem Raj
On 8/26/16 6:49 AM, Nicolas Dechesne wrote: > In commit 9c3a94aea1d (gstreamer1.0-plugins-bad: Move EGL requirement for > Wayland), --enable-egl was explicitely added to the wayland packageconfig. > While > this is correct that enabling wayland requires egl, it should be possible to > enable

[OE-core] [PATCH v3] The current syntax of oe-selftest is messy. This patch reorganizes it in a clearer way by grouping all functions in a 'run' subcommand and a 'list' subcommand.

2016-08-26 Thread Humberto Ibarra
A different patch is going to be send to avoid this syntax change from breaking autobuilder. Both patches belong to same bug (8938) and should be integrated together. [YOCTO #8938] --- scripts/oe-selftest | 362 ++-- 1 file changed, 184

[OE-core] [PATCH 2/2] watchdog-config: Add recipe

2016-08-26 Thread Fabio Berton
Provides configuration files for watchdog. Add watchdog-config as a runtime dependence of watchdog and remove watchdog.conf file from watchdog installation. Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador ---

[OE-core] [PATCH 1/2] watchdog: Add wd_keepalive package

2016-08-26 Thread Fabio Berton
This is a simplified version of the watchdog daemon. It only opens /dev/watchdog, and keeps writing to it often enough to keep the kernel from resetting, at least once per minute. Each write delays the reboot time another minute. After a minute of inactivity the watchdog hardware will cause a

Re: [OE-core] [PATCH 1/3] libnl: fix packaging mistakes

2016-08-26 Thread Khem Raj
this series looks ok to me. On 8/26/16 3:31 AM, André Draszik wrote: > - *.la files belong into -dev packages > - the genl-ctrl-list command line utility should go to into the CLI > package, so as to prevent the libnl-genl library package from > pulling in all of the command line utilities

[OE-core] [PATCH v4] kernel.bbclass: include signing keys when copying files required for module builds

2016-08-26 Thread Mattias Waldo
The absence of certs/signing_key.* in $kerneldir made signing of out-of-tree kernel modules fail (silently). Add copying of these files during the shared_workdir task. Signed-off-by: Mattias Waldo --- meta/classes/kernel.bbclass | 2 ++ 1 file changed, 2

[OE-core] [PATCH] gstreamer1.0-plugins-bad: Fix packageconfigs and patches

2016-08-26 Thread Carlos Rafael Giani
This reintroduces fixes and changes which were introduced in the original gstreamer1.0-plugins-bad 1.8.1 upgrade commit. * packageconfigs changed since GStreamer 1.6.3 (they often do between minor version increases like 1.6 -> 1.8) * hls,tinyalsa packageconfigs moved into the .inc file * vulkan

Re: [OE-core] [PATCH v2] python-3.5-manifest.inc: the core module RDEPENDS on misc

2016-08-26 Thread Fabio Berton
Hi Ricardo, Are you using krogoth branch? If yes, look here: http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-devtools/python/python-3.5-manifest.inc?h=krogoth#n122 It's missing ${libdir}/python3.5/operator.* You don't need to add misc package to core. Fabio. On Fri, Aug 26,

Re: [OE-core] [PATCH] bash: Fix build with clang+security flags

2016-08-26 Thread Khem Raj
ignore it > On Aug 26, 2016, at 10:34 AM, Khem Raj wrote: > > Signed-off-by: Khem Raj > --- > ...1-help-fix-printf-format-security-warning.patch | 223 - > meta/recipes-extended/bash/bash_4.3.30.bb | 2 + > 2 files changed,

[OE-core] [PATCH] bash: Fix build with clang+security flags

2016-08-26 Thread Khem Raj
Signed-off-by: Khem Raj --- ...1-help-fix-printf-format-security-warning.patch | 223 - meta/recipes-extended/bash/bash_4.3.30.bb | 2 + 2 files changed, 218 insertions(+), 7 deletions(-) diff --git

[OE-core] State of bitbake world 2016-08-24

2016-08-26 Thread Martin Jansa
== Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!colspan='6'|Failed depencencies!!|Signatures !!colspan='12'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64

Re: [OE-core] [PATCH 2/2] oe.path: preserve xattr in copytree() and copyhardlinktree()

2016-08-26 Thread Mark Hatle
On 8/26/16 10:43 AM, Joshua Lock wrote: > Pass appropriate options to tar invocations in copytree() and > copyhardlinktree() to ensure that any extended attributes on the files > are preserved during the copy. > > We have to drop the use cpio in "Copy-pass" mode in copyhardlinktree() > because

[OE-core] [PATCH 2/2] oe.path: preserve xattr in copytree() and copyhardlinktree()

2016-08-26 Thread Joshua Lock
Pass appropriate options to tar invocations in copytree() and copyhardlinktree() to ensure that any extended attributes on the files are preserved during the copy. We have to drop the use cpio in "Copy-pass" mode in copyhardlinktree() because cpio doesn't support extended attributes on files.

[OE-core] [PATCH 0/2] Preserve extended attributes in sstate objects

2016-08-26 Thread Joshua Lock
This small series is part of a larger, on-going, effort to better support extended attributes (xattr). The goal of sending these two patches before the whole is complete is to improve support for distros with features that rely on xattr that wish to use meta-swupd. meta-swupd creates sstate

[OE-core] [PATCH 1/2] buildtools-tarball: add tar

2016-08-26 Thread Joshua Lock
We'd like to make use of features which aren't available in tar versions prior to 1.27, therefore add tar to the buildtools-tarball so that older distributions can still perform builds. Signed-off-by: Joshua Lock --- meta/recipes-core/meta/buildtools-tarball.bb | 1 + 1

[OE-core] [PATCH v2] python-3.5-manifest.inc: the core module RDEPENDS on misc

2016-08-26 Thread Ricardo Ribalda Delgado
Fixes: root@qt5022:~# python3 Python 3.5.1 (default, Aug 5 2016, 13:25:54) [GCC 5.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import collections Traceback (most recent call last): File "", line 1, in File

[OE-core] [PATCH] uzip: Revert "unzip: fix security issues"

2016-08-26 Thread Aníbal Limón
This security patch brokes the unzip output [1] so revert it in the meantime for the right fix. [YOCTO #9551] [YOCTO #10140] [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=10140#c0 This reverts commit 763a3d424bccf559a8d6add3dc1f2746c82f2933. ---

[OE-core] [PATCH 28/28] util-linux: do not enable gtk-doc and explain why

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-core/util-linux/util-linux.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index 5236209..bf770d8 100644 ---

[OE-core] [PATCH 27/28] p11-kit: enable gtk-doc

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-support/p11-kit/p11-kit_0.22.1.bb | 22 +- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/p11-kit/p11-kit_0.22.1.bb

[OE-core] [PATCH 25/28] libtasn1: enable gtk-doc

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-support/gnutls/libtasn1_4.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/gnutls/libtasn1_4.9.bb b/meta/recipes-support/gnutls/libtasn1_4.9.bb index

[OE-core] [PATCH 26/28] libsoup-2.4: enable gtk-doc

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-support/libsoup/libsoup-2.4_2.54.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.54.1.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.54.1.bb

[OE-core] [PATCH 24/28] gnutls: enable gtk-doc

2016-08-26 Thread Alexander Kanavin
gtk-doc also requires --enable-doc, so that is no longer configurable. Signed-off-by: Alexander Kanavin --- meta/recipes-support/gnutls/gnutls.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/gnutls/gnutls.inc

[OE-core] [PATCH 23/28] harfbuzz: enable gtk-doc

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/harfbuzz/harfbuzz_1.3.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_1.3.0.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_1.3.0.bb index

[OE-core] [PATCH 22/28] cairo: enable gtk-doc

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/cairo/cairo.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/cairo/cairo.inc b/meta/recipes-graphics/cairo/cairo.inc index e5fe308..c4b6f32 100644 ---

[OE-core] [PATCH 19/28] json-glib: enable gtk-doc

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/json-glib/json-glib_1.2.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/json-glib/json-glib_1.2.2.bb b/meta/recipes-gnome/json-glib/json-glib_1.2.2.bb index

[OE-core] [PATCH 21/28] libenck3: enable gtk-doc

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/libwnck/libwnck3_3.20.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/libwnck/libwnck3_3.20.1.bb b/meta/recipes-gnome/libwnck/libwnck3_3.20.1.bb index

[OE-core] [PATCH 20/28] libgudev: enable gtk-doc

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/libgudev/libgudev_230.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/libgudev/libgudev_230.bb b/meta/recipes-gnome/libgudev/libgudev_230.bb index

[OE-core] [PATCH 18/28] gnome-desktop3: enable gtk-doc

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.20.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.20.2.bb

[OE-core] [PATCH 17/28] gdk-pixbuf: enable gtk-doc

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.34.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.34.0.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.34.0.bb

[OE-core] [PATCH 13/28] dbus-glib: enable gtk-doc

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-core/dbus/dbus-glib.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/dbus/dbus-glib.inc b/meta/recipes-core/dbus/dbus-glib.inc index 4661e3a..55f710f 100644 ---

[OE-core] [PATCH 16/28] libuser: enable gtk-doc

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-extended/libuser/libuser_0.62.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/libuser/libuser_0.62.bb b/meta/recipes-extended/libuser/libuser_0.62.bb index

[OE-core] [PATCH 12/28] webkitgtk: re-enable introspection on powerpc

2016-08-26 Thread Alexander Kanavin
It seems to work under qemu-ppc now. Signed-off-by: Alexander Kanavin --- meta/recipes-sato/webkit/webkitgtk_2.12.3.bb | 6 -- 1 file changed, 6 deletions(-) diff --git a/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb

[OE-core] [PATCH 11/28] gcr, libsecret, webkitgtk: disable gtk-doc on mips64

2016-08-26 Thread Alexander Kanavin
It fails with the same error as gobject-introspection Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/gcr/gcr_3.20.0.bb | 2 +- meta/recipes-gnome/libsecret/libsecret_0.18.5.bb | 2 +- meta/recipes-sato/webkit/webkitgtk_2.12.3.bb | 2 +-

[OE-core] [PATCH 15/28] libidn: enable gtk-doc

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-extended/libidn/libidn_1.33.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/libidn/libidn_1.33.bb b/meta/recipes-extended/libidn/libidn_1.33.bb index

[OE-core] [PATCH 10/28] gcr: disable gtk-doc on x86_64

2016-08-26 Thread Alexander Kanavin
For same reason that introspection is disabled: the transient binary goes into infinite loop. Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/gcr/gcr_3.20.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 14/28] orc: enable gtk-doc

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/orc/orc_0.4.25.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/orc/orc_0.4.25.bb b/meta/recipes-devtools/orc/orc_0.4.25.bb index f3bde46..897493a 100644 ---

[OE-core] [PATCH 09/28] webkitgtk: enable gtk-doc support

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...c-settings-so-that-gtkdoc-generation-work.patch | 49 ++ meta/recipes-sato/webkit/webkitgtk_2.12.3.bb | 5 ++- 2 files changed, 52 insertions(+), 2 deletions(-) create mode 100644

[OE-core] [PATCH 08/28] gstreamer1.0: enable gtk-doc support

2016-08-26 Thread Alexander Kanavin
check support is no longer disabled by default because it is a requirement of gtk-doc support in gstreamer. Signed-off-by: Alexander Kanavin --- meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc | 2 +-

[OE-core] [PATCH 07/28] libglade: remove the recipe

2016-08-26 Thread Alexander Kanavin
Libglade has been obsolete for several years and is used by nothing in oe-core; it will be moved to meta-oe so that old recipes still present there continue to build. Signed-off-by: Alexander Kanavin --- .../libglade/libglade-2.6.4/glade-cruft.patch |

[OE-core] [PATCH 06/28] systemd: drop unused gtkdoc-related variable

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-core/systemd/systemd_230.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_230.bb b/meta/recipes-core/systemd/systemd_230.bb index 374a197..ee2bb7b 100644 ---

[OE-core] [PATCH 05/28] kmod: do not let gtkdocize fail

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-kernel/kmod/kmod.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index 99c4a8f..d4c7b18 100644 ---

[OE-core] [PATCH 04/28] gtk-doc.bbclass: enable building gtk-doc based documentation

2016-08-26 Thread Alexander Kanavin
This is done similarly to gobject-introspection, but with much less delicate hacking around the upstream way of working. Signed-off-by: Alexander Kanavin --- meta/classes/gtk-doc.bbclass | 72 +++- 1 file changed, 58

[OE-core] [PATCH 01/28] source-highlight: add a recipe

2016-08-26 Thread Alexander Kanavin
gtk-doc relies on this to highlight source code snippets Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/security_flags.inc| 1 + ...light.pc.in-do-not-add-Boost-s-libraries-.patch | 30 ++

[OE-core] [PATCH 02/28] gtk-doc: add a recipe, remove gtk-doc-stub

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...t-Import-introspection-stub-machinery-too.patch | 305 - .../recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb | 33 --- meta/recipes-gnome/gtk-doc/gtk-doc_1.25.bb | 37 +++ 3 files changed, 37

[OE-core] [PATCH 03/28] bitbake.conf: add "api-documentation" to default distro features

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index c32a3f8..7ce8f67 100644 --- a/meta/conf/bitbake.conf +++

[OE-core] [PATCH 00/28] Enable gtk-doc

2016-08-26 Thread Alexander Kanavin
This patchset adds gtk-doc support to OE-core. It requires running transient binaries during build time, which is achieved via qemu, and so there are all the same caveats as with gobject-introspection. Gtk-doc generation happens if 'api-documentation' distro feature is enabled (it is by default),

[OE-core] [PATCH] python-3.5-manifest.inc: the core module RDEPENDS on misc

2016-08-26 Thread Ricardo Ribalda Delgado
Fixes: root@qt5022:~# python3 Python 3.5.1 (default, Aug 5 2016, 13:25:54) [GCC 5.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import collections Traceback (most recent call last): File "", line 1, in File

[OE-core] [PATCH] gstreamer1.0-plugins-bad: add packageconfig for egl

2016-08-26 Thread Nicolas Dechesne
In commit 9c3a94aea1d (gstreamer1.0-plugins-bad: Move EGL requirement for Wayland), --enable-egl was explicitely added to the wayland packageconfig. While this is correct that enabling wayland requires egl, it should be possible to enable egl without wayland, even when using X11. For example,

Re: [OE-core] [PATCH v2] kernel.bbclass: include signing keys when copying files required for module builds

2016-08-26 Thread Waldo Mattias
I’m behind a corporate firewall, so git-send-email doesn’t work. I’ll see what I can do… /Mattias From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: den 25 augusti 2016 18:48 To: Waldo Mattias Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core]

[OE-core] [PATCH] gstreamer1.0-plugins-good: enable v4l2-probe

2016-08-26 Thread Nicolas Dechesne
A new mechanism to probe v4l2 M2M devices was implemented in gst 1.8 series, in order to get such devices probed we now need to enable v4l2-probe compile option which upstream decided to keep disabled by default (unfortunately), see [1]. With this feature disabled, it is not possible to get v4l2

Re: [OE-core] [PATCH] libnl: musl fixes

2016-08-26 Thread André Draszik
On Sa, 2016-08-20 at 07:51 -0700, Khem Raj wrote: > Thinking more on this, there is an alternative to use strerror_l() rather > than strerror_r(), that will avoid the non-confirming versions issue, > moreover > strerror_() is now recommended by posix to replace strerror_r() usage. > > see > >

Re: [OE-core] [PATCH v2 0/3] fixing kernel module cross-recipe dependency

2016-08-26 Thread André Draszik
On Do, 2016-08-18 at 08:56 +0100, André Draszik wrote: > In a situation where multiple external kernel modules are built > from multiple independent recipes, we currently don't generate > correct runtime dependencies of the packages created. > > This (small) series of patches attempts to address

[OE-core] [PATCH 1/3] libnl: fix packaging mistakes

2016-08-26 Thread André Draszik
- *.la files belong into -dev packages - the genl-ctrl-list command line utility should go to into the CLI package, so as to prevent the libnl-genl library package from pulling in all of the command line utilities (as genl-ctrl-list is linked against libnl-cli-3.so.200) Signed-off-by: André

[OE-core] [PATCH 2/3] libnl: update to v3.2.28

2016-08-26 Thread André Draszik
See http://lists.infradead.org/pipermail/libnl/2016-August/002187.html http://lists.infradead.org/pipermail/libnl/2016-August/002200.html Signed-off-by: André Draszik --- .../libnl/{libnl_3.2.25.bb => libnl_3.2.28.bb} | 17 ++--- 1 file changed, 10

[OE-core] [PATCH 3/3] libnl: backport musl fix (strerror_r / strerror_l)

2016-08-26 Thread André Draszik
musl doesn't implement the non-posix compliant, deprecated, glibc-only special version of strerror_r that libnl had been using so far. Backport the patch(set) that switches libnl over to using strerror_l(). Signed-off-by: André Draszik ---

[OE-core] [PATCH 7/9] linux-libc-headers: remove EXTRA_OEMAKE workaround

2016-08-26 Thread Stefan Müller-Klieser
The default of EXTRA_OEMAKE is already empty since commit: OE-Core rev: aeb653861a0ec39ea7a014c0622980edcbf653fa bitbake.conf: Remove unhelpful default value for EXTRA_OEMAKE Signed-off-by: Stefan Müller-Klieser ---

[OE-core] [PATCH 5/9] musl: remove EXTRA_OEMAKE workaround

2016-08-26 Thread Stefan Müller-Klieser
The default of EXTRA_OEMAKE is already empty since commit: OE-Core rev: aeb653861a0ec39ea7a014c0622980edcbf653fa bitbake.conf: Remove unhelpful default value for EXTRA_OEMAKE Signed-off-by: Stefan Müller-Klieser --- meta/recipes-core/musl/musl_git.bb | 2 -- 1 file

[OE-core] [PATCH 9/9] x264: remove EXTRA_OEMAKE workaround

2016-08-26 Thread Stefan Müller-Klieser
The default of EXTRA_OEMAKE is already empty since commit: OE-Core rev: aeb653861a0ec39ea7a014c0622980edcbf653fa bitbake.conf: Remove unhelpful default value for EXTRA_OEMAKE Signed-off-by: Stefan Müller-Klieser --- meta/recipes-multimedia/x264/x264_git.bb | 2 --

[OE-core] [PATCH 8/9] systemtap: remove EXTRA_OEMAKE workaround

2016-08-26 Thread Stefan Müller-Klieser
The default of EXTRA_OEMAKE is already empty since commit: OE-Core rev: aeb653861a0ec39ea7a014c0622980edcbf653fa bitbake.conf: Remove unhelpful default value for EXTRA_OEMAKE Signed-off-by: Stefan Müller-Klieser ---

[OE-core] [PATCH 6/9] lsof: remove EXTRA_OEMAKE workaround

2016-08-26 Thread Stefan Müller-Klieser
The default of EXTRA_OEMAKE is already empty since commit: OE-Core rev: aeb653861a0ec39ea7a014c0622980edcbf653fa bitbake.conf: Remove unhelpful default value for EXTRA_OEMAKE Signed-off-by: Stefan Müller-Klieser --- meta/recipes-extended/lsof/lsof_4.89.bb | 2 -- 1

[OE-core] [PATCH 0/9] remove EXTRA_OEMAKE workaround

2016-08-26 Thread Stefan Müller-Klieser
Hi, since 2-2-2016 the EXTRA_OEMAKE default has been set empty. The "-e MAKEFLAGS=" got removed. I guess it is time to clean up the recipes which need to work around those defaults. I tried my best to walk through the include hierarchy to find any double workarounds. But everything seems fine and

[OE-core] [PATCH 4/9] ifupdown: remove EXTRA_OEMAKE workaround

2016-08-26 Thread Stefan Müller-Klieser
The default of EXTRA_OEMAKE is already empty since commit: OE-Core rev: aeb653861a0ec39ea7a014c0622980edcbf653fa bitbake.conf: Remove unhelpful default value for EXTRA_OEMAKE Signed-off-by: Stefan Müller-Klieser --- meta/recipes-core/ifupdown/ifupdown_0.8.2.bb | 2

[OE-core] [PATCH 2/9] distutils-common-base.bbclass: remove EXTRA_OEMAKE workaround

2016-08-26 Thread Stefan Müller-Klieser
The default of EXTRA_OEMAKE is already empty since commit: OE-Core rev: aeb653861a0ec39ea7a014c0622980edcbf653fa bitbake.conf: Remove unhelpful default value for EXTRA_OEMAKE Signed-off-by: Stefan Müller-Klieser --- meta/classes/distutils-common-base.bbclass | 2 --

[OE-core] [PATCH 1/9] autotools.bbclass: remove EXTRA_OEMAKE workaround

2016-08-26 Thread Stefan Müller-Klieser
The default of EXTRA_OEMAKE is already empty since commit: OE-Core rev: aeb653861a0ec39ea7a014c0622980edcbf653fa bitbake.conf: Remove unhelpful default value for EXTRA_OEMAKE Signed-off-by: Stefan Müller-Klieser --- meta/classes/autotools.bbclass | 2 -- 1 file

[OE-core] [PATCH 3/9] kernel.bbclass: remove EXTRA_OEMAKE workaround

2016-08-26 Thread Stefan Müller-Klieser
The default of EXTRA_OEMAKE is already empty since commit: OE-Core rev: aeb653861a0ec39ea7a014c0622980edcbf653fa bitbake.conf: Remove unhelpful default value for EXTRA_OEMAKE Signed-off-by: Stefan Müller-Klieser --- meta/classes/kernel.bbclass | 4 1 file

Re: [OE-core] [PATCH] linux-firmware: package carl9170 separately

2016-08-26 Thread Ioan-Adrian Ratiu
On Wed, 24 Aug 2016, Khem Raj wrote: > [ Unknown signature status ] > >> On Aug 24, 2016, at 5:22 AM, Ioan-Adrian Ratiu wrote: >> >> carl9170 is an atheros-based firmware, the succesor of ar9170 which is >> deprecated and its driver (ar9170) was removed

Re: [OE-core] [PATCH 0/4] groff: add file-homedir-perl to RDEPENDS

2016-08-26 Thread Yu, Mingli
On 2016年08月26日 16:55, Burton, Ross wrote: On 26 August 2016 at 03:25, > wrote: The series add file-homedir-perl to RDEPENDS for groff as glilypond rdepends on File/HomeDir.pm provided by file-homedir-perl Isn't lilypond the

[OE-core] [PATCH] vim: split tools directory into vim-tools package

2016-08-26 Thread Alexandru Moise
Normal install of vim packs with it also the /usr/share/vim/vim*/tools directory that consist of a bunch of scripts such as "vim132" that just starts up vim in 132 column mode for VT-100 terminals and lookalikes. Created the vim-tools separate package for the tools directory. If anyone needs

Re: [OE-core] [PATCH 0/4] groff: add file-homedir-perl to RDEPENDS

2016-08-26 Thread Burton, Ross
On 26 August 2016 at 03:25, wrote: > The series add file-homedir-perl to RDEPENDS for groff as > glilypond rdepends on File/HomeDir.pm provided by file-homedir-perl > Isn't lilypond the music score layout tool? This seems very specialist. I suggest adding the new

[OE-core] [PATCH 2/4] oeqa.buildperf: make tests independent

2016-08-26 Thread Markus Lehtonen
Add test set-up functionality so that the individual tests do not depend on each other. This should make sure that a failure in one test does not affect the results of another test. The patch also makes it reasonable to run only a subset of the tests by using the --run-tests option. The increase

[OE-core] [PATCH 0/4] oe-build-perf-test: remove inter-dependencies of tests

2016-08-26 Thread Markus Lehtonen
This patchset gets rid of the dependencies between tests. This should make the results coherent even if some tests fail, and, make it practical to run only a subset of tests with --run-tests. The following changes since commit 00027aee12f4bbc9a4ba607c91fcc1e0e8257fa2:

[OE-core] [PATCH 3/4] oeqa.buildperf: treat failed measurements as errors

2016-08-26 Thread Markus Lehtonen
Now failed measurements correctly cause a test failure (recorded as an error). There should be no need to continue the test if one step fails, especially now that the tests don't depend on each other. Signed-off-by: Markus Lehtonen ---

[OE-core] [PATCH 1/4] oeqa.buildperf: fix checking of invalid results

2016-08-26 Thread Markus Lehtonen
The test status check done when writing globalres log was incorrect. Signed-off-by: Markus Lehtonen --- meta/lib/oeqa/buildperf/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oeqa/buildperf/base.py

[OE-core] [PATCH 4/4] oe-build-perf-test: update globalres and git even if tests failed

2016-08-26 Thread Markus Lehtonen
Write globalres log file and commit results to Git even if some tests failed. Now that tests do not depend on each other there should be no risk of bogus results caused by test failures. Signed-off-by: Markus Lehtonen --- scripts/oe-build-perf-test | 12

Re: [OE-core] [PATCH V4 00/11] runqemu: refactor it and remove machine knowledge

2016-08-26 Thread Robert Yang
On 08/26/2016 05:52 AM, Richard Purdie wrote: Hi Robert, On Thu, 2016-08-25 at 22:36 +0800, Robert Yang wrote: I've fixed the problem and will send a V5. I have tried to test it on my autobuilder, but it's running out of disk space last tonight. It is still in building today, and didn't see