[OE-core] [RFC] Rename meta-openembedded to openembedded-extras

2018-02-21 Thread Andrea Adami
All, it seems there is some consensus about reordering/cleaning the "OpenEmbedded layers". I think that before starting any cleaning *inside* we should finally clean up the confusion about meta-oe meta-openembedded openembedded-layers, etc.. I think it would be advisable to rename the repository

Re: [OE-core] [PATCH] libinput: upgrade to version 1.10.0

2018-02-21 Thread John, Maxin
Hi Ross, >From: Burton, Ross [mailto:ross.bur...@intel.com] >Sent: Wednesday, February 21, 2018 4:58 PM >To: John, Maxin >Cc: OE-core >Subject: Re: [OE-core] [PATCH] libinput: upgrade to version 1.10.0 >> >>On 20 February 2018 at 13:31, Maxin B. John wrote: >> >>+RDEPENDS_${PN} = "python3" > >

[OE-core] [PATCH] u-boot-mkimage: Add dependency on dtc

2018-02-21 Thread Otavio Salvador
The dtc is used when generating images which use Device Tree and we must use the OE version to avoid relying on the host one. Reported-by: Renato Caldas Signed-off-by: Otavio Salvador --- meta/recipes-bsp/u-boot/u-boot-mkimage_2018.01.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d

[OE-core] ✗ patchtest: failure for systemd: re-enable mount propagation for udevd (rev4)

2018-02-21 Thread Patchwork
== Series Details == Series: systemd: re-enable mount propagation for udevd (rev4) Revision: 4 URL : https://patchwork.openembedded.org/series/1447/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have

[OE-core] [PATCH] systemd: re-enable mount propagation for udevd

2018-02-21 Thread Hongzhi.Song
With MountFlags=slave, those mounts then become private to the systemd-udevd namespace and are no longer accessible from outside the namespace, which is not expected. Signed-off-by: Hongzhi.Song --- ...evd-re-enable-mount-propagation-for-udevd.patch | 33 ++ meta/recipes-core

[OE-core] [PATCH] systemd: re-enable mount propagation for udevd

2018-02-21 Thread Hongzhi.Song
With MountFlags=slave, those mounts then become private to the systemd-udevd namespace and are no longer accessible from outside the namespace, which is not expected. Signed-off-by: Hongzhi.Song --- ...evd-re-enable-mount-propagation-for-udevd.patch | 33 ++ 1 file changed, 3

[OE-core] [pyro][PATCH v4] openssl: Upgrade from 1.0.2k to 1.0.2n

2018-02-21 Thread Robert Joslyn
Drop patches already applied upstream. Refresh parallel.patch using latest version from master. Remove x86-64 test binaries included in source code for ptest. License-Update: Updated copyright years and a minor wording change Signed-off-by: Robert Joslyn --- meta/recipes-connectivity/openssl/o

Re: [OE-core] [PATCH 3/3] gstreamer-rtsp-server: remove unnecessary dependencies

2018-02-21 Thread Anuj Mittal
Hi Khem, On 02/22/2018 01:45 PM, Anuj Mittal wrote: > libcheck dep was removed from gst-rtsp-server some time back [1]. > > Disable building of examples and remove dep on libcgroup which > was needed, if present, to build only one specific example. > > Make building of tests optional. > > [1]

[OE-core] [PATCH 2/3] kbd: build tests only when ptest is enabled

2018-02-21 Thread Anuj Mittal
Also include the libcheck dependency only when tests are to be built. Signed-off-by: Anuj Mittal --- meta/recipes-core/kbd/kbd_2.0.4.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/kbd/kbd_2.0.4.bb b/meta/recipes-core/kbd/kbd_2.0.4.bb index 5937cb8..

[OE-core] [PATCH 3/3] gstreamer-rtsp-server: remove unnecessary dependencies

2018-02-21 Thread Anuj Mittal
libcheck dep was removed from gst-rtsp-server some time back [1]. Disable building of examples and remove dep on libcgroup which was needed, if present, to build only one specific example. Make building of tests optional. [1] https://cgit.freedesktop.org/gstreamer/gst-rtsp-server/commit?id=43ec

