Re: [OE-core] [PATCH] recipes-devtools: Upgrade QEMU to 3.0

2018-08-15 Thread Khem Raj
On Wed, Aug 15, 2018 at 9:05 PM Randy MacLeod wrote: > > LGTM. > > Patched and built on an ubu-16.04 box. > I was able to log into both qemux86-64 and qemuppc > using core-image-minimal. > > As people might expect, loads has changed: > qemu.git $ git diff v2.12.0..v3.0.0| diffstat| tail -1 >

[OE-core] [PATCH] piglit: Upgrade to version from 2018-08-13

2018-08-15 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-graphics/piglit/piglit_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index c186ca9259..df810a33b4 100644 ---

[OE-core] [PATCH V2] llvm: Update to 6.0.1

2018-08-15 Thread Khem Raj
Drop upstreamed patch Signed-off-by: Khem Raj --- V2: Drop an already applied patch ...able-generating-a-native-llvm-config.patch | 41 --- meta/recipes-devtools/llvm/llvm_git.bb| 5 +-- 2 files changed, 2 insertions(+), 44 deletions(-) delete mode 100644

Re: [OE-core] [PATCH] recipes-devtools: Upgrade QEMU to 3.0

2018-08-15 Thread Randy MacLeod
LGTM. Patched and built on an ubu-16.04 box. I was able to log into both qemux86-64 and qemuppc using core-image-minimal. As people might expect, loads has changed: qemu.git $ git diff v2.12.0..v3.0.0| diffstat| tail -1 1825 files changed, 101360 insertions(+), 46333 deletions(-) Have you

[OE-core] [PATCH 1/2] runtime selftest: test_trace_events_sample of ksample.py

2018-08-15 Thread Hongzhi.Song
The debug info can not be written to trace buffer immediately by thread. So we should sleep some seconds. Signed-off-by: Hongzhi.Song --- meta/lib/oeqa/runtime/cases/ksample.py | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git

[OE-core] [oe-core][PATCH v4 0/2] runtime selftest: limit kernel hw bp arches

2018-08-15 Thread Hongzhi.Song
v4: modify commit, test cases with kvm, test qemuarm64 v3: specify arch for the case of hw breakpoint v2: test_trace_events_sample of ksample.py Hongzhi.Song (2): runtime selftest: test_trace_events_sample of ksample.py runtime selftest: limit kernel hw bp arches

[OE-core] [PATCH 2/2] runtime selftest: limit kernel hw bp arches

2018-08-15 Thread Hongzhi.Song
1. So far, only qemux86[-64] support hw breakpoint, no matter whether or not with kvm. qemuppc: The oe-core configuration uses a PPC G4 system as the default cpu but qemu doesn't simulate the hw breakpoint register for G4. qemuarm: The arch more than v7 supports hw breakpoint, however arm use v5

Re: [OE-core] [rocko][PATCH] module-base.bbclass: fix out-of-tree module builds with custom EXTRA_OEMAKE

2018-08-15 Thread akuster808
On 08/15/2018 06:22 PM, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko > > Commit d2aa88a6a92985f21414fceea2dc0facbf7f8779 was meant to backport build > dependencies on bc-native and openssl-native, but it also changed execution > of do_make_scripts() from calling make directly to using

Re: [OE-core] running qt5 apps on wayland image without x11

2018-08-15 Thread Denys Dmytriyenko
On Wed, Aug 15, 2018 at 05:20:01PM +0200, Mohamed Dawod wrote: > Hi, > > I am trying to run qt5 application "Qt5-cinematicexperience" on my custom > image > I faced the following error : > -- > This application failed to start because it couldnt find or load the > Qt pltform plugin "xcb".

Re: [OE-core] [rocko][PATCH 2/2] make-mod-scripts: add build requirements for external modules

2018-08-15 Thread Denys Dmytriyenko
On Wed, Aug 15, 2018 at 08:26:36PM -0400, Denys Dmytriyenko wrote: > On Sat, Jul 28, 2018 at 04:49:50PM +0800, Anuj Mittal wrote: > > From: Bruce Ashfield > > > > Newer kernels (4.14/v4.15+) have dependencies for the build of > > modules (and hence external modules). Without these dependencies >

[OE-core] [rocko][PATCH] module-base.bbclass: fix out-of-tree module builds with custom EXTRA_OEMAKE

