Re: [OE-core] [PATCH v2 0/5] #11662 - wic should mount /boot

2017-07-03 Thread Ed Bartosh
On Fri, Jun 30, 2017 at 08:34:30PM +0200, Patrick Ohly wrote: > On Fri, 2017-06-30 at 14:33 -0300, Otavio Salvador wrote: > > Other possible rootfs changes also should be possible to be disabled > > but IMO it should be per-feature (one for fstab, one for exclude, > > ...). > > I also think it sho

Re: [OE-core] [PATCH v2 0/5] #11662 - wic should mount /boot

2017-07-03 Thread Patrick Ohly
On Mon, 2017-07-03 at 10:31 +0300, Ed Bartosh wrote: > On Fri, Jun 30, 2017 at 08:34:30PM +0200, Patrick Ohly wrote: > > then I don't see a need for any additional flags. Just > > don't use the features which result in a rootfs modification. > > I also didn't see it till last message from Otavio.

[OE-core] [PATCH] ltp: add acl, attr, curl and util-linux runtime dependencies

2017-07-03 Thread Fathi Boudra
* Use a list and re-order alphabetically to make it easier to read and update. * Add missing runtime dependencies: - acl (getfacl/setfacl commands are required) - attr (getfattr/setfattr commands are required) - curl (curl command is required) - util-linux (ipcs command is required) Repo

Re: [OE-core] [PATCH 05/11] gstreamer1.0-plugins-good: upgrade 1.10.4 -> 1.12.1

2017-07-03 Thread Maxin B. John
Hi Jussi, On Mon, Jul 03, 2017 at 09:33:09AM +0300, Jussi Kukkonen wrote: >I'm guessing 12.1 has the same issue with renamed plugins that I reported >on the previous patchset? > > See > https://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=ca0ed8a134f1d26083e6f89636493df89ff29cff >

[OE-core] [PATCH 0/1] grep: upgrade to 3.1

2017-07-03 Thread Dengke Du
The following changes since commit 98099349e358a9caaec8ec81f0d4abe588909cfe: bitbake: npm fetcher: fix unknown variable name. (2017-06-29 14:33:42 +0100) are available in the git repository at: https://github.com/DengkeDu/openembedded-core.git dengke/grep-upgrade-to-3.1 Dengke Du (1): gre

[OE-core] [PATCH 1/1] grep: upgrade to 3.1

