Re: [OE-core] [PATCH 2/2] weston: upgrade to 4.0.0

2018-04-13 Thread Khem Raj
On 4/11/18 3:11 PM, Paul Eggleton wrote: Yes, this is a bit of a known bug although I didn't actually file one until now: https://bugzilla.yoctoproject.org/show_bug.cgi?id=12674 Cheers, Paul On Wednesday, 11 April 2018 11:17:51 AM NZST Burton, Ross wrote: Ah presumably this is because

[OE-core] [PATCH v5] rootfs-postcommands.bbclass: improve binary reproducibility

2018-04-13 Thread Juro Bystricky
Conditionally support binary reproducibility of rootfs images. If REPRODUCIBLE_TIMESTAMP_ROOTFS is specified then: 1. set /etc/timestamp to a reproducible value 2. set /etc/version to a reproducible value 3. set /etc/gconf: set mtime in all %gconf.xml to reproducible values The reproducible

Re: [OE-core] [PATCH] glib-2.0/glib.inc: fix broken mingw build

2018-04-13 Thread Alexander Kanavin
On 04/13/2018 11:29 PM, Bystricky, Juro wrote: Yes, I do get warnings, but in both cases (skipping the renaming and also if renamed with MLPREFIX): WARNING: core-image-minimal-1.0-r0 do_populate_sdk: The postinstall intercept hook 'update_gio_module_cache-nativesdk' failed, details in

Re: [OE-core] [PATCH] qemu_2.11.1.bb: support mingw build

2018-04-13 Thread Alistair Francis
On Fri, Apr 13, 2018 at 11:11 AM, Juro Bystricky wrote: > The patch chardev-connect-socket-to-a-spawned-command.patch calls > "socketpair". This function is missing in mingw, so the patch > needs to be modified accordingly (by conditional compilation using > _WIN32 macro

[OE-core] [PATCH resend] core-image-minimal-initramfs: use initramfs-framework for initialization

2018-04-13 Thread California Sullivan
initramfs-framework is more modular and expandable. This change was proposed in commit 28fc6ba761ed4a47efa7c43e7f7dff5e2fe72b5e "core-image-minimal-initramfs: use initramfs-framework by default" but reverted due to the selftests runqemu.RunqemuTests.test_boot_machine_iso and

Re: [OE-core] [PATCH] glib-2.0/glib.inc: fix broken mingw build

2018-04-13 Thread Bystricky, Juro
Yes, I do get warnings, but in both cases (skipping the renaming and also if renamed with MLPREFIX): WARNING: core-image-minimal-1.0-r0 do_populate_sdk: The postinstall intercept hook 'update_gio_module_cache-nativesdk' failed, details in

Re: [OE-core] kernel menuconfig broken?

2018-04-13 Thread Bruce Ashfield
On 2018-04-12 5:38 PM, Cal Sullivan wrote: If you're using a non-linux-yocto kernel you likely need to apply this patch to your kernel as well:

Re: [OE-core] [PATCH] glib-2.0/glib.inc: fix broken mingw build

2018-04-13 Thread Alexander Kanavin
On 04/13/2018 05:43 PM, Bystricky, Juro wrote: I think the better approach is to accommodate the exe suffix when doing the move: mv -v ${D}${libexecdir}/gio-querymodules${EXEEXT} ${D}${libexecdir}/${MLPREFIX}gio-querymodules${EXEEXT} This was actually the first thing I tried. However, I

[OE-core] [PATCH] qemu_2.11.1.bb: support mingw build

2018-04-13 Thread Juro Bystricky
The patch chardev-connect-socket-to-a-spawned-command.patch calls "socketpair". This function is missing in mingw, so the patch needs to be modified accordingly (by conditional compilation using _WIN32 macro where appropriate), otherwise we end up with a broken mingw build. While it is possible

Re: [OE-core] [PATCH] musl: Upgrade to latest

2018-04-13 Thread Khem Raj
usual master stuff On Fri, Apr 13, 2018 at 9:18 AM, Burton, Ross wrote: > Is this a freeze break request for Sumo or an early submission for master? > > Ross > > On 13 April 2018 at 17:09, Khem Raj wrote: >> Changes are here >> >>

Re: [OE-core] [PATCH] musl: Upgrade to latest

2018-04-13 Thread Burton, Ross
Is this a freeze break request for Sumo or an early submission for master? Ross On 13 April 2018 at 17:09, Khem Raj wrote: > Changes are here > >

[OE-core] [PATCH] bitbake.conf: Set and export TZ envvar to UTC

2018-04-13 Thread Richard Purdie
We just ran into an issue where tar failed to build on one server setup but built everywhere else just fine. It was running makeinfo to regenerate some docs files and makeinfo was too old for the host it was running on. There was no dependency on makeinfo-native as it was not meant to be

[OE-core] [PATCH] musl: Upgrade to latest

2018-04-13 Thread Khem Raj
Changes are here https://git.musl-libc.org/cgit/musl/log/?qt=range=55df09bfccbfe21fc9dd7d8f94550c0ff25ace04..ae2a01da2e388535da243b3d974aef74a3c06ae0 Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[OE-core] [PATCH] yocto-uninative: Update to version 1.9 (fedora28 compatible)

2018-04-13 Thread Richard Purdie
This includes the libxcrypt change which allows uninative to work on fedora28. Signed-off-by: Richard Purdie --- meta/conf/distro/include/yocto-uninative.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [OE-core] [PATCH v2] udev-extraconf: Add systemd-mount to udev-extraconf/mount.sh

2018-04-13 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Hongzhi.Song > Sent: den 12 april 2018 05:38 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH v2]

Re: [OE-core] [PATCH] glib-2.0/glib.inc: fix broken mingw build

2018-04-13 Thread Bystricky, Juro
> I think the better approach is to accommodate the exe suffix when doing > the move: > mv -v ${D}${libexecdir}/gio-querymodules${EXEEXT} > ${D}${libexecdir}/${MLPREFIX}gio-querymodules${EXEEXT} This was actually the first thing I tried. However, I ended up with

[OE-core] [PATCH] systemtap: don't build under musl

2018-04-13 Thread Ross Burton
systemtap uses obstack.h and FTW_SKIP_SUBTREE, both of which are GNU extensions in glibc. Signed-off-by: Ross Burton --- meta/recipes-kernel/systemtap/systemtap_git.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc

[OE-core] [PATCH] packagegroup-core-tools-profile: include systemtap on MIPS and aarch64

2018-04-13 Thread Ross Burton
Modern systemtap builds fine for MIPS and aarch64, so don't exclude it from this packagegroup. Signed-off-by: Ross Burton --- meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 2 -- 1 file changed, 2 deletions(-) diff --git

[OE-core] [PATCH] bitbake.conf: add scp to HOSTTOOLS_NONFATAL

2018-04-13 Thread Jef Driesen
The scp tool is used by the ssh fetcher. Signed-off-by: Jef Driesen --- meta/conf/bitbake.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 60590e2..5cfd117 100644 --- a/meta/conf/bitbake.conf +++

Re: [OE-core] [PATCH v2] oeqa/runtime/stap.py: add runtime test for systemtap

2018-04-13 Thread Burton, Ross
On 3 April 2018 at 16:25, Victor Kamensky wrote: > +@OETestID(1652) > +@skipIfNotFeature('tools-profile', > + 'Test requires tools-profile to be in IMAGE_FEATURES') > +@OETestDepends(['kernelmodule.KernelModuleTest.test_kernel_module']) > +

Re: [OE-core] [PATCH] image_types: use pigz to create .gz files

2018-04-13 Thread Richard Purdie
On Wed, 2018-04-11 at 14:36 +0100, Burton, Ross wrote: > Wouldn't that introduce a fun circular dependency if pigz-native > needs > to be built? For the sstate code we could probably make it use pigz if present.  We could also only depend on pigz-native for target, or encode the actual

Re: [OE-core] [PATCH v5 1/2] image.bbclass: add prohibited-paths QA test

2018-04-13 Thread Otavio Salvador
On Fri, Apr 13, 2018 at 6:27 AM, Fabien Lahoudere wrote: > This patch doesn't seem to be applied. > Is there additional comments or something blocking? I see no reason for it not being applied. -- Otavio Salvador O.S. Systems

[OE-core] [PATCH 0/1] man-db: add groff to RDEPENDS

2018-04-13 Thread Chen Qi
The following changes since commit 8dbf71b553b3fb3063ab5f61bb3454a6ab8e6c08: bitbake: bitbake-user-manual: Updated "Task Checksums and Setscene" section (2018-04-12 22:25:17 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/man-db-groff

[OE-core] [PATCH 1/1] man-db: add groff to RDEPENDS

2018-04-13 Thread Chen Qi
Add groff to RDEPENDS_${PN}, otherwise, the 'man' command cannot work correctly on target. Signed-off-by: Chen Qi --- meta/recipes-extended/man-db/man-db_2.8.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-extended/man-db/man-db_2.8.1.bb

Re: [OE-core] [PATCH v5 1/2] image.bbclass: add prohibited-paths QA test

2018-04-13 Thread Fabien Lahoudere
Hi This patch doesn't seem to be applied. Is there additional comments or something blocking? Thanks Fabien On Mon, 2017-11-27 at 19:28 +, Martyn Welch wrote: > Sometimes we wish to ensure that files or directories are not installed > somewhere that may prove detrimental to the operation

Re: [OE-core] [PATCH] glib-2.0/glib.inc: fix broken mingw build

2018-04-13 Thread Alexander Kanavin
On 04/13/2018 01:28 AM, Juro Bystricky wrote: mingw build was broken by the commit: "glib-2.0/glib.inc: apply MLPREFIX renaming to all package classes" When building for mingw, we encounter build errors such as: mv: cannot stat '/<...>/usr/libexec/gio-querymodules': No such file or