2018-08-15 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Commit d2aa88a6a92985f21414fceea2dc0facbf7f8779 was meant to backport build dependencies on bc-native and openssl-native, but it also changed execution of do_make_scripts() from calling make directly to using oe_runmake. That change was made in master/sumo as part of a

Re: [OE-core] [PATCH V2] nfs-export-root: add it to nfs-server FEATURE_PACKAGES

2018-08-15 Thread Dengke Du
Ping. On 2018年08月13日 17:06, Dengke Du wrote: When we enable nfs-server feature, we should add the required file /etc/exports installed by nfs-export-root. Signed-off-by: Dengke Du --- meta/classes/core-image.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [rocko][PATCH 2/2] make-mod-scripts: add build requirements for external modules

2018-08-15 Thread Denys Dmytriyenko
On Sat, Jul 28, 2018 at 04:49:50PM +0800, Anuj Mittal wrote: > From: Bruce Ashfield > > Newer kernels (4.14/v4.15+) have dependencies for the build of > modules (and hence external modules). Without these dependencies > explicitly in the build chain, you can end up with build failures like: > >

[OE-core] [oe-core][PATCH 1/1] libvorbis: 3 CVE fixes

2018-08-15 Thread Joe Slater
CVE-2017-14160, CVE-2018-10393 (same as 14160), and CVE-2018-10392. These fixes should be in libvorbis 1.3.7. Signed-off-by: Joe Slater --- .../libvorbis/libvorbis/CVE-2017-14160.patch | 34 ++ .../libvorbis/libvorbis/CVE-2018-10392.patch | 34

[OE-core] [PATCH] recipes-devtools: Upgrade QEMU to 3.0

2018-08-15 Thread Alistair Francis
Signed-off-by: Alistair Francis --- meta/conf/distro/include/tcmode-default.inc | 2 +- ...1806-QEMU-slirp-heap-buffer-overflow.patch | 70 --- .../qemu/{qemu_2.12.0.bb => qemu_3.0.0.bb}| 7 +- 3 files changed, 4 insertions(+), 75 deletions(-) delete mode 100644

[OE-core] [PATCH 3/3] re2c: Update to 1.0.1

2018-08-15 Thread Khem Raj
Drop upstreamed patch Signed-off-by: Khem Raj --- meta/recipes-support/re2c/re2c/mkdir.patch| 36 --- .../re2c/{re2c_0.16.bb => re2c_1.0.1.bb} | 7 ++-- 2 files changed, 3 insertions(+), 40 deletions(-) delete mode 100644 meta/recipes-support/re2c/re2c/mkdir.patch

[OE-core] [PATCH 1/3] llvm: Update to 6.0.1

2018-08-15 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-devtools/llvm/llvm_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index cb3bba6fab..aab681dd54 100644 ---

[OE-core] [PATCH 2/3] mpfr: Upgrade to 4.0.1

2018-08-15 Thread Khem Raj
Drop patch present in 4.0.1 already Depend on autoconf-archive to fix | configure:14652: error: possibly undefined macro: AX_PTHREAD Signed-off-by: Khem Raj --- .../mpfr/mpfr/long-long-thumb.patch | 39 --- .../mpfr/{mpfr_3.1.5.bb => mpfr_4.0.1.bb} | 10 ++--- 2

Re: [OE-core] [pseudo] [RFC 1/2] pseudo_ipc.c: Use MSG_NOSIGNAL if available

2018-08-15 Thread Rasmus Villemoes
On 2018-07-11 16:30, Rasmus Villemoes wrote: > MSG_NOSIGNAL has been in Linux since 2.2, and has been standardized in > POSIX 2008. Using that when available avoids the overhead of the two > syscalls to set and restore the SIGPIPE handler. Moreover, we can > eliminate one write() call by making

Re: [OE-core] [PATCH v3] kernel-devsrc: restructure for out of tree (and on target) module builds

2018-08-15 Thread Bruce Ashfield
On 2018-08-15 4:42 PM, Richard Purdie wrote: On Wed, 2018-08-15 at 16:50 +0100, Richard Purdie wrote: There has been one failure so far: https://autobuilder.yocto.io/builders/build-appliance/builds/1201/ste ps/BuildImages_1/logs/stdio I suspect we need to tweak the do_populate_poky_src task