[OE-core] [PATCH 1/3] bluez5: remove dependency on libcheck

2018-02-21 Thread Anuj Mittal
It was removed a while back and isn't needed anymore. https://git.kernel.org/pub/scm/bluetooth/bluez.git/commit/?id=292a37990cf0b9517135a4d58c8c1df6b9123cb4 Signed-off-by: Anuj Mittal --- meta/recipes-connectivity/bluez5/bluez5.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g

Re: [OE-core] [PATCH 4/4] time: 1.7 -> 1.8

2018-02-21 Thread Robert Yang
Sorry, I Just came back from the Chinese New Year Holiday, I will send it today. // Robert On 02/22/2018 04:05 AM, Burton, Ross wrote: Hi Robert, Will you be able to send this meta-gplv2 patch? Ross On 15 February 2018 at 18:30, Richard Purdie > wro

Re: [OE-core] [PATCH 4/4] time: 1.7 -> 1.8

2018-02-21 Thread Robert Yang
On 02/16/2018 02:30 AM, Richard Purdie wrote: On Mon, 2018-02-05 at 10:41 +0800, Robert Yang wrote: * Remove debian.patch which is already in the source. * The license is changed to GPLv3, I will add the v2 one (time_1.7.bb) to   meta-gplv2. Could you point me at that patch please as we'll

Re: [OE-core] [morty][PATCH] lib/oe/terminal.py: use an absolute path to execute oe-gnome-terminal-phonehome

2018-02-21 Thread Andre McCurdy
On Tue, Jan 23, 2018 at 12:16 PM, Andre McCurdy wrote: > On Tue, Dec 5, 2017 at 5:35 PM, Andre McCurdy wrote: >> From: Ming Liu >> >> A flaw was found on my Ubuntu 14.04.5 LTS, on which that gnome-terminal is >> the default terminal, when I run any of the tasks: >> bitbake busybox -c menuconfig/

Re: [OE-core] [PATCH 07/10] man-db: replace the outdated man implementation

2018-02-21 Thread Mark Hatle
On 2/12/18 5:05 AM, Alexander Kanavin wrote: > Until now oe-core has been using a well obsolete implementation of man. > > Man-db on the other hand is used by all modern Linux distros, is actively > maintained, has a standard build system, and does not require 30 patches > to build. The reason wh

Re: [OE-core] [PATCH 07/10] man-db: replace the outdated man implementation

2018-02-21 Thread Andre McCurdy
On Mon, Feb 12, 2018 at 3:05 AM, Alexander Kanavin wrote: > Until now oe-core has been using a well obsolete implementation of man. > > Man-db on the other hand is used by all modern Linux distros, is actively > maintained, has a standard build system, and does not require 30 patches > to build. >

[OE-core] OEDAM 2018 - Portland

2018-02-21 Thread akuster808
hello, This is a friendly reminder regarding OEDAM this year in Portland. If you are planning on attending, please add your name to the list see https://www.openembedded.org/wiki/OEDAM_2018. If you don't have write access to wiki,  send me your Name so I can add you.  Also, as I understand it,

Re: [OE-core] [PATCH 4/4] time: 1.7 -> 1.8

2018-02-21 Thread Burton, Ross
Hi Robert, Will you be able to send this meta-gplv2 patch? Ross On 15 February 2018 at 18:30, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Mon, 2018-02-05 at 10:41 +0800, Robert Yang wrote: > > * Remove debian.patch which is already in the source. > > * The license is change

Re: [OE-core] [pyro][PATCH v2] openssl: Upgrade from 1.0.2k to 1.0.2n

2018-02-21 Thread robert_joslyn
akuster808 wrote on 02/21/2018 07:03:50 AM: > From: akuster808 > To: Robert Joslyn , openembedded- > c...@lists.openembedded.org, > Date: 02/21/2018 07:03 AM > Subject: Re: [OE-core] [pyro][PATCH v2] openssl: Upgrade from 1.0.2kto 1.0.2n > > On 02/13/2018 07:28 PM, Robert Joslyn wrote: > Drop

