Re: [OE-core] [PATCH] busybox: add devmem

2019-01-31 Thread Adrian Bunk
On Wed, Jan 30, 2019 at 02:18:06PM -0800, Khem Raj wrote: > On Wed, Jan 30, 2019 at 12:31 PM Adrian Bunk wrote: > > > On Wed, Jan 30, 2019 at 08:50:02AM -0800, Khem Raj wrote: > > > On Wed, Jan 30, 2019 at 1:34 AM Adrian Bunk wrote: > > > > > > > > This is a tiny but pretty useful tool. > > > >

Re: [OE-core] [PATCH] base-passwd: Add kvm group

2019-01-31 Thread Jacob Kroon
On Thu, Jan 31, 2019 at 07:15:32PM +, Jacob Kroon wrote: > Fixes the following warning when starting eudev: > > udevd[]: specified group 'kvm' unknown > > Signed-off-by: Jacob Kroon > --- > .../base-passwd/base-passwd/kvm.patch | 23 +++ >

[OE-core] [PATCH] glibc: Update to 2.29 release

2019-01-31 Thread Khem Raj
Signed-off-by: Khem Raj Signed-off-by: Martin Jansa --- meta/conf/distro/include/tcmode-default.inc | 2 +- ...2.28.bb => cross-localedef-native_2.29.bb} | 8 +- meta/recipes-core/glibc/glibc-collateral.inc | 1 + ...bc-locale_2.28.bb => glibc-locale_2.29.bb} | 0

Re: [OE-core] [PATCH] busybox: add devmem

2019-01-31 Thread Tom Rini
On Thu, Jan 31, 2019 at 09:04:53PM +0200, Adrian Bunk wrote: > On Wed, Jan 30, 2019 at 05:47:03PM -0500, Tom Rini wrote: > > > > I would also ask if we should be enabling more stuff in busybox, period. > > I don't think the current status quo would be a good starting point for that. > > Before

Re: [OE-core] [PATCH] busybox: add devmem

2019-01-31 Thread Adrian Bunk
On Wed, Jan 30, 2019 at 05:47:03PM -0500, Tom Rini wrote: > > I would also ask if we should be enabling more stuff in busybox, period. I don't think the current status quo would be a good starting point for that. Before submitting I saw CONFIG_PATCH=y, which is a lot more of a "Why would I ever

Re: [OE-core] Always install initramfs-framework-base in case of linux-yocto & INITRAMFS_IMAGE_BUNDLE=1

2019-01-31 Thread Leon Woestenberg
On Tue, Jan 29, 2019 at 9:01 PM Alexey Brodkin wrote: > --->8-- > /dev/console is missing or not a character device! > Please ensure your rootfs is properly configured > --->8-- I thought /dev/console could

[OE-core] [PATCH] base-passwd: Add kvm group

2019-01-31 Thread Jacob Kroon
Fixes the following warning when starting eudev: udevd[]: specified group 'kvm' unknown Signed-off-by: Jacob Kroon --- .../base-passwd/base-passwd/kvm.patch | 23 +++ .../base-passwd/base-passwd_3.5.29.bb | 3 ++- 2 files changed, 25 insertions(+), 1

Re: [OE-core] [PATCH] busybox: add devmem

2019-01-31 Thread Adrian Bunk
On Thu, Jan 31, 2019 at 11:06:22AM +0100, Philip Balister wrote: > On 01/30/2019 05:50 PM, Khem Raj wrote: > > On Wed, Jan 30, 2019 at 1:34 AM Adrian Bunk wrote: > >> > >> This is a tiny but pretty useful tool. > > Also there is http://layers.openembedded.org/layerindex/recipe/1069/ > > I was

Re: [OE-core] [PATCH 1/2 v5] resultstool: enable merge, store, report and regression analysis

2019-01-31 Thread Richard Purdie
On Thu, 2019-01-31 at 05:23 +, Yeoh, Ee Peng wrote: > Hi RP, > > I looked into ptest and regression. The existing "resultstool > regression" can be used to perform regression on ptest, since the > testresults.json capture ptest status. I had executed regression > script for the below 2 ptest

Re: [OE-core] [PATCH] go, go-common: Add missing quotes in shell variable assignment

2019-01-31 Thread Richard Purdie
On Thu, 2019-01-31 at 12:43 +, Phil Blundell wrote: > Otherwise we will lose if ${BUILD_CC} happens to contain a space. > > Signed-off-by: Phil Blundell > --- > meta/recipes-devtools/go/go-common.inc | 2 +- > meta/recipes-devtools/go/go_1.9.bb | 2 +- > 2 files changed, 2

[OE-core] [PATCH v2] Revert "gcc-cross-canadian: Add symlink to real-ld alongside other symlinks"

2019-01-31 Thread Samuli Piippo
This reverts commit cdd86896c8d29135f937968e9aa07f919cf543d3. real-ld is always used if that is found, which means you cannot switch between bfd and gold linkers using -fuse-ld=gold. Signed-off-by: Samuli Piippo --- meta/recipes-devtools/gcc/gcc-cross-canadian.inc | 2 -- 1 file changed, 2

[OE-core] [PATCH 1/2] core-image-sato-sdk-ptest: Increase qemu memory to 1GB

2019-01-31 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-sato/images/core-image-sato-sdk-ptest.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb b/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb index 531571ee877..7e3152b4a11 100644 ---

[OE-core] [PATCH 2/2] oeqa/runtime/ptest: Ensure OOM errors are logged

2019-01-31 Thread Richard Purdie
Currently processed being killed by the OOM killer may not be spotted by ptest-runner. After we complete the tests, check the logs and report if there were any. This ensures the user is aware of OOM conditions affecting the ptest results. Signed-off-by: Richard Purdie ---

[OE-core] [PATCH] ruby.inc: Add dependency on readline-native

2019-01-31 Thread Manjukumar Matha
Add dependency on readline-native to fix the following issue uninitialized constant Logfile | Check ext/fiddle/mkmf.log for more details. | readline: | Could not be configured. It will not be installed. |

Re: [OE-core] [PATCH] glibc-collateral: Update PV to 2.29

2019-01-31 Thread akuster808
On 1/31/19 10:12 PM, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > meta/recipes-core/glibc/glibc-collateral.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-core/glibc/glibc-collateral.inc > b/meta/recipes-core/glibc/glibc-collateral.inc > index

[OE-core] [PATCH] glibc-collateral: Update PV to 2.29

2019-01-31 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-core/glibc/glibc-collateral.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/glibc/glibc-collateral.inc b/meta/recipes-core/glibc/glibc-collateral.inc index b370df314f..3379270566 100644 ---

[OE-core] [PATCH V3] multilib_header: Place a #include guard to avoid infinite inclusion of headers

2019-01-31 Thread Khem Raj
In cases where extra preprocessing tools are used such as clang-tidy e.g. and these tools are not passed the knowledge about architecture then a corner case comes where we enter into include loop for bits/wordsize.h, since this template does explicitly include bits/wordsize.h so it synthesized a

Re: [OE-core] [PATCH v4 00/12] util-linux: one package per binary

2019-01-31 Thread Richard Purdie
On Wed, 2019-01-16 at 12:51 +, André Draszik wrote: > v4: > * update patch 06/15 > * unconditionally assign PACKAGE_PREPROCESS_FUNCS > * update patch 07/15 > * introduce update_files() helper function Ran this in -next but we saw things like: ERROR: util-linux-2.32.1-r0 do_package: QA

[OE-core] [PATCH] multilib_header: Place a #include guard to avoid infinite inclusion of headers

2019-01-31 Thread Khem Raj
In cases where extra preprocessing tools are used such as clang-tidy e.g. and these tools are not passed the knowledge about architecture then a corner case comes where we enter into include loop for bits/wordsize.h, since this template does explicitly include bits/wordsize.h so it synthesized a

[OE-core] [PATCH V2] multilib_header: Place a #include guard to avoid infinite inclusion of headers

2019-01-31 Thread Khem Raj
In cases where extra preprocessing tools are used such as clang-tidy e.g. and these tools are not passed the knowledge about architecture then a corner case comes where we enter into include loop for bits/wordsize.h, since this template does explicitly include bits/wordsize.h so it synthesized a

Re: [OE-core] [PATCH] glibc: Update to 2.29 release

2019-01-31 Thread akuster808
On 1/31/19 10:11 AM, Khem Raj wrote: > Signed-off-by: Khem Raj > Signed-off-by: Martin Jansa > --- > meta/conf/distro/include/tcmode-default.inc | 2 +- > ...2.28.bb => cross-localedef-native_2.29.bb} | 8 +- > meta/recipes-core/glibc/glibc-collateral.inc | 1 + >

Re: [OE-core] [PATCH] busybox: add devmem

2019-01-31 Thread Philip Balister
On 01/30/2019 05:50 PM, Khem Raj wrote: > On Wed, Jan 30, 2019 at 1:34 AM Adrian Bunk wrote: >> >> This is a tiny but pretty useful tool. Also there is http://layers.openembedded.org/layerindex/recipe/1069/ I was told a while ago the busybox version has some issues. Hunting through brain cells,

Re: [OE-core] [PATCH] busybox: add devmem

2019-01-31 Thread Philip Balister
On 01/30/2019 09:09 PM, Scott Ellis wrote: > Is the busybox devmem functionally different then the standalone devmem2 > package? Replying again I've been told they are functionally different and to use devmem2. I think the issue with the busybox version is that it does a readback when

Re: [OE-core] [master][PATCH] ref-manual: Update the default value for PACKAGE_DEBUG_PACKAGE_SPLIT

2019-01-31 Thread Burton, Ross
Doc patches to yo...@lists.yoctoproject.org please. Ross On Wed, 30 Jan 2019 at 19:30, Joshua Watt wrote: > > The new default is "debug-with-srcpkg" > > Signed-off-by: Joshua Watt > --- > documentation/ref-manual/ref-variables.xml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >

Re: [OE-core] [oe] OE Summit @ SCaLE 17x - Sunday March 10th 2019 - Pasadena CA

2019-01-31 Thread Andrea Galbusera
On Thu, Jan 31, 2019 at 8:26 AM Trevor Woerner wrote: > > We're excited to announce the inaugural "OpenEmbedded Summit" taking place > Sunday March 10th 2019 as part of the Southern California Linux Expo > (SCaLE) 17x at the Pasadena Convention Center. > > For the past few years there's been an

Re: [OE-core] [PATCH] image_types.bbclass: add support for multiply ubifs volumes in ubi image

2019-01-31 Thread Maksym Komar
On Mon, Oct 29, 2018 at 10:04:23AM +0100, Maksym Komar wrote: Request for feedback, please :) > Add the ability to create additional ubifs volumes inside ubi volume. > > For example this code create empty 2MiB volume named "config". > === > MKUBIFS_ARGS = "-m 1 -e 65408 -c 958 -F" >

Re: [OE-core] [PATCH] busybox: add devmem

2019-01-31 Thread Leon Woestenberg
On Thu, Jan 31, 2019 at 11:16 AM Philip Balister wrote: > > On 01/30/2019 09:09 PM, Scott Ellis wrote: > > Is the busybox devmem functionally different then the standalone devmem2 > > package? > > Replying again > > I've been told they are functionally different and to use devmem2. I > think

Re: [OE-core] [PATCH v4 0/6] systemd patches

2019-01-31 Thread Jonas Bonn
Hi Richard, On 30/01/2019 22:54, Richard Purdie wrote: On Mon, 2019-01-28 at 21:58 +0100, Jonas Bonn wrote: Changed in v4: - add patch to make systemd-firstboot a non-default option to systemd to prevent unexpected prompts at runtime There were still some failures:

[OE-core] [PATCH] go, go-common: Add missing quotes in shell variable assignment

2019-01-31 Thread Phil Blundell
Otherwise we will lose if ${BUILD_CC} happens to contain a space. Signed-off-by: Phil Blundell --- meta/recipes- devtools/go/go-common.inc | 2 +- meta/recipes- devtools/go/go_1.9.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/go/go-common.inc

Re: [OE-core] [PATCH] Drop util-linux-native-qsort.patch

2019-01-31 Thread André Draszik
This is already part of my util-linux cleanup: http://lists.openembedded.org/pipermail/openembedded-core/2019-January/278074.html The issue is more grave than just compatibility, it would appear that it introduces random memory access. Cheers, Andre' On Wed, 2019-01-30 at 11:34 +0200, Adrian

Re: [OE-core] [oe] OE Summit @ SCaLE 17x - Sunday March 10th 2019 - Pasadena CA

2019-01-31 Thread Trevor Woerner
On Thu, Jan 31, 2019 at 5:40 AM Andrea Galbusera wrote: > On Thu, Jan 31, 2019 at 8:26 AM Trevor Woerner wrote: > > The schedule for the OE Summit has been posted: > > https://www.socallinuxexpo.org/scale/17x/schedule/sunday > > https://www.socallinuxexpo.org/scale/17x/open-embedded-summit-0 >

[OE-core] [PATCH] python2-manifest: Add missing xmlrpclib.py

2019-01-31 Thread Richard Purdie
The manifest creation bug that was masking this file was fixed, rerun and add the missing file to fix: File "/usr/lib64/python2.7/SimpleXMLRPCServer.py", line 102, in import xmlrpclib ImportError: No module named xmlrpclib [YOCTO #12814] Signed-off-by: Richard Purdie ---

Re: [OE-core] [PATCH v4 0/6] systemd patches

2019-01-31 Thread Richard Purdie
On Thu, 2019-01-31 at 14:19 +0100, Jonas Bonn wrote: [...] > So with that: > > a) Does buildbot use connman, systemd-networkd, both, or something > else? How do I find this out? We're building standard poky so there are no non-standard settings, other than for those images, enabling systemd.