Re: [oe] [meta-networking][PATCH] tgt: Migrate recipe from meta-openstack layer

2018-07-13 Thread Khem Raj
On 7/13/18 12:35 PM, Jagadeesh Krishnanjanappa wrote: > Yes, we need to copy libconfig-general-perl recipe (from meta-openstack) to > meta-networking as well. > > Bruce comment: > We have specific version requirements with openstack, so we'll keep the > original > recipe in place in

Re: [oe] [meta-oe][PATCH 1/1] kernel-selftest: Add a recipe on kernel selftest

2018-07-13 Thread Burton, Ross
On 13 July 2018 at 15:06, Hongzhi.Song wrote: >+LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7 \ Why are you shipping your own copy of the kernel's COPYING file even though you copy another in that prefunc? Isn't it possible to just depend on kernel-source and build

[oe] [PATCH 2/2] polkit: 0.113 -> 0.115

2018-07-13 Thread Hongxu Jia
- Rebase patches to 0.115 0001-make-netgroup-support-configurable.patch polkit-1_pam.patch Signed-off-by: Hongxu Jia --- .../0001-make-netgroup-support-configurable.patch | 56 -- .../polkit/polkit/polkit-1_pam.patch | 18 +--

Re: [oe] [meta-oe][PATCH v2 0/1] Add a recipe on kernel selftest

2018-07-13 Thread akuster808
On 07/13/2018 07:10 AM, Hongzhi, Song wrote: > Attachment is my local.conf Thanks.  Do you think this might qualify for an FAQ ? https://wiki.yoctoproject.org/wiki/Technical_FAQ - armin > > --Hongzhi > > > On 2018年07月13日 22:06, Hongzhi.Song wrote: >>

Re: [oe] [OE-core][PATCH] x86: remove "qemu-usermode" from MACHINE_FEATURES_BACKFILL_CONSIDERED

2018-07-13 Thread akuster808
On 07/13/2018 07:06 AM, Hongzhi.Song wrote: > error information: > --- > qemu: uncaught target signal 11 (Segmentation fault) - core dumped > If the above error message is about missing .so libraries, > then setting up GIR_EXTRA_LIBS_PATH in the recipe should help. > (typically like this:

Re: [oe] [OE-core][PATCH] x86: remove "qemu-usermode" from MACHINE_FEATURES_BACKFILL_CONSIDERED

2018-07-13 Thread Alexander Kanavin
2018-07-13 16:06 GMT+02:00 Hongzhi.Song : > error information: > --- > qemu: uncaught target signal 11 (Segmentation fault) - core dumped > If the above error message is about missing .so libraries, > then setting up GIR_EXTRA_LIBS_PATH in the recipe should help. > (typically like this:

Re: [oe] [meta-oe][PATCH v2 0/1] Add a recipe on kernel selftest

2018-07-13 Thread Hongzhi, Song
Attachment is my local.conf --Hongzhi On 2018年07月13日 22:06, Hongzhi.Song wrote: 0001-kernel-selftest-Add-a-recipe-on-kernel-selftest.patch: 1. This patch add support for musl libc. 2. I don't reproduce the error about Makefile with your auto.conf. 3. Boot failed using your

[oe] [meta-oe][PATCH 1/1] kernel-selftest: Add a recipe on kernel selftest

2018-07-13 Thread Hongzhi.Song
The recipe builds the framework for kernel-selftest. Now, it just contains two sets of testcase, bpf and vm. We are appending others to the recipe. It needs some features which will be written into relevant recipe. But now, you should add them to conf/local.conf manually. KERNEL_FEATURES_append

[oe] [OE-core][PATCH] x86: remove "qemu-usermode" from MACHINE_FEATURES_BACKFILL_CONSIDERED

2018-07-13 Thread Hongzhi.Song
error information: --- qemu: uncaught target signal 11 (Segmentation fault) - core dumped If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the recipe should help. (typically like this: GIR_EXTRA_LIBS_PATH="${B}/something/.libs" ) --- qemux86 will

[oe] [meta-oe][PATCH v2 0/1] Add a recipe on kernel selftest

2018-07-13 Thread Hongzhi.Song
0001-kernel-selftest-Add-a-recipe-on-kernel-selftest.patch: 1. This patch add support for musl libc. 2. I don't reproduce the error about Makefile with your auto.conf. 3. Boot failed using your auto.conf with error: --- [ 576.229543] mount[2571]: segfault at 0 ip

[oe] [meta-oe][PATCH v2] libkcapi: Add new recipe for v1.1.1

2018-07-13 Thread Krzysztof Kozlowski
Add new recipe with libkcapi v1.1.1, Linux Kernel Crypto API User Space Interface Library. Signed-off-by: Krzysztof Kozlowski --- Changes since v1: 1. Add patches fixing compilation with GCC v8.1 --- ...e-buffer-overflow-with-strncpy-and-Wstrin.patch | 50

[oe] [meta-oe][PATCH] augeas: Upgrade to 1.10.1

2018-07-13 Thread mingli.yu
From: Mingli Yu * Add EXTRA_AUTORECONF += "-I ${S}/gnulib/m4" to fix below compile error: | In file included from ../../../augeas-1.10.1/gnulib/lib/printf-args.h:41, | from ../../../augeas-1.10.1/gnulib/lib/printf-args.c:29: | ./wchar.h:571:6: error: #if with no expression |