Re: [OE-core] [pyro][PATCH v2] openssl: Upgrade from 1.0.2k to 1.0.2n

2018-02-21 Thread akuster808
On 02/13/2018 07:28 PM, Robert Joslyn wrote: > Drop patches already applied upstream. Refresh parallel.patch using > latest version from master. > > LICENSE checksum changed because of updated copyright years and a minor > wording change. > > Signed-off-by: Robert Joslyn This is failing in the

Re: [OE-core] [PATCH] libinput: upgrade to version 1.10.0

2018-02-21 Thread Burton, Ross
On 20 February 2018 at 13:31, Maxin B. John wrote: > > +RDEPENDS_${PN} = "python3" > Ouch. Can we split this bit into a separate package? Pulling in all of Python for a touchpad helper seems a bit overkill if the machine doesn't have a touchpad... Ross --

[OE-core] [PATCH] grub: fix compile error with latest flex

2018-02-21 Thread Ross Burton
With newer flex releases grub fails to build: grub_script.yy.c: In function 'yy_fatal_error': grub_script.yy.c:18:22: error: statement with no effect [-Werror=unused-value] ^ grub_script.yy.c:2366:2: note: in expansion of macro 'fprintf' (void)yyg; ^~~ Backport a pa

[OE-core] [PATCH] flex: upgrade to 2.6.4

2018-02-21 Thread Ross Burton
Upgrade to 2.6.4 and use the new tarballs on GitHub. Remove patches which have been merged upstream. The new releases of Flex bootstrap differently, but the bootstrapping code isn't entirely cross-friendly yet so depend on flex-native and pass --disable-bootstrap. Signed-off-by: Ross Burton ---

[OE-core] [PATCH] mpfr: merge bb/inc and fix license

2018-02-21 Thread Ross Burton
Merge the bb/inc as there's no reason to split them. Remove redundant S assignment. Fix the LICENSE assignment to LGPLv3+. The source of mpfr is Lesser GPL v3 or higher, the GPL is assigned to some test data that isn't shipped. Signed-off-by: Ross Burton --- meta/recipes-support/mpfr/mpfr.inc

Re: [OE-core] [PATCH] bind: add packageconfig for python-support

2018-02-21 Thread Burton, Ross
Did you test this? +PACKAGECONFIG[python] = "--with-python=${PYTHON},-- without-python,python3-core,python3-core" python3-core isn't a recipe so if Python is enabled: ERROR: Nothing PROVIDES 'python3-core' (but /home/ross/Yocto/poky/meta/recipes-connectivity/bind/bind_9.10.6.bb DEPENDS on or oth

Re: [OE-core] [PATCH 12/27] kmod: define bashcompletiondir

2018-02-21 Thread Burton, Ross
On 21 February 2018 at 09:13, Maxin B. John wrote: > On Wed, Feb 21, 2018 at 12:09:36AM +, Burton, Ross wrote: > > >>On 19 February 2018 at 08:37, Maxin B. John > wrote: > >> > >> After moving to pkgconf, kmod package qa test fails without it. > > > >Is this failing because pkgconf returns a

Re: [OE-core] [PATCH 12/27] kmod: define bashcompletiondir

2018-02-21 Thread Maxin B. John
Hi Ross, On Wed, Feb 21, 2018 at 12:09:36AM +, Burton, Ross wrote: >>On 19 February 2018 at 08:37, Maxin B. John wrote: >> >> After moving to pkgconf, kmod package qa test fails without it. > >Is this failing because pkgconf returns a full path >(/path/to/my/build/usr/share/bash-completion)

Re: [OE-core] [PATCH] utils.py: Use minimum value for PARALLEL_MAKE.

2018-02-21 Thread Martin Jansa
http://lists.openembedded.org/pipermail/openembedded-core/2018-February/147525.html On Wed, Feb 21, 2018 at 7:35 AM, Michael Gloff wrote: > feded5fe2755fc6523c235fd6e82a0972e197c08 introduces > parallel_make_argument with optional limit value. We need > the min of PARRALLEL_MAKE and limit. > > S