Re: [oe] [OE-core] [RFC] Rename meta-openembedded to openembedded-extras

2018-02-27 Thread Peter Kjellerstedt
Well, there is a benefit in having a common naming for layers in that it is possible to easily identify them programmatically. E.g., our setup will automatically take all checked out layers named “meta*” and add them to the bblayers.conf.sample file. That said, the name “meta” as it has been

Re: [oe] [OE-core] [RFC] Rename meta-openembedded to openembedded-extras

2018-02-27 Thread Trevor Woerner
On Fri, Feb 23, 2018 at 10:48 PM, Denys Dmytriyenko wrote: > On Thu, Feb 22, 2018 at 12:37:44PM -0800, akuster808 wrote: > > I think openembededd-core is incorrect. it should have been > > meta-openbedded-core or meta-core. > > It does have a layer called just "meta" though... >

[oe] [meta-oe][PATCH] fvwm: add new recipe

2018-02-27 Thread Sebastian Reichel
Add recipe for a minimal built of fvwm. Signed-off-by: Sebastian Reichel --- .../0001-Fix-compilation-for-disabled-gnome.patch | 67 .../fvwm/fvwm/0002-Avoid-absolute-symlinks.patch | 26 + meta-oe/recipes-graphics/fvwm/fvwm_2.6.7.bb

[oe] [meta-qt5][PATCH v2] qtlocation: Add licenses used under mapboxgl.

2018-02-27 Thread Timo Jyrinki
From: Timo Jyrinki These licenses are in use in the fetched mapboxgl submodule but not currently listed in the recipe: Apache-2.0, MIT, openssl and BSL-1.0. Signed-off-by: Timo Jyrinki --- recipes-qt/qt5/qtlocation_git.bb | 3 ++- 1 file

Re: [oe] [meta-qt5][PATCH] qtlocation: Add licenses used under mapboxgl.

2018-02-27 Thread Timo Jyrinki
Ok, thank you. I posted a v2 patch that includes a checksum for their combined license & copyright file, for the version currently referred to from the recipe. 2018-02-26 18:33 GMT+02:00 Martin Jansa : > Update LIC_FILES_CHKSUM to cover license files from mapboxgl. > > On

Re: [oe] Dependency loop in cryptsetup

2018-02-27 Thread Khem Raj
On Tue, Feb 27, 2018 at 8:42 PM, Md Ismail, Zakiah wrote: > Removing libgcrypt from DEPENDS in > meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.4.bb doesn't solve the > issue. The dependency loops are still there. > OK which package is it complaining about ? >

Re: [oe] Dependency loop in cryptsetup

2018-02-27 Thread Md Ismail, Zakiah
The log for this dependency issue is attached. I suspect it's the libdevmapper that's causing the issue because when I remove it from DEPENDS, the dependency loops disappear but cryptsetup do_configure gives error. -Original Message- From: Khem Raj [mailto:raj.k...@gmail.com] Sent:

[oe] [meta-oe][PATCH v4] gstd: Add Gst-Deamon recipe

2018-02-27 Thread Carlos Rodriguez
GStreamer Daemon, also called gstd, is a GStreamer framework for controlling audio and video streaming using TCP connection messages. Qt applications, web interfaces, and GStreamer element test suites show different ways the framework can be utilized. GStreamer Daemon is gst-launch on steroids

[oe] [meta-oe][PATCH v2] gst-shark: Add Gst-Shark recipe

2018-02-27 Thread Carlos Rodriguez
GstShark is an open-source project from RidgeRun that provides benchmarks and profiling tools for GStreamer 1.7.1 (and above). It includes tracers for generating debug information plus some tools to analyze the debug information. GstShark provides easy to use and useful tracers, paired with

Re: [oe] Dependency loop in cryptsetup

2018-02-27 Thread ChenQi
On 02/28/2018 11:48 AM, Md Ismail, Zakiah wrote: Hi, I want to enable cyrptsetup in systemd by adding PACKAGECONFIG_append_pn-systemd = " cryptsetup" in my local.conf; however, I encounter the dependency loop issue. The issue is similar to this:

Re: [oe] [meta-oe][PATCH] fvwm: add new recipe

2018-02-27 Thread akuster808
On 02/27/2018 09:24 AM, Sebastian Reichel wrote: > Add recipe for a minimal built of fvwm. > > Signed-off-by: Sebastian Reichel > --- > .../0001-Fix-compilation-for-disabled-gnome.patch | 67 > .../fvwm/fvwm/0002-Avoid-absolute-symlinks.patch

Re: [oe] [meta-oe][PATCH v4] gstd: Add Gst-Deamon recipe