2017-07-03 Thread Dengke Du
Signed-off-by: Dengke Du --- meta/recipes-extended/grep/{grep_3.0.bb => grep_3.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/grep/{grep_3.0.bb => grep_3.1.bb} (89%) diff --git a/meta/recipes-extended/grep/grep_3.0.bb b/meta/recipes-extended/grep/g

Re: [OE-core] [PATCH] bootimg-efi.py: Use IMGDEPLOYDIR instead of DEPLOY_DIR_IMAGE for initrd

2017-07-03 Thread Ed Bartosh
On Fri, Jun 30, 2017 at 10:53:30AM -0700, Alejandro Hernandez wrote: > When using wic to create an image from a certain build, wic is expecting > to find initrd at the final destination of our images (DEPLOY_DIR_IMAGE), > which is wrong, since the initrd file has not been copied to the final > dire

Re: [OE-core] [PATCH] ltp: add acl, attr, curl and util-linux runtime dependencies

2017-07-03 Thread Maxin B. John
Hi, On Mon, Jul 03, 2017 at 11:03:31AM +0300, Fathi Boudra wrote: > * Use a list and re-order alphabetically to make it easier to read and > update. > * Add missing runtime dependencies: > - acl (getfacl/setfacl commands are required) > - attr (getfattr/setfattr commands are required) > -

Re: [OE-core] [PATCH] ltp: add acl, attr, curl and util-linux runtime dependencies

2017-07-03 Thread Dengke Du
On 2017年07月03日 16:59, Maxin B. John wrote: Hi, On Mon, Jul 03, 2017 at 11:03:31AM +0300, Fathi Boudra wrote: * Use a list and re-order alphabetically to make it easier to read and update. * Add missing runtime dependencies: - acl (getfacl/setfacl commands are required) - attr (getfat

Re: [OE-core] [PATCH v2 0/5] #11662 - wic should mount /boot

2017-07-03 Thread Ed Bartosh
On Mon, Jul 03, 2017 at 09:53:32AM +0200, Patrick Ohly wrote: > On Mon, 2017-07-03 at 10:31 +0300, Ed Bartosh wrote: > > On Fri, Jun 30, 2017 at 08:34:30PM +0200, Patrick Ohly wrote: > > > then I don't see a need for any additional flags. Just > > > don't use the features which result in a rootfs m

Re: [OE-core] [PATCH] bootimg-efi.py: Use IMGDEPLOYDIR instead of DEPLOY_DIR_IMAGE for initrd

2017-07-03 Thread Ed Bartosh
On Sat, Jul 01, 2017 at 04:48:41PM -0500, Alejandro Hernandez wrote: > > > > From the DESCRIPTION: > > > > core-image-tiny-initramfs doesn't actually generate an image but > > rather generates boot and rootfs artifacts into a common > > location that can subsequently be pi

Re: [OE-core] [PATCH] bootimg-efi.py: Use IMGDEPLOYDIR instead of DEPLOY_DIR_IMAGE for initrd

2017-07-03 Thread Patrick Ohly
On Mon, 2017-07-03 at 11:36 +0300, Ed Bartosh wrote: > On Fri, Jun 30, 2017 at 10:53:30AM -0700, Alejandro Hernandez wrote: > > When using wic to create an image from a certain build, wic is expecting > > to find initrd at the final destination of our images (DEPLOY_DIR_IMAGE), > > which is wrong,

[OE-core] [PATCH V2 1/1] expat: upgrade to 2.2.1

2017-07-03 Thread Dengke Du
The COPYING file in expat has the following changes: 2001-20016 to 2001-2017 Signed-off-by: Dengke Du --- meta/recipes-core/expat/expat_2.2.0.bb | 5 - meta/recipes-core/expat/expat_2.2.1.bb | 5 + 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 meta/recipes-cor

[OE-core] [PATCH V2 0/1] expat: upgrade to 2.2.1

2017-07-03 Thread Dengke Du
The following changes since commit 98099349e358a9caaec8ec81f0d4abe588909cfe: bitbake: npm fetcher: fix unknown variable name. (2017-06-29 14:33:42 +0100) are available in the git repository at: https://github.com/DengkeDu/openembedded-core.git dengke/expat-upgrade-to-2.2.1 https://github.

Re: [OE-core] [PATCH] sanity.bbclass: fix AttributeError in mirror format checks

2017-07-03 Thread Patrick Ohly
On Fri, 2017-06-30 at 14:24 +0300, Mikko Ylinen wrote: > mirrors is a list after split() and results in: > > AttributeError: 'list' object has no attribute 'strip' > > when the 'mirror values are pairs' check fails. > > Signed-off-by: Mikko Ylinen > --- > meta/classes/sanity.bbclass | 2 +- >

[OE-core] [PATCHv4] oe-pkgdata-util: package-info: Allow extra variables to be displayed

2017-07-03 Thread Peter Kjellerstedt
By specifying the -e option one or multiple times, extra variables available in the pkgdata can be displayed, e.,g, `oe-pkgdata-util package-info -e SUMMARY -e LICENSE ...`. The extra variables displayed are quoted since some of them may contain whitespace. Signed-off-by: Peter Kjellerstedt ---

[OE-core] [PATCH v2] ltp: add acl, attr, curl and util-linux runtime dependencies

2017-07-03 Thread Fathi Boudra
* Use a list and re-order alphabetically to make it easier to read and update. * Add missing runtime dependencies: - acl (getfacl/setfacl commands are required) - attr (getfattr/setfattr commands are required) - curl (curl command is required) - util-linux (ipcs command is required) Repo

Re: [OE-core] [PATCH] ltp: add acl, attr, curl and util-linux runtime dependencies

2017-07-03 Thread Fathi Boudra
On 3 July 2017 at 11:59, Maxin B. John wrote: > Hi, > > On Mon, Jul 03, 2017 at 11:03:31AM +0300, Fathi Boudra wrote: >> * Use a list and re-order alphabetically to make it easier to read and >> update. >> * Add missing runtime dependencies: >> - acl (getfacl/setfacl commands are required) >>

[OE-core] State of bitbake world, Failed tasks 2017-07-02

2017-07-03 Thread Martin Jansa
http://www.openembedded.org/wiki/Bitbake_World_Status == Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!|Signatures !!colspan='14'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64

Re: [OE-core] New Recipe for ser2net with IPv6 Support (v3.0 & v3.1)

2017-07-03 Thread Maxin B. John
Hi, On Fri, Jun 30, 2017 at 08:30:20AM +0100, Thomas A. F. Thorne MEng AUS MIET wrote: > Good afternoon, > > Would submitting a patch to this list that adds a recipe for ser2net > v3.0 and ser2net v3.1 be the right thing to do to get it one day > included in the layer? Would the new versions be

Re: [OE-core] New Recipe for ser2net with IPv6 Support (v3.0 & v3.1)

2017-07-03 Thread Burton, Ross
On 30 June 2017 at 08:30, Thomas A. F. Thorne MEng AUS MIET < thomas.tho...@net2edge.com> wrote: > I am creating recipes for ser2net_3.0.bb and ser2net_3.1.bb as part of > my testing. I would be happy to submit the files as patches. I am > currently working on krogoth but could submit the patch

[OE-core] [PATCH] ltp: syscalls/add_key02: fix for nonempty NULL payload

2017-07-03 Thread Fathi Boudra
Add upstream patch to fix syscalls/add_key02 test for nonempty NULL payload: https://github.com/linux-test-project/ltp/commit/25045624e941ee76a13febd36187e23c6c435507 Signed-off-by: Milosz Wasilewski Signed-off-by: Fathi Boudra --- ...d_key02-update-to-test-fix-for-nonempty-N.patch | 136 ++

[OE-core] [PATCH v2] sanity.bbclass: fix AttributeError in mirror format checks

2017-07-03 Thread Mikko Ylinen
mirrors is a list after split() and results in: AttributeError: 'list' object has no attribute 'strip' when the 'mirror values are pairs' check fails. Signed-off-by: Mikko Ylinen --- v2: drop redundant .strip() because it's guaranteed str(mirrors) does not have leading or trailing spaces. me

[OE-core] [PATCH] cairo: fix QA Issue

2017-07-03 Thread Gordan Markuš
QA Issue: cairo: Files/directories were installed but not shipped in any package: /usr/lib/cairo Signed-off-by: Gordan Markuš --- meta/recipes-graphics/cairo/cairo_1.14.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/cairo/cairo_1.14.8.bb b/meta/re

Re: [OE-core] [PATCH] bootimg-efi.py: Use IMGDEPLOYDIR instead of DEPLOY_DIR_IMAGE for initrd

2017-07-03 Thread Ed Bartosh
On Mon, Jul 03, 2017 at 11:27:53AM +0200, Patrick Ohly wrote: > On Mon, 2017-07-03 at 11:36 +0300, Ed Bartosh wrote: > > On Fri, Jun 30, 2017 at 10:53:30AM -0700, Alejandro Hernandez wrote: > > > When using wic to create an image from a certain build, wic is expecting > > > to find initrd at the fi

Re: [OE-core] [PATCH] cairo: fix QA Issue

2017-07-03 Thread Burton, Ross
On 3 July 2017 at 13:34, Gordan Markuš wrote: > -FILES_${PN}-dev += "${libdir}/cairo/*.so" > +FILES_${PN}-dev += "${libdir}/cairo ${libdir}/cairo/*.so" > I just spent five minutes working out *why* this fixes the QA issue you were getting. A better fix would be to delete ${libdir}/cairo using:

Re: [OE-core] [PATCH] bootimg-efi.py: Use IMGDEPLOYDIR instead of DEPLOY_DIR_IMAGE for initrd

2017-07-03 Thread Patrick Ohly
On Mon, 2017-07-03 at 15:44 +0300, Ed Bartosh wrote: > On Mon, Jul 03, 2017 at 11:27:53AM +0200, Patrick Ohly wrote: > > On Mon, 2017-07-03 at 11:36 +0300, Ed Bartosh wrote: > > > On Fri, Jun 30, 2017 at 10:53:30AM -0700, Alejandro Hernandez wrote: > > > > When using wic to create an image from a c

Re: [OE-core] [PATCH 2/2] kernel: user defined KERNEL_VERSION_PKG_NAME

2017-07-03 Thread Razvan Heghedus
On 06/29/2017 04:06 PM, Bruce Ashfield wrote: On Thu, Jun 29, 2017 at 5:10 AM, Razvan Heghedus mailto:razvan.heghe...@ni.com>> wrote: On 06/28/2017 04:29 AM, Bruce Ashfield wrote: On Tue, Jun 27, 2017 at 5:15 AM, Razvan Heghedus mailto:razvan.heghe...@ni.com>> wrote:

Re: [OE-core] [PATCH] openssh: Fix key generation with systemd

2017-07-03 Thread Burton, Ross
On 29 June 2017 at 13:30, Joshua Watt wrote: > + install -D -m 0755 ${WORKDIR}/sshd_check_keys > ${D}${libexecdir}/${BPN}/sshd_check_keys > packages/corei7-64-poky-linux/openssh/openssh: PKGSIZE changed from 0 to 2423 (+100%) FILELIST: added "/usr/libexec/openssh/sshd_check_keys" Can

Re: [OE-core] [PATCH v2 1/3] gcc-6.3: Fix libgfortran build

2017-07-03 Thread Burton, Ross
On 30 June 2017 at 10:25, Ricardo Ribalda Delgado wrote: > --- a/meta/recipes-devtools/gcc/gcc-6.3.inc > +++ b/meta/recipes-devtools/gcc/gcc-6.3.inc > Is this fixed in gcc 7 (in which case the upstream-status is backport), or is gcc 7.1 still broken? Ross -- ___

Re: [OE-core] [PATCH v2 1/3] gcc-6.3: Fix libgfortran build

2017-07-03 Thread Ricardo Ribalda Delgado
Hi Ross On 3 Jul 2017 5:22 pm, "Burton, Ross" wrote: > > On 30 June 2017 at 10:25, Ricardo Ribalda Delgado < > ricardo.riba...@gmail.com> wrote: > >> --- a/meta/recipes-devtools/gcc/gcc-6.3.inc >> +++ b/meta/recipes-devtools/gcc/gcc-6.3.inc >> > > Is this fixed in gcc 7 (in which case the upstr

[OE-core] [PATCH] systemd: Do not use xlocale.h

2017-07-03 Thread Khem Raj
glibc specific header which has been removed from glibc 2.26+ Signed-off-by: Khem Raj --- ...se-util-Do-not-include-unneeded-xlocale.h.patch | 27 ++ meta/recipes-core/systemd/systemd_232.bb | 3 ++- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100

Re: [OE-core] State of bitbake world, Failed tasks 2017-07-02

2017-07-03 Thread Khem Raj
On Mon, Jul 3, 2017 at 4:20 AM, Martin Jansa wrote: > http://www.openembedded.org/wiki/Bitbake_World_Status > > == Number of issues - stats == > {| class='wikitable' > !|Date !!colspan='3'|Failed tasks!!|Signatures > !!colspan='14'|QA !!Comment > |- > || ||qemuarm ||qemux86 ||qemux86_64 ||

Re: [OE-core] [PATCH 1/3] gcc-6.3: Fix libgfortran build

2017-07-03 Thread Khem Raj
On Fri, Jun 30, 2017 at 1:51 AM, Ricardo Ribalda Delgado wrote: > Without this patch libbacktrace cannot be included/link during > libgfortran build. > > libbtool: link: cannot find the library `../libbacktrace/libbacktrace.la' > or unhandled argument `../libbacktrace/libbacktrace.la' > > Signed-o

Re: [OE-core] [PATCH v2 1/3] gcc-6.3: Fix libgfortran build

2017-07-03 Thread Khem Raj
On Mon, Jul 3, 2017 at 8:22 AM, Burton, Ross wrote: > > On 30 June 2017 at 10:25, Ricardo Ribalda Delgado > wrote: >> >> --- a/meta/recipes-devtools/gcc/gcc-6.3.inc >> +++ b/meta/recipes-devtools/gcc/gcc-6.3.inc > > > Is this fixed in gcc 7 (in which case the upstream-status is backport), or > is

[OE-core] [PATCH] oeqa/sdk: Replace buildiptables for buildgzip tests

2017-07-03 Thread jose . perez . carranza
From: Jose Perez Carranza Buildiptables test cases are conflicting with images built with “musl” as standard C library, in order to avoid those issues gzip package was selected to be used on the tests as this does not conflicts with “musl”. [YOCTO #11713] Signed-off-by: Jose Perez Carranza ---

Re: [OE-core] [PATCH] oeqa/sdk: Replace buildiptables for buildgzip tests

2017-07-03 Thread Khem Raj
On Mon, Jul 3, 2017 at 9:26 AM, wrote: > From: Jose Perez Carranza > > Buildiptables test cases are conflicting with images built with “musl” > as standard C library, in order to avoid those issues gzip package was > selected to be used on the tests as this does not conflicts with “musl”. > > [Y

Re: [OE-core] [PATCH] oeqa/sdk: Replace buildiptables for buildgzip tests

2017-07-03 Thread Jose Perez Carranza
On 07/03/2017 11:59 AM, Khem Raj wrote: On Mon, Jul 3, 2017 at 9:26 AM, wrote: From: Jose Perez Carranza Buildiptables test cases are conflicting with images built with “musl” as standard C library, in order to avoid those issues gzip package was selected to be used on the tests as this does

Re: [OE-core] [PATCH] oeqa/sdk: Replace buildiptables for buildgzip tests

2017-07-03 Thread Khem Raj
On Mon, Jul 3, 2017 at 12:25 PM Jose Perez Carranza < jose.perez.carra...@linux.intel.com> wrote: > On 07/03/2017 11:59 AM, Khem Raj wrote: > > On Mon, Jul 3, 2017 at 9:26 AM, > wrote: > >> From: Jose Perez Carranza > >> > >> Buildiptables test cases are conflicting with images built with “musl

[OE-core] [PATCH v2 1/2] mesa: Avoid platform probing when building without EGL

2017-07-03 Thread Otavio Salvador
The 17.1.2 release has changed the platform setting and when not explicitly disabled it assumes x11 support. Fixes: | checking for x11-xcb xcb xcb-dri2 >= 1.8 xcb-xfixes... no | configure: error: Package requirements (x11-xcb xcb xcb-dri2 >= 1.8 xcb-xfixes) were not met: | | No package 'x11-xcb'

[OE-core] [PATCH v2 2/2] mesa: Upgrade to 17.1.4 release

2017-07-03 Thread Otavio Salvador
This includes following upstream bug fixes: Bug 77240 - khrplatform.h not installed if EGL is disabled Bug 95530 - Stellaris - colored overlay of sectors doesn't render on i965 Bug 96958 - [SKL] Improper rendering in Europa Universalis IV Bug 99467 - [radv] DOOM 2016 + wine. Green screen everywher

[OE-core] [PATCH v2] oeqa/sdk: Replace buildiptables for buildlzip tests

2017-07-03 Thread jose . perez . carranza
From: Jose Perez Carranza Buildiptables test cases are conflicting with images built with “musl” as standard C library, in order to avoid those issues lzip package was selected to be used on the tests as this does not have any "musl" dependency. [YOCTO #11713] Signed-off-by: Jose Perez Carranza

Re: [OE-core] [PATCH v2 1/3] initramfs-framework: udev: Add a runtime dependency on udev-extraconf

2017-07-03 Thread Otavio Salvador
On Thu, Jun 29, 2017 at 9:30 PM, wrote: > From: "Ng, Wei Tee" > > In order to implement initramfs-framework for boot up process, it > depends on udev performing automounting, which happens in udev-extraconf. > Explicitly depend on it so that we always have it installed. > > Signed-off-by: Ng, We

Re: [OE-core] [PATCH v2 1/2] mesa: Avoid platform probing when building without EGL

2017-07-03 Thread Nicolas Dechesne
On Mon, Jul 3, 2017 at 10:02 PM, Otavio Salvador wrote: > The issue has been exposed by meta-freescale BSP. Fix tested with > imx6qsabresd machine. > > Signed-off-by: Otavio Salvador this looks correct to me, and this is due to this upstream commit: 1d89787a19 configure: loosen --with-platforms

[OE-core] [PATCH v3 1/4] gcc-6.3: Fix libgfortran build

2017-07-03 Thread Ricardo Ribalda Delgado
Without this patch libbacktrace cannot be included/link during libgfortran build. libbtool: link: cannot find the library `../libbacktrace/libbacktrace.la' or unhandled argument `../libbacktrace/libbacktrace.la' Signed-off-by: Ricardo Ribalda Delgado --- meta/recipes-devtools/gcc/gcc-6.3.inc

[OE-core] [PATCH v3 3/4] libgfortran: Add missing fincludes

2017-07-03 Thread Ricardo Ribalda Delgado
ERROR: libgfortran-6.3.0-r0 do_package: QA Issue: libgfortran: Files/directories were installed but not shipped in any package: /usr/lib/gcc/x86_64-poky-linux/6.3.0/finclude /usr/lib/gcc/x86_64-poky-linux/6.3.0/finclude/ieee_features.mod /usr/lib/gcc/x86_64-poky-linux/6.3.0/finclude/ieee_arithmetic

[OE-core] [PATCH v3 2/4] libgfortran: Add missing dependency gcc-cross

2017-07-03 Thread Ricardo Ribalda Delgado
Due to the fact that the recipe uses INHIBIT_DEFAULT_DEPS, we need to manually add the cross compiler as a dependency. Signed-off-by: Ricardo Ribalda Delgado --- meta/recipes-devtools/gcc/libgfortran.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/gc

[OE-core] [PATCH v3 4/4] gcc-7.1: Fix libgfortran build

2017-07-03 Thread Ricardo Ribalda Delgado
Without this patch libbacktrace cannot be included/link during libgfortran build. libbtool: link: cannot find the library `../libbacktrace/libbacktrace.la' or unhandled argument `../libbacktrace/libbacktrace.la Suggested-by: Khem Raj Signed-off-by: Ricardo Ribalda Delgado --- meta/recipes-devt

Re: [OE-core] [PATCH 01/11] gtk+3: Update the patches to work without PATCHTOOL = "git"

2017-07-03 Thread Peter Kjellerstedt
> -Original Message- > From: Alexander Kanavin [mailto:alexander.kana...@linux.intel.com] > Sent: den 15 juni 2017 22:44 > To: Peter Kjellerstedt ; Burton, Ross > > Cc: OE-core ; Kukkonen, Jussi > > Subject: Re: [OE-core] [PATCH 01/11] gtk+3: Update the patches to work > without PATCHTOOL

[OE-core] [PATCHv2] gtk+3: Update the patches to work with old versions of patch

2017-07-03 Thread Peter Kjellerstedt
The patch "0003-Add-disable-opengl-configure-option.patch" used Git rename syntax, which is not supported by patch 2.6.x and older. Signed-off-by: Peter Kjellerstedt --- PATCHv2: Updated the commit message to clarify why this is needed. .../gtk+/gtk+3/0001-Hardcoded-libtool.patch| 12

Re: [OE-core] [PATCH v3 1/4] gcc-6.3: Fix libgfortran build

2017-07-03 Thread Khem Raj
Whole series looks ok to me. On 7/3/17 2:57 PM, Ricardo Ribalda Delgado wrote: Without this patch libbacktrace cannot be included/link during libgfortran build. libbtool: link: cannot find the library `../libbacktrace/libbacktrace.la' or unhandled argument `../libbacktrace/libbacktrace.la' Sig

Re: [OE-core] [PATCH v2 1/3] initramfs-framework: udev: Add a runtime dependency on udev-extraconf

2017-07-03 Thread Ng, Wei Tee
Yes, it's mainly to support the live boot image. Therefore the udev-extraconf is being added in the rdepends. The wrong that you mentioned is because of the commit message was not convey in the correct way? The initramfs-framework currently is not handling live boot support. Perhaps, "In order t

[OE-core] [PATCH v2] openssh: Fix key generation with systemd

2017-07-03 Thread Joshua Watt
106b59d9 broke SSH host key generation when systemd and a read-only root file system are in use because there isn't a way for systemd to get the optional weak assigment of SYSCONFDIR from /etc/default/sshd and still provide a default value if it is not specified. Instead, move the logic for determi

[OE-core] [PATCH 0/2] kernel-yocto: bug fixes

2017-07-03 Thread Bruce Ashfield
Hi all, I have some pending version updates and new kernels queued, but I'm not in the office this week, so I'm only sending a couple of bug fixes along .. in particular the SMP configuration change, since the warning about that fragment has been popping up on builds for a bit now. Cheers, Bruce

[OE-core] [PATCH 1/2] kernel-yocto: propagate configuration errors to bbclass

2017-07-03 Thread Bruce Ashfield
As pointed out by klapperichp...@johndeere.com, missing configuration fragments were being picked up twice, once by the tools and once by the bbclass. Unfortunately, the tools error message was being detected as configs, and hence no error was reported at all. Rather than catching the output of th

[OE-core] [PATCH 2/2] kernel-yocto/meta: smp configuration changes

2017-07-03 Thread Bruce Ashfield
Integrating the following kernel configuration changes to clean up the SMP configuration fragments and fix a configuration audit warning. d0e5ea0e199b smp: Separate smp into 32 and 64 bit versions to avoid kernel warnings f1369c1d817e bsp/mohonpeak: smp gets added by default, remove unnecessa

[OE-core] [PATCH 0/1] ltp: Reduce local Pending patches

2017-07-03 Thread Dengke Du
The following changes since commit 98099349e358a9caaec8ec81f0d4abe588909cfe: bitbake: npm fetcher: fix unknown variable name. (2017-06-29 14:33:42 +0100) are available in the git repository at: https://github.com/DengkeDu/openembedded-core.git dengke/ltp-reduce-local-pending-patches Dengke

[OE-core] [PATCH 1/1] ltp: Reduce local Pending patches

2017-07-03 Thread Dengke Du
Rebase the patch on latest ltp upstream: 0007-fix-__WORDSIZE-undeclared-when-building-with-musl.patch [Yocto #11548] Signed-off-by: Dengke Du --- ...TH_MAX-undeclared-when-building-with-musl.patch | 15 +++--- ...RDSIZE-undeclared-when-building-with-musl.patch | 23 +++-