Re: [OE-core] [PATCH V2] mesa: Fix bild with waylang and egl

2018-08-15 Thread Richard Purdie
On Wed, 2018-08-15 at 21:52 +0200, Andreas Müller wrote: > On Wed, Jul 4, 2018 at 6:28 PM, Burton, Ross > wrote: > > FWIW historically we just prepended PKG_CONFIG_SYSROOT or whatever > > the > > spelling was to the result of the pkg-config calls. I didn't know > > about PKG_CHECK_VAR before,

[OE-core] [PATCH] acpica: Add missing DEPENDS on bison-native

2018-08-15 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-extended/acpica/acpica_20180508.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/acpica/acpica_20180508.bb b/meta/recipes-extended/acpica/acpica_20180508.bb index dfa9a18ccb0..b5c89fafc59 100644 ---

Re: [OE-core] [PATCH v3] kernel-devsrc: restructure for out of tree (and on target) module builds

2018-08-15 Thread Richard Purdie
On Wed, 2018-08-15 at 16:50 +0100, Richard Purdie wrote: > There has been one failure so far: > > https://autobuilder.yocto.io/builders/build-appliance/builds/1201/ste > ps/BuildImages_1/logs/stdio > > I suspect we need to tweak the do_populate_poky_src task in the > build- > appliance-image

Re: [OE-core] [PATCH 1/1] glibc: re-package for libnss-db

2018-08-15 Thread Randy MacLeod
On 08/15/2018 10:02 AM, Richard Purdie wrote: On Wed, 2018-08-15 at 15:00 +0800, Chen Qi wrote: From: Jackie Huang On other distros like ubuntu/centos, libnss-db usually provides: - The libraries - The Makefile to create database (in /var/db for centos, /var/lib/misc/ for ubuntu) - The

Re: [OE-core] [PATCH V2] mesa: Fix bild with waylang and egl

2018-08-15 Thread Andreas Müller
On Wed, Jul 4, 2018 at 6:28 PM, Burton, Ross wrote: > FWIW historically we just prepended PKG_CONFIG_SYSROOT or whatever the > spelling was to the result of the pkg-config calls. I didn't know > about PKG_CHECK_VAR before, that's really useful! > > Have you tried pushing this upstream? Also

Re: [OE-core] [PATCH] openssh: fix wrong volatile dir for sshd host keys on read-only rootfs

2018-08-15 Thread Andre McCurdy
On Wed, Aug 15, 2018 at 4:59 AM, Martin Hundebøll wrote: > When the read-only-rootfs image feature is enabled, and openssh is > installed into an image, the ssh daemon is reconfigured to use > /var/run/ssh when generating host keys. > > Fix up the creation of the volatile dir to actually match

Re: [OE-core] [PATCHv2 0/4] Pull postinst-intercepts from BBPATH

2018-08-15 Thread Christopher Larson
On Fri, Jul 27, 2018 at 10:24 AM Christopher Larson wrote: > From: Christopher Larson > > These are the bits to allow us to pull intercepts from BBPATH. This is > kept > as a separate class, as it's needed by both image construction and sdk > construction, the latter to support meta-toolchain

Re: [OE-core] [pseudo] [RFC 1/2] pseudo_ipc.c: Use MSG_NOSIGNAL if available

2018-08-15 Thread Seebs
On Wed, 15 Aug 2018 10:27:29 +0100 Richard Purdie wrote: > On Wed, 2018-08-15 at 08:59 +0200, Rasmus Villemoes wrote: > > On 2018-07-11 16:30, Rasmus Villemoes wrote: > > > MSG_NOSIGNAL has been in Linux since 2.2, and has been > > > standardized in > > > POSIX 2008. Using that when available

Re: [OE-core] [PATCH v3] kernel-devsrc: restructure for out of tree (and on target) module builds

2018-08-15 Thread Bruce Ashfield
On 2018-08-15 11:50 AM, Richard Purdie wrote: On Wed, 2018-08-15 at 09:32 -0400, Bruce Ashfield wrote: The existing kernel-devsrc package starts with a full copy of the kernel source and then starts to strip out elements that are not required. This results in extra time (I/O) and extra space

Re: [OE-core] [PATCH v3] kernel-devsrc: restructure for out of tree (and on target) module builds

2018-08-15 Thread Richard Purdie
On Wed, 2018-08-15 at 09:32 -0400, Bruce Ashfield wrote: > The existing kernel-devsrc package starts with a full copy of the > kernel > source and then starts to strip out elements that are not required. > > This results in extra time (I/O) and extra space being taken up in > the > final package.

[OE-core] running qt5 apps on wayland image without x11

2018-08-15 Thread Mohamed Dawod
Hi, I am trying to run qt5 application "Qt5-cinematicexperience" on my custom image I faced the following error : -- This application failed to start because it couldnt find or load the Qt pltform plugin "xcb". Available platform plugins are : eglfs, minimal, minimalegl, offscreen.

Re: [OE-core] [oe][meta-qt5] : QT5 Packages

2018-08-15 Thread Mohamed Dawod
Thank you, It works but there is problem because of i am using wayland instead of x11 in my custom image I removed w11 from IMAGE_FEATURES and I added wayland and weston instead. I think that meta-qt5 has recipes or modules to handle this case, so why it couldn't call them automatically ? On

[OE-core] ✗ patchtest: failure for "sstate: Avoid indirect bison-n..." and 1 more

2018-08-15 Thread Patchwork
== Series Details == Series: "sstate: Avoid indirect bison-n..." and 1 more Revision: 1 URL : https://patchwork.openembedded.org/series/13533/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

[OE-core] [PATCH 2/2] sstate: Optimise SSTATE_EXCLUDEDEPS_SYSROOT handling

2018-08-15 Thread Richard Purdie
Using re.compile() is around six times faster than recompiling the regexp each time so maintain a cache. Signed-off-by: Richard Purdie --- meta/classes/sstate.bbclass | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/meta/classes/sstate.bbclass

[OE-core] [PATCH 1/2] sstate: Avoid indirect bison-native dependencies (via SSTATE_EXCLUDEDEPS_SYSROOT)

2018-08-15 Thread Richard Purdie
From: André Draszik Avoid adding bison-native to the sysroot without a specific dependency in the recipe. This means indirect dependencies (e.g. X -> Y -> binutils-cross -> bison-native) no longer meet the dependency incidentally. This improves determinism and avoids build failures when people

Re: [OE-core] [PATCH 1/1] glibc: re-package for libnss-db

2018-08-15 Thread Richard Purdie
On Wed, 2018-08-15 at 15:00 +0800, Chen Qi wrote: > From: Jackie Huang > > On other distros like ubuntu/centos, libnss-db usually provides: > - The libraries > - The Makefile to create database > (in /var/db for centos, /var/lib/misc/ for ubuntu) > - The makedb command (it's in glibc-common

Re: [OE-core] [PATCH] unzip: fix CVE-2018-1000035

2018-08-15 Thread Konstantin Shemyak
On 15.8.2018 12:43 changqing...@windriver.com wrote: [...] > +++ > b/meta/recipes-extended/unzip/unzip/0001-unzip-fix-CVE-2018-135.patch > @@ -0,0 +1,46 @@ > +From 349f566e6e757458843fa164a0f0584280e1501e Mon Sep 17 00:00:00 > 2001 > +From: Changqing Li > +Date: Wed, 15 Aug 2018 16:20:53

Re: [OE-core] [PATCH 1/4] sstate: allow specifying indirect dependencies to exclude from sysroot

2018-08-15 Thread Richard Purdie
On Tue, 2018-05-22 at 13:25 +0100, André Draszik wrote: > From: André Draszik > > Currently, a dependency on any -native recipe will pull in > all dependencies of that -native recipe in the recipe > sysroot. This behaviour might not always be wanted, e.g. > when that -native recipe depends on

[OE-core] [PATCH v3] kernel-devsrc: restructure for out of tree (and on target) module builds

2018-08-15 Thread Bruce Ashfield
The existing kernel-devsrc package starts with a full copy of the kernel source and then starts to strip out elements that are not required. This results in extra time (I/O) and extra space being taken up in the final package. The main purpose of the kernel-devsrc package has been to build

Re: [OE-core] [oe][meta-qt5] : QT5 Packages

2018-08-15 Thread Alexander Kanavin
2018-08-15 14:38 GMT+02:00 Mohamed Dawod : > I am trying to add Qt5 to my custom image. > I edited bblayer.conf file and created. > Now I want to know what is th packages which i need to append to > IMAGE_INSTALL variable ? > I found many many packages and modules. I can not add them all, because

[OE-core] [oe][meta-qt5] : QT5 Packages

2018-08-15 Thread Mohamed Dawod
Hi, I am trying to add Qt5 to my custom image. I edited bblayer.conf file and created. Now I want to know what is th packages which i need to append to IMAGE_INSTALL variable ? I found many many packages and modules. I can not add them all, because this will expand my image size. I need to know

[OE-core] [PATCH] openssh: fix wrong volatile dir for sshd host keys on read-only rootfs

2018-08-15 Thread Martin Hundebøll
When the read-only-rootfs image feature is enabled, and openssh is installed into an image, the ssh daemon is reconfigured to use /var/run/ssh when generating host keys. Fix up the creation of the volatile dir to actually match what sshd is configured to. Signed-off-by: Martin Hundebøll ---

Re: [OE-core] [RFC PATCH] package.bbclass: improve -dbg and -src package ordering

2018-08-15 Thread Rasmus Villemoes
On 2018-07-17 10:13, Rasmus Villemoes wrote: > ping... > ping2 > On 2018-07-11 13:38, Rasmus Villemoes wrote: >> nativesdk-gpgme fails package_qa when setting PACKAGE_DEBUG_SPLIT_STYLE >> = "debug-with-srcpkg". >> >> ERROR: nativesdk-gpgme-1.10.0-r0 do_package_qa: QA Issue: non debug package

Re: [OE-core] iotop: failure, python module subprocess is missing

2018-08-15 Thread Isaac Nickaein
Thanks. I submitted my very contribution the patch to oe! http://lists.openembedded.org/pipermail/openembedded-devel/2018-August/119970.html I forgot the --subject-prefix="meta-oe][PATCH" part tough. My bad. I've also written a recipe for Agent++ SNMP library (https://agentpp.com/download.html)

Re: [OE-core] [PATCH] unzip: fix CVE-2018-1000035

2018-08-15 Thread Alexander Kanavin
2018-08-15 11:43 GMT+02:00 : > From: Changqing Li > +Upstream-Status: Backport > + > +backport from unzip6.10c23 The new versions of zip/unzip are now published here http://antinode.info/ftp/info-zip/ I wonder if we should still consider them 'betas' or as it has been a decade since the last

[OE-core] [PATCH] unzip: fix CVE-2018-1000035

2018-08-15 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../unzip/0001-unzip-fix-CVE-2018-135.patch| 46 ++ meta/recipes-extended/unzip/unzip_6.0.bb | 1 + 2 files changed, 47 insertions(+) create mode 100644

Re: [OE-core] [PATCH] rpm: remove depend on dbus for rpm native

2018-08-15 Thread Richard Purdie
On Wed, 2018-08-15 at 11:38 +0200, Alexander Kanavin wrote: > 2018-08-15 11:24 GMT+02:00 : > > for clean compile: > > during do_configure, since do_package not executed, so .m4 files > > provide by autoconf-archive-native will not under > > recipe_sysroot_native, > > > > for second time

Re: [OE-core] [PATCH] rpm: remove depend on dbus for rpm native

2018-08-15 Thread Richard Purdie
On Wed, 2018-08-15 at 17:24 +0800, changqing...@windriver.com wrote: > From: Changqing Li > > This depend cause a big problem that for one package, > build enviroment for clean compile and second time compile > are different. And also rpm-native actually don't need to > depend on dbus, so remove

Re: [OE-core] [PATCH] rpm: remove depend on dbus for rpm native

2018-08-15 Thread Alexander Kanavin
2018-08-15 11:24 GMT+02:00 : > for clean compile: > during do_configure, since do_package not executed, so .m4 files > provide by autoconf-archive-native will not under recipe_sysroot_native, > > for second time configure: > .m4 already copy under recipe_sysroot_native when run do_package last

Re: [OE-core] [PATCH] rpm: remove depend on dbus for rpm native

2018-08-15 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of > changqing...@windriver.com > Sent: den 15 augusti 2018 11:25 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH] rpm: remove depend on

Re: [OE-core] [pseudo] [RFC 1/2] pseudo_ipc.c: Use MSG_NOSIGNAL if available

2018-08-15 Thread Richard Purdie
On Wed, 2018-08-15 at 08:59 +0200, Rasmus Villemoes wrote: > On 2018-07-11 16:30, Rasmus Villemoes wrote: > > MSG_NOSIGNAL has been in Linux since 2.2, and has been standardized > > in > > POSIX 2008. Using that when available avoids the overhead of the > > two > > syscalls to set and restore the

[OE-core] [PATCH] rpm: remove depend on dbus for rpm native

2018-08-15 Thread changqing.li
From: Changqing Li This depend cause a big problem that for one package, build enviroment for clean compile and second time compile are different. And also rpm-native actually don't need to depend on dbus, so remove it. Take libfastjson as example: (libfastjson don't have

Re: [OE-core] iotop: failure, python module subprocess is missing

2018-08-15 Thread Richard Purdie
On Wed, 2018-08-15 at 13:03 +0430, Isaac Nickaein wrote: > > Yes. Should be a simple fix. :) > > As a workaround, I added iotop_%.bbappend to my layer with following > content: > > RDEPENDS_${PN} += " python-subprocess " > > This fixed the issue but I'm not sure if this is the *correct* fix.

Re: [OE-core] [PATCH 2/2] libxml-parser-perl: fix "...contains bad RPATH"

2018-08-15 Thread richard . purdie
Hi Jens, On Tue, 2018-08-14 at 18:37 +0200, Jens Rehsack wrote: > I tried: > > $ bitbake libxml-parser-perl-native nativesdk-libxml-parser-perl > libxml-parser-perl > > WARNING: Host distribution "ubuntu-18.04" has not been validated with > this version of the build system; you may possibly

Re: [OE-core] iotop: failure, python module subprocess is missing

2018-08-15 Thread Burton, Ross
That's the fix: please send the patch to openembedded-de...@lists.openembedded.org as a proper patch against the recipe. Ross On 15 August 2018 at 09:33, Isaac Nickaein wrote: >> Yes. Should be a simple fix. :) > > As a workaround, I added iotop_%.bbappend to my layer with following content:

[OE-core] [PATCH] package_manager: Add definitions for riscv machines

2018-08-15 Thread Richard Purdie
Add definitions to the locale table for riscv architecture. Signed-off-by: Richard Purdie --- meta/lib/oe/package_manager.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/lib/oe/package_manager.py b/meta/lib/oe/package_manager.py index 06d1f09d9f9..858891ca211 100644 ---

Re: [OE-core] iotop: failure, python module subprocess is missing

2018-08-15 Thread Isaac Nickaein
> Yes. Should be a simple fix. :) As a workaround, I added iotop_%.bbappend to my layer with following content: RDEPENDS_${PN} += " python-subprocess " This fixed the issue but I'm not sure if this is the *correct* fix. There could be some other bug or some other higher-level missing

Re: [OE-core] [PATCH] oe-pkgdata-util: improve resiliance of lookup-recipe

2018-08-15 Thread Richard Purdie
On Tue, 2018-08-14 at 17:21 +0100, Ross Burton wrote: > If we can't find the pkgdata for a package, instead of erroring out > just emit a > message and continue. > > This makes it possible to pass long lists of packages to oe-pkgdata- > util and > process the output. > > Signed-off-by: Ross

Re: [OE-core] [oe][meta-qt5]: required packages to run qt5 qml applications

2018-08-15 Thread Mohamed Dawod
I added the meta-qt5 layer to bblayers.conf file and i added some of packages to IMAGE_INSTALL variable but I think that I don't need all of this packages. I just need from this list some packages which let me can run qt qml applications. so, how can I know which packages can be useful for me ?

[OE-core] [PATCH 1/1] glibc: re-package for libnss-db

2018-08-15 Thread Chen Qi
From: Jackie Huang On other distros like ubuntu/centos, libnss-db usually provides: - The libraries - The Makefile to create database (in /var/db for centos, /var/lib/misc/ for ubuntu) - The makedb command (it's in glibc-common for centos7) What we had is: - The libraries are in

[OE-core] [PATCH 0/1] glibc: re-package for libnss-db

2018-08-15 Thread Chen Qi
*** BLURB HERE *** The following changes since commit 63a4ff7cf5f7d1671ab85800bc2212dd9cd9748d: bitbake: checksum: sanity check path when recursively checksumming (2018-08-14 16:32:48 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/libnss-db