2018-02-27 Thread akuster808
On 02/27/2018 03:40 PM, Carlos Rodriguez wrote: > GStreamer Daemon, also called gstd, is a GStreamer framework > for controlling audio and video streaming using TCP connection > messages. Qt applications, web interfaces, and GStreamer element > test suites show different ways the framework can

Re: [oe] [meta-oe][PATCH v2] gst-shark: Add Gst-Shark recipe

2018-02-27 Thread akuster808
On 02/27/2018 03:42 PM, Carlos Rodriguez wrote: > GstShark is an open-source project from RidgeRun that provides > benchmarks and profiling tools for GStreamer 1.7.1 (and above). > It includes tracers for generating debug information plus some > tools to analyze the debug information. GstShark

Re: [oe] [meta-oe][PATCH 1/2] cppzmq: 4.2.3 update

2018-02-27 Thread akuster808
On 02/26/2018 12:16 PM, Justin Bronder wrote: > Signed-off-by: Justin Bronder > --- > meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb >

Re: [oe] [meta-oe][PATCH 2/2] zeromq: 4.2.3 update

2018-02-27 Thread akuster808
On 02/26/2018 12:16 PM, Justin Bronder wrote: > Signed-off-by: Justin Bronder can you provide high-lights of what is in the update? - armin > --- > .../zeromq/{zeromq_4.1.6.bb => zeromq_4.2.3.bb} | 6 > +++--- > 1 file changed, 3 insertions(+), 3

[oe] qt moc issue

2018-02-27 Thread Jaewon Lee
Hi All, I'm seeing the following build error: | /scratch/DAILYBUILD/build/tmp/work/aarch64-xilinx-linux/qtdeclarative/5.9.4+gitAUTOINC+317908e72a-r0/git/tests/benchmarks/qml/binding/tst_binding.cpp:175:10: fatal error: tst_binding.moc: No such file or directory | #include "tst_binding.moc" |

[oe] [meta-oe][PATCH] nano: 2.7.4 -> 2.9.3

2018-02-27 Thread Huang Qiyu
Upgrade nano form 2.7.4 to 2.9.3. Signed-off-by: Huang Qiyu --- meta-oe/recipes-support/nano/nano_2.7.4.bb | 4 meta-oe/recipes-support/nano/nano_2.9.3.bb | 4 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644

Re: [oe] qt moc issue

2018-02-27 Thread Khem Raj
On 2/27/18 9:59 AM, Jaewon Lee wrote: Hi All, I'm seeing the following build error: | /scratch/DAILYBUILD/build/tmp/work/aarch64-xilinx-linux/qtdeclarative/5.9.4+gitAUTOINC+317908e72a-r0/git/tests/benchmarks/qml/binding/tst_binding.cpp:175:10: fatal error: tst_binding.moc: No such file or

[oe] Dependency loop in cryptsetup

2018-02-27 Thread Md Ismail, Zakiah
Hi, I want to enable cyrptsetup in systemd by adding PACKAGECONFIG_append_pn-systemd = " cryptsetup" in my local.conf; however, I encounter the dependency loop issue. The issue is similar to this: https://bugzilla.yoctoproject.org/show_bug.cgi?id=11856. The difference is I'm using the latest

Re: [oe] Dependency loop in cryptsetup

2018-02-27 Thread Khem Raj
On 2/27/18 7:48 PM, Md Ismail, Zakiah wrote: Hi, I want to enable cyrptsetup in systemd by adding PACKAGECONFIG_append_pn-systemd = " cryptsetup" in my local.conf; however, I encounter the dependency loop issue. The issue is similar to this:

Re: [oe] Dependency loop in cryptsetup

2018-02-27 Thread Md Ismail, Zakiah
Yes. Currently using OE-Core rocko branch, commit a8eb060c00581e8260dd6bfc31cff5558e8f. -Original Message- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: Wednesday, February 28, 2018 11:59 AM To: Md Ismail, Zakiah ;

Re: [oe] Dependency loop in cryptsetup

2018-02-27 Thread Khem Raj
On 2/27/18 8:01 PM, Md Ismail, Zakiah wrote: Yes. Currently using OE-Core rocko branch, commit a8eb060c00581e8260dd6bfc31cff5558e8f. Does removing libgcrypt from DEPENDS in meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.4.bb help? -Original Message- From: Khem Raj

Re: [oe] Dependency loop in cryptsetup

2018-02-27 Thread Md Ismail, Zakiah
Removing libgcrypt from DEPENDS in meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.4.bb doesn't solve the issue. The dependency loops are still there. -Original Message- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: Wednesday, February 28, 2018 12:11 PM To: Md Ismail, Zakiah