[OE-core] [[PATCH v2] kernel-fitimage: fix ${KERNEL_DEVICETREE} includes subdirectory issue.

2017-05-09 Thread Chunrong Guo
From: Chunrong Guo * For example: KERNEL_DEVICETREE ?= "freescale/fsl-ls1046a-rdb.dtb" ${DTB}= "freescale/fsl-ls1046a-rdb.dtb" but only the dtb name should be used. * Support "ext2.gz " filesystems * Support mutiple KERNEL_IMAGETYPE For example: KERN

Re: [OE-core] GUI based images

2017-05-09 Thread Alexander Kanavin
On 05/09/2017 01:15 AM, Paul Eggleton wrote: LXDE in particular is Gtk2 based, it's no longer being developed, and has been superseded by LXQt. So it's a non-starter (and so is LXQt, which should be clear from its name :). FWIW I think this is a little short-sighted. Why are we ruling out Qt ex

Re: [OE-core] GUI based images

2017-05-09 Thread Alexander Kanavin
On 05/09/2017 01:50 AM, Khem Raj wrote: A general usecase is that someone takes the reference and tweaks it to meet the needs of a product quickly. For such usecases, it would be good to consider the most widely used UI framework in embedded space. I personally don't know how much sato is deploye

Re: [OE-core] GUI based images

2017-05-09 Thread Alex J Lennon
On 09/05/17 09:05, Alexander Kanavin wrote: On 05/09/2017 01:15 AM, Paul Eggleton wrote: LXDE in particular is Gtk2 based, it's no longer being developed, and has been superseded by LXQt. So it's a non-starter (and so is LXQt, which should be clear from its name :). FWIW I think this is a li

Re: [OE-core] [[PATCH v2] kernel-fitimage: fix ${KERNEL_DEVICETREE} includes subdirectory issue.

2017-05-09 Thread Andreas Oberritter
Dear Chunrong Guo, you don't need to repost the same patch over and over again. Please consider my reply to your first submission of v2. http://lists.openembedded.org/pipermail/openembedded-core/2017-May/136345.html Regards, Andreas P.S.: The subject contains a superflous bracket. On Tue, 9

[OE-core] [PATCH 0/1] cve-check.bbclass: make warning contain CVE IDs

2017-05-09 Thread Chen Qi
The following changes since commit 381897c64069ea43d595380a3ae913bcc79cf7e1: build-appliance-image: Update to master head revision (2017-05-01 08:56:47 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/cve-check-warning http://git.pokylinux.org/cgi

[OE-core] [PATCH 1/1] cve-check.bbclass: make warning contain CVE IDs

2017-05-09 Thread Chen Qi
When warning users about unpatched CVE, we'd better put CVE IDs into the warning message, so that it would be more straight forward for the user to know which CVEs are not patched. So instead of: WARNING: gnutls-3.5.9-r0 do_cve_check: Found unpatched CVE, for more information check /path/to/wor

Re: [OE-core] [PATCH 1/1] cve-check.bbclass: make warning contain CVE IDs

2017-05-09 Thread Joshua Lock
On Tue, 2017-05-09 at 17:13 +0800, Chen Qi wrote: > When warning users about unpatched CVE, we'd better put CVE IDs into > the warning message, so that it would be more straight forward for > the > user to know which CVEs are not patched. > > So instead of: >   WARNING: gnutls-3.5.9-r0 do_cve_chec

Re: [OE-core] GUI based images

2017-05-09 Thread Ian Arkver
On 09/05/17 09:44, Alex J Lennon wrote: On 09/05/17 09:05, Alexander Kanavin wrote: On 05/09/2017 01:15 AM, Paul Eggleton wrote: LXDE in particular is Gtk2 based, it's no longer being developed, and has been superseded by LXQt. So it's a non-starter (and so is LXQt, which should be clear from

Re: [OE-core] GUI based images

2017-05-09 Thread Alexander Kanavin
On 05/09/2017 11:44 AM, Alex J Lennon wrote: fwiw. I would love to be able to develop devices like those pictured below, which I believe are based on Qt for Device Creation. https://d33sqmjvzgs8hq.cloudfront.net/wp-content/uploads/2014/08/devices.png ref: https://www.qt.io/qt-for-device-creati

Re: [OE-core] [PATCH] connman: Simplify and fix packaging of VPN plug-ins

2017-05-09 Thread Andreas Oberritter
Ping. I know conflicts may have appeared in the meantime. I've got a rebased version in my tree. Some feedback would be nice however, before I'm going to send it again. Regards, Andreas On Mon, 30 Jan 2017 23:19:30 +0100 Andreas Oberritter wrote: > Ping. > > On Mon, 5 Dec 2016 23:41:53 +0100

Re: [OE-core] [PATCH 2/2] connman: enable connman-wait-online.service

2017-05-09 Thread Andreas Oberritter
Ping, again, for this very simple patch. On Mon, 30 Jan 2017 23:20:02 +0100 Andreas Oberritter wrote: > Ping. > > On Wed, 30 Nov 2016 13:22:31 +0100 > Andreas Oberritter wrote: > > > Fixes network mounts on boot. > > > > Signed-off-by: Andreas Oberritter > > --- > > meta/recipes-connectivi

Re: [OE-core] [PATCH 1/1] cve-check.bbclass: make warning contain CVE IDs

2017-05-09 Thread ChenQi
On 05/09/2017 05:17 PM, Joshua Lock wrote: On Tue, 2017-05-09 at 17:13 +0800, Chen Qi wrote: When warning users about unpatched CVE, we'd better put CVE IDs into the warning message, so that it would be more straight forward for the user to know which CVEs are not patched. So instead of: WAR

Re: [OE-core] GUI based images

2017-05-09 Thread Burton, Ross
On 8 May 2017 at 23:15, Paul Eggleton wrote: > FWIW I think this is a little short-sighted. Why are we ruling out Qt > exactly? > My only strong opinion on what goes into oe-core is that it should be small (both in size and build time) and basic. It's not going to fit everyones needs and is bas

[OE-core] [PATCH V2 0/1] cve-check.bbclass: make warning contain CVE IDs

2017-05-09 Thread Chen Qi
The following changes since commit 381897c64069ea43d595380a3ae913bcc79cf7e1: build-appliance-image: Update to master head revision (2017-05-01 08:56:47 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/cve-check-warning http://git.pokylinux.org/cgi

[OE-core] [PATCH V2 1/1] cve-check.bbclass: make warning contain CVE IDs

2017-05-09 Thread Chen Qi
When warning users about unpatched CVE, we'd better put CVE IDs into the warning message, so that it would be more straight forward for the user to know which CVEs are not patched. So instead of: WARNING: gnutls-3.5.9-r0 do_cve_check: Found unpatched CVE, for more information check /path/to/wor

Re: [OE-core] GUI based images

2017-05-09 Thread Alexander Kanavin
On 05/09/2017 12:18 PM, Ian Arkver wrote: They have their own meta-b2qt layer for that. See "Embedded documentation" and "Building Your Own Embedded Linux Image" from that page. It's not an OE-core thing, imho. I digged a bit deeper, and meta-b2qt is in fact open source: http://code.qt.io/cgi

Re: [OE-core] GUI based images

2017-05-09 Thread Burton, Ross
On 9 May 2017 at 10:30, Alexander Kanavin wrote: > Seriously, for those who say that qt5 should be in oe.core - this does the > job far better than oe-core ever would. > This. :) Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.open

Re: [OE-core] GUI based images

2017-05-09 Thread Mike Looijmans
On 09-05-17 10:44, Alex J Lennon wrote: On 09/05/17 09:05, Alexander Kanavin wrote: On 05/09/2017 01:15 AM, Paul Eggleton wrote: LXDE in particular is Gtk2 based, it's no longer being developed, and has been superseded by LXQt. So it's a non-starter (and so is LXQt, which should be clear fro

Re: [OE-core] PulseAudio with WebRTC echo cancellation (aec): support for webrtc-audio-processing package

2017-05-09 Thread Koenraad Verheyden
Hi Tanu, I've written a script myself, referencing how other scripts did this. Was indeed not so hard. This is the first time writing such a script so I can't guarantee everything is correct or the right way to do (especially the license stuff). But this works for me. You can do with this script

[OE-core] [PATCH] gcr: add missing dependency on xsltproc if introspection is enabled

2017-05-09 Thread Ross Burton
gcr needs xsltproc at build time if GObject Introspection is enabled. Also, remove the explicit disabling of g-i and gtk-doc on x86-64 targets, this appears to work now. Signed-off-by: Ross Burton --- meta/recipes-gnome/gcr/gcr_3.20.0.bb | 16 ++-- 1 file changed, 2 insertions(+), 1

Re: [OE-core] [PATCH] libnl: 3.2.29 -> 3.3.0

2017-05-09 Thread Burton, Ross
On 8 May 2017 at 10:39, Huang Qiyu wrote: > > 1) Upgrade libnl from 3.2.29 to 3.3.0. > 2) Delete patch "fix-pktloc_syntax_h-race.patch", since it is integrated upstream. Breaks under musl: In file included from ../libnl-3.3.0/include/linux-private/linux/ipv6.h:5:0, from ../libn

[OE-core] [PATCH] kconfig-frontends: fix build race

2017-05-09 Thread Ross Burton
In parallel builds utils/kconfig-tweak may be written to before utils/ exists, so add a mkdir. Also mark the pkgconfig patch as Submitted as I sent that upstream at the same time. Signed-off-by: Ross Burton --- .../files/0001-Fix-installation-of-.pc-files.patch | 3 +- .../kconfig-frontends/fi

[OE-core] ✗ patchtest: failure for kconfig-frontends: fix build race

2017-05-09 Thread Patchwork
== Series Details == Series: kconfig-frontends: fix build race Revision: 1 URL : https://patchwork.openembedded.org/series/6651/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on th

[OE-core] [PATCH 3/3] GNU_MIRROR: switch from ftp to https

2017-05-09 Thread Maxin B. John
Based on the same reason behind DEBIAN's switch from ftp: https://www.debian.org/News/2017/20170425 Signed-off-by: Maxin B. John --- meta/classes/mirrors.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass index

[OE-core] [PATCH 2/3] DEBIAN_MIRROR: switch from ftp to http

2017-05-09 Thread Maxin B. John
All public-facing debian.org FTP services will be shut down on November 1, 2017 The mirrors should just be accessed using HTTP instead. https://www.debian.org/News/2017/20170425 Fixes [YOCTO #11413] Signed-off-by: Maxin B. John --- meta/classes/mirrors.bbclass | 34 +---

[OE-core] [PATCH 1/3] useradd: remove preinst script referring to recipe sysroot

2017-05-09 Thread Maxin B. John
Remove recipe-specific-sysroot details from the preinst scripts generated by useradd.bbclass. Fixes [YOCTO #11460] Signed-off-by: Maxin B. John --- meta/classes/useradd.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/useradd.bbclass b/meta/classes/userad

Re: [OE-core] [PATCH] libnl: 3.2.29 -> 3.3.0

2017-05-09 Thread Khem Raj
On Tue, May 9, 2017 at 6:18 AM, Burton, Ross wrote: > > On 8 May 2017 at 10:39, Huang Qiyu wrote: >> >> 1) Upgrade libnl from 3.2.29 to 3.3.0. >> 2) Delete patch "fix-pktloc_syntax_h-race.patch", since it is integrated >> upstream. > > > Breaks under musl: > > In file included from ../libnl-3.3.0

Re: [OE-core] [PATCH 2/3] DEBIAN_MIRROR: switch from ftp to http

2017-05-09 Thread Alexander Kanavin
On 05/09/2017 07:19 PM, Maxin B. John wrote: All public-facing debian.org FTP services will be shut down on November 1, 2017 The mirrors should just be accessed using HTTP instead. Let's discourage the use of ftp in recipes in general; it's a 1970s relic. Alex -- _

[OE-core] [PATCH] python3-nose: rename ${bindir}/nosetests into ${bindir}/nosetests3

2017-05-09 Thread Denys Dmytriyenko
From: Denys Dmytriyenko This resolves a conflict when both python-nose and python3-nose are pulled into an image and try to install ${bindir}/nosetests binary. This matches with how other distros are solving this problem, e.g. Debian: https://packages.debian.org/jessie/all/python3-nose/filelist

Re: [OE-core] GUI based images

2017-05-09 Thread Max Krummenacher
Am Dienstag, den 09.05.2017, 11:10 +0300 schrieb Alexander Kanavin: > On 05/09/2017 01:50 AM, Khem Raj wrote: > > A general usecase is that someone takes the reference and tweaks it to > > meet the needs of a product quickly. For such usecases, it would be good to > > consider the most widely used

Re: [OE-core] GUI based images

2017-05-09 Thread Khem Raj
On Tue, May 9, 2017 at 2:24 AM, Burton, Ross wrote: > > On 8 May 2017 at 23:15, Paul Eggleton wrote: >> >> FWIW I think this is a little short-sighted. Why are we ruling out Qt >> exactly? > > > My only strong opinion on what goes into oe-core is that it should be small > (both in size and build

Re: [OE-core] GUI based images

2017-05-09 Thread Alexander Kanavin
On 05/09/2017 11:19 PM, Khem Raj wrote: I think we should always intend to align the reference stack with whats commonly used in userbases we target to address with project, we will not be serving the project goals and its username if we trim down to packages which are just used for reference, if

[OE-core] [meta-oe][resend][PATCH] sysstat: fixup pkg_postinst to allow SYSTEMD_AUTO_ENABLE to work

2017-05-09 Thread Mark Asselstine
The logic added to the pkg_postinst in commit 6bf82c26f953 has the side effect of rendering SYSTEMD_AUTO_ENABLE ineffective. The systemd service will not be configured as 'enabled' either offline(do_rootfs) or during first boot. Since the volatiles, as used, in the pkg_postinst are unused with syst

Re: [OE-core] GUI based images

2017-05-09 Thread Khem Raj
On Tue, May 9, 2017 at 1:39 PM, Alexander Kanavin wrote: > On 05/09/2017 11:19 PM, Khem Raj wrote: >> >> I think we should always intend to align the reference stack with >> whats commonly used in >> userbases we target to address with project, we will not be serving >> the project goals and its u

Re: [OE-core] GUI based images

2017-05-09 Thread Paul Eggleton
On Wednesday, 10 May 2017 8:39:58 AM NZST Alexander Kanavin wrote: > On 05/09/2017 11:19 PM, Khem Raj wrote: > > I think we should always intend to align the reference stack with > > whats commonly used in > > userbases we target to address with project, we will not be serving > > the project goals

Re: [OE-core] [yocto] [PATCH] recipes-support: Add recipe for libgpiod

2017-05-09 Thread akuster808
Marek, There is another mailing list that is geared towards the core development and recipes like this that are targeted for the main "meta" layer. You should resend this patch to: openembedded-core@lists.openembedded.org. regards, Armin On 05/09/2017 02:10 PM, Marek Belisko wrote: libgp

Re: [OE-core] [yocto] [PATCH] recipes-support: Add recipe for libgpiod

2017-05-09 Thread Denys Dmytriyenko
Can libsoc help here? It's in meta-oe, but this libgpiod should be there too... On Tue, May 09, 2017 at 02:24:18PM -0700, akuster808 wrote: > Marek, > > There is another mailing list that is geared towards the core > development and recipes like this that are targeted for the main > "meta" layer.

[OE-core] [PATCH] tcmode-default: use SDK_SYS suffix instead of SDK_ARCH for binutils-crosssdk

2017-05-09 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Commit d2eb70e809d482c493922f23aef4409cfd82 has changed suffixes for all -crosssdk packages from SDK_ARCH to SDK_SYS, but missed one line with binutils-crosssdk. This change fixes that omission. Signed-off-by: Denys Dmytriyenko --- meta/conf/distro/include/tcmode-de

Re: [OE-core] GUI based images

2017-05-09 Thread Philip Balister
On 05/09/2017 03:03 PM, Paul Eggleton wrote: > On Wednesday, 10 May 2017 8:39:58 AM NZST Alexander Kanavin wrote: >> On 05/09/2017 11:19 PM, Khem Raj wrote: >>> I think we should always intend to align the reference stack with >>> whats commonly used in >>> userbases we target to address with proje

[OE-core] [PATCH] icu: Use LARGE_BUFFER_MAX_SIZE for cmd

2017-05-09 Thread jackie.huang
From: Jackie Huang The previous patch used LARGE_BUFFER_MAX_SIZE instead of SMALL_BUFFER_MAX_SIZE for cmd in function pkg_installLibrary, which only fixed some of the cases when the command line is too long, some other cases indicate that the LARGE_BUFFER_MAX_SIZE is also needed in pkg_installCom

[OE-core] Fwd: [PATCH] recipes-support: Add recipe for libgpiod

2017-05-09 Thread Belisko Marek
libgpiod - C library and tools for interacting with the linux GPIO character device Since linux 4.8 the GPIO sysfs interface is deprecated. User space should use the character device instead. This library encapsulates the ioctl calls and data structures behind a straightforward API. Signed-off-by