Re: [oe] [meta-oe][PATCH V3] pmdk: fix install error

2019-01-15 Thread Liu, Yongxin
Please ignore this patch. It doesn't locate the root cause for pmdk installation. pmdk libraries can be installed in lib or lib64, depending on different host build system. Thanks, Yongxin > -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org >

[oe] State of the world, 2019-01-15

2019-01-15 Thread Khem Raj
http://www.openembedded.org/wiki/Bitbake_World_Status == Number of issues - stats == {| class='wikitable' !|Date !!colspan='4'|Failed tasks!!|Signatures !!colspan='15'|QA !!Comment |- || ||qemuarm ||qemuarm64 ||qemux86 ||qemux86_64 ||all ||already-stripped ||libdir ||textrel ||build-deps

Re: [oe] Kernel modules being built, but not being included in image

2019-01-15 Thread Mark Asselstine
On Tuesday, January 15, 2019 5:57:34 PM EST Mark Asselstine wrote: > On Tuesday, January 15, 2019 1:26:31 PM EST Muhlenkamp, Lewis wrote: > > Mark, > > > > I got the docker daemon to start up. I figured out what I needed to put > > into my .../recipes-kernel/linux/linux-intel/docker.cfg file to

[oe] [meta-oe][PATCH v3] cli11: Add recipe

2019-01-15 Thread William A. Kennington III via Openembedded-devel
cli11 is a c++ command line parser library that provides a simple user interface with modern c++ semantics. Signed-off-by: William A. Kennington III --- meta-oe/recipes-support/cli11/cli11_1.6.2.bb | 16 1 file changed, 16 insertions(+) create mode 100644

Re: [oe] [meta-oe][PATCH v2] cli11: Add recipe

2019-01-15 Thread Khem Raj
On Tue, Jan 15, 2019 at 3:57 PM William A. Kennington III via Openembedded-devel wrote: > > cli11 is a c++ command line parser library that provides a simple > user interface with modern c++ semantics. > > Signed-off-by: William A. Kennington III > --- >

[oe] [meta-oe][PATCH v2] cli11: Add recipe

2019-01-15 Thread William A. Kennington III via Openembedded-devel
cli11 is a c++ command line parser library that provides a simple user interface with modern c++ semantics. Signed-off-by: William A. Kennington III --- meta-oe/recipes-support/cli11/cli11_1.6.2.bb | 16 1 file changed, 16 insertions(+) create mode 100644

Re: [oe] Kernel modules being built, but not being included in image

2019-01-15 Thread Mark Asselstine
On Tuesday, January 15, 2019 1:26:31 PM EST Muhlenkamp, Lewis wrote: > Mark, > > I got the docker daemon to start up. I figured out what I needed to put > into my .../recipes-kernel/linux/linux-intel/docker.cfg file to make sure > all of the kernel modules were builts. I also found that just

[oe] [meta-networking][PATCH] tcpdump: misc recipe cleanup + drop obsolete workarounds

2019-01-15 Thread Andre McCurdy
Remove obsolete workarounds and improve the workarounds that remain. For example, it hasn't been necessary to set ac_cv_linux_vers since tcpdump 4.6.0: https://github.com/the-tcpdump-group/tcpdump/commit/a42fc6e764abfe4a99eef993784733f735f6c874 Signed-off-by: Andre McCurdy ---

[oe] [meta-oe][PATCH] python-cryptography: drop python-pycparser dependency

2019-01-15 Thread Stefan Agner
From: Stefan Agner The python-cryptography package is in fact not depending on python-pycparser. Signed-off-by: Stefan Agner --- meta-python/recipes-devtools/python/python-cryptography.inc | 2 -- 1 file changed, 2 deletions(-) diff --git

[oe] [thud][PATCH] mozjs: Avoid use of X11 from host when X11 is disabled

2019-01-15 Thread Khem Raj
From: Otavio Salvador The mozjs build system makes use of host headers and libraries if not passed an invalid path for `--x-includes` and `--x-libraries`. This fixes host contamination while building in a development host. Signed-off-by: Otavio Salvador Signed-off-by: Khem Raj ---