Re: [OE-core] [PATCH] kernel.bbclass: explicitly depend on bison-native for deterministic builds

2018-02-19 Thread Otavio Salvador
On Mon, Feb 19, 2018 at 8:54 PM, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko > > Explicitly depend on bison-native for deterministic builds, as it is required > for the build: > > | HOSTCC scripts/basic/fixdep > | GEN ./Makefile > | HOSTCC

[OE-core] [PATCH 2/2] libtirpc: refresh patches

2018-02-19 Thread Ross Burton
Signed-off-by: Ross Burton --- .../0001-include-stdint.h-for-uintptr_t.patch | 23 - .../0001-replace-__bzero-with-memset-API.patch | 58 +- .../libtirpc/export_key_secretkey_is_set.patch | 29 +++ 3 files changed, 74

[OE-core] [PATCH 1/2] libtirpc: stop dropping in NIS headers

2018-02-19 Thread Ross Burton
libtirpc prior to 1.0.2 assumed that the system provided nis.h but this isn't always true. Until now we've been using a tarball of the missing files from Gentoo, but libtirpc 1.0.2 added a copy of nis.h to the sources so this isn't required anymore. Signed-off-by: Ross Burton

Re: [OE-core] [PATCH V2] binutils: Upgrade to 2.30 release

2018-02-19 Thread Burton, Ross
Can't remember if this failed anywhere that wasn't related to the glibc upgrade, so I just fired this patch standalone on the autobuilder. Ross On 16 February 2018 at 03:03, Khem Raj wrote: > ping > > On Thu, Feb 8, 2018 at 9:35 AM, Khem Raj wrote: > >

[OE-core] [PATCH] gst-validate: inherit upstream-version-is-even

2018-02-19 Thread Anuj Mittal
gst-validate follows GStreamer versioning. Inherit class to make sure development releases aren't marked as latest. Signed-off-by: Anuj Mittal --- meta/recipes-multimedia/gstreamer/gst-validate_1.12.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH v2] make-mod-scripts: change how some kernel module tools are built

2018-02-19 Thread Bruce Ashfield
On Mon, Feb 19, 2018 at 6:45 PM, Richard Purdie wrote: > On Mon, 2018-02-19 at 10:37 -0500, Bruce Ashfield wrote: >> From: Joe Slater >> >> Remove do_make_scripts() from module-base.bbclass and put >> functionality in a recipe. This

[OE-core] [PATCH] kernel.bbclass: explicitly depend on bison-native for deterministic builds

2018-02-19 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Explicitly depend on bison-native for deterministic builds, as it is required for the build: | HOSTCC scripts/basic/fixdep | GEN ./Makefile | HOSTCC scripts/kconfig/conf.o | YACCscripts/kconfig/zconf.tab.c | /bin/sh: bison: command not

Re: [OE-core] [PATCH v2][rocko] linux-yocto/4.12: update to v4.12.20

2018-02-19 Thread Richard Purdie
On Mon, 2018-02-19 at 11:45 -0500, Bruce Ashfield wrote: > On Mon, Feb 19, 2018 at 11:37 AM, Richard Purdie > wrote: > > > > On Mon, 2018-02-19 at 08:16 -0800, akuster808 wrote: > > > > > > Bruce, > > > > > > thanks. I hand applied this as I have another

Re: [OE-core] [PATCH] kernel.bbclass: explicitly depend on bison-native for deterministic builds

2018-02-19 Thread Denys Dmytriyenko
On Mon, Feb 19, 2018 at 09:36:22PM -0300, Otavio Salvador wrote: > On Mon, Feb 19, 2018 at 8:54 PM, Denys Dmytriyenko wrote: > > From: Denys Dmytriyenko > > > > Explicitly depend on bison-native for deterministic builds, as it is > > required > > for the build: >

Re: [OE-core] [PATCH v2] make-mod-scripts: change how some kernel module tools are built

2018-02-19 Thread Richard Purdie
On Mon, 2018-02-19 at 10:37 -0500, Bruce Ashfield wrote: > From: Joe Slater > > Remove do_make_scripts() from module-base.bbclass and put > functionality in a recipe.  This will build the scripts only > once instead of each time an external module is built. > > [YOCTO

[OE-core] [PATCH 13/27] util-linux: define bashcompletiondir

2018-02-19 Thread Maxin B. John
After moving to pkgconf, util-linux package qa test fails without it. Signed-off-by: Maxin B. John --- meta/recipes-core/util-linux/util-linux.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/util-linux/util-linux.inc

[OE-core] [PATCH 12/27] kmod: define bashcompletiondir

2018-02-19 Thread Maxin B. John
After moving to pkgconf, kmod package qa test fails without it. Signed-off-by: Maxin B. John --- meta/recipes-kernel/kmod/kmod_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-kernel/kmod/kmod_git.bb b/meta/recipes-kernel/kmod/kmod_git.bb index

[OE-core] [PATCH 09/27] libdnf: remove PKG_CONFIG_SYSROOT_DIR work-around

2018-02-19 Thread Maxin B. John
We are moving from freedesktop.org's pkg-config to pkgconf. This helps us to remove the following patch as PKG_CONFIG_SYSROOT_DIR behaves consistently with pkgconf: 1) 0002-Prefix-sysroot-path-to-introspection-tools-path.patch Signed-off-by: Maxin B. John ---

[OE-core] [PATCH 14/27] systemd: define bashcompletiondir

2018-02-19 Thread Maxin B. John
After moving to pkgconf, systemd package qa test fails without it. Signed-off-by: Maxin B. John --- meta/recipes-core/systemd/systemd_234.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/systemd/systemd_234.bb

[OE-core] [PATCH 06/27] gstreamer1.0-plugins-base: remove PKG_CONFIG_SYSROOT_DIR work-around

2018-02-19 Thread Maxin B. John
We are moving from freedesktop.org's pkg-config to pkgconf. This enables us to remove the following patch as PKG_CONFIG_SYSROOT_DIR behaves consistently with pkgconf: 1) 0002-Makefile.am-prefix-calls-to-pkg-config-with-PKG_CONF.patch Signed-off-by: Maxin B. John ---

[OE-core] [PATCH 02/27] default-providers.inc: set pkgconf as default pkg-config provider

2018-02-19 Thread Maxin B. John
Move from freedesktop.org's pkg-config to pkgconf Signed-off-by: Maxin B. John --- meta/conf/distro/include/default-providers.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/conf/distro/include/default-providers.inc

[OE-core] [PATCH 04/27] webkitgtk: remove PKG_CONFIG_SYSROOT_DIR work-around

2018-02-19 Thread Maxin B. John
We are moving from freedesktop.org's pkg-config to pkgconf. This enables us to remove the following patch as PKG_CONFIG_SYSROOT_DIR behaves consistently with pkgconf: 1. 0001-FindGObjectIntrospection.cmake-prefix-variables-obta.patch Signed-off-by: Maxin B. John

[OE-core] [PATCH 05/27] gstreamer1.0: remove PKG_CONFIG_SYSROOT_DIR work-around

2018-02-19 Thread Maxin B. John
We are moving from freedesktop.org's pkg-config to pkgconf. This enables us to remove the following patch as PKG_CONFIG_SYSROOT_DIR behaves consistently with pkgconf: 1) 0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch Signed-off-by: Maxin B. John ---

[OE-core] [PATCH 07/27] libxcb: remove PKG_CONFIG_SYSROOT_DIR work-around

2018-02-19 Thread Maxin B. John
We are moving from freedesktop.org's pkg-config to pkgconf. This enables us to remove the following patch as PKG_CONFIG_SYSROOT_DIR behaves consistently with pkgconf: 1) xcbincludedir.patch Signed-off-by: Maxin B. John --- .../xorg-lib/libxcb/xcbincludedir.patch

[OE-core] [PATCH 03/27] pkgconfig: remove from oe-core

2018-02-19 Thread Maxin B. John
Move freedesktop.org's pkg-config as we are replacing it with pkgconf Signed-off-by: Maxin B. John --- ...t.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch | 41 .../fix-glib-configure-libtool-usage.patch | 45 -

[OE-core] [PATCH 01/27] pkgconf: upgrade to version 1.4.2

2018-02-19 Thread Maxin B. John
pkgconf improved compatibility with freedesktop.org pkg-config. So, we don't need to unset PKG_CONFIG_SYSROOT_DIR in wrappers. Signed-off-by: Maxin B. John --- meta/recipes-devtools/pkgconf/pkgconf/pkg-config-esdk.in | 4 +---

[OE-core] [PATCH 10/27] vala: remove PKG_CONFIG_SYSROOT_DIR work-around

2018-02-19 Thread Maxin B. John
We are moving from freedesktop.org's pkg-config to pkgconf. This helps us to remove the following patch as PKG_CONFIG_SYSROOT_DIR behaves consistently with pkgconf: 1) 0001-vapigen.m4-use-PKG_CONFIG_SYSROOT_DIR.patch Signed-off-by: Maxin B. John ---

[OE-core] [PATCH 08/27] meson: remove PKG_CONFIG_SYSROOT_DIR work-around

2018-02-19 Thread Maxin B. John
We are moving from freedesktop.org's pkg-config to pkgconf. This helps us to update the following patch as PKG_CONFIG_SYSROOT_DIR behaves consistently with pkgconf: 1) 0002-gobject-introspection-determine-g-ir-scanner-and-g-i.patch Signed-off-by: Maxin B. John ---

[OE-core] [PATCH 11/27] gobject-introspection: remove PKG_CONFIG_SYSROOT_DIR work-around

2018-02-19 Thread Maxin B. John
We are moving from freedesktop.org's pkg-config to pkgconf. This helps us to remove the following patch as PKG_CONFIG_SYSROOT_DIR behaves consistently with pkgconf: 1) 0005-Prefix-pkg-config-paths-with-PKG_CONFIG_SYSROOT_DIR-.patch Signed-off-by: Maxin B. John ---

[OE-core] [PATCH 15/27] libinput: fix udev path for pkgconf

2018-02-19 Thread Maxin B. John
Here we need udev path to be relative, inside the sysroot. Unset PKG_CONFIG_SYSROOT_DIR to fix it. Signed-off-by: Maxin B. John --- meta/recipes-graphics/wayland/libinput_1.9.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 16/27] pulseaudio: fix udev path for pkgconf

2018-02-19 Thread Maxin B. John
Here we need udev path to be relative, inside the sysroot. Unset PKG_CONFIG_SYSROOT_DIR to fix it. Signed-off-by: Maxin B. John --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH] cve-check: put log in T so it doesn't get deleted by rm_work

2018-02-19 Thread Alexander Kanavin
Cheers, can you nevertheless post the missing patches here please? Alex On 02/18/2018 02:19 AM, Burton, Ross wrote: Because I failed to post them to the list and Richard merged a chunk of MUT on my approval, forgetting that I hadn't posted them.  My mistake, apologies. Ross On 17 February

Re: [OE-core] [PATCH] pseudo: update to latest master

2018-02-19 Thread Alexander Kanavin
On 02/18/2018 10:23 PM, Martin Jansa wrote: ==> update-rc.d/0.7-r5/pseudo/pseudo.log <== debug_logfile: fd 2 pid 8488 [parent 8481], doing new pid setup and server start Setup complete, sending SIGUSR1 to pid 8481. tried to close client 0 (highest is 1) tried to close client 0 (highest is 1)

[OE-core] [PATCH 00/27] replace freedesktop.org pkg-config with pkgconf

2018-02-19 Thread Maxin B. John
Reasons behind this patch set: 1. pkgconf is actively maintained 2. pkgconf has better cross-compiling support (According to the author of pkgconf, it was created as he got tired of patching .pc files to add ${pc_sysrootdir}) 3. oe-core can drop a number of work-around patches that deals with

Re: [OE-core] [PATCH 00/27] replace freedesktop.org pkg-config with pkgconf

2018-02-19 Thread Alexander Kanavin
On 02/19/2018 10:36 AM, Maxin B. John wrote: Reasons behind this patch set: 1. pkgconf is actively maintained 2. pkgconf has better cross-compiling support (According to the author of pkgconf, it was created as he got tired of patching .pc files to add ${pc_sysrootdir}) 3. oe-core can drop a

Re: [OE-core] [PATCH] pseudo: update to latest master

2018-02-19 Thread Alexander Kanavin
On 02/17/2018 10:17 PM, Seebs wrote: For me, with epoll enabled: b6a015a works 23f089f and 26e30fa both lock up Huh. It's possible that the initial "don't try to close fd 0" was correct, and the real problem is that the attempt is getting made mistakenly. I'll study that more; the epoll code

[OE-core] [PATCH 27/27] librsvg: unset PKG_CONFIG_SYSROOT_DIR for relative path

2018-02-19 Thread Maxin B. John
pkgconf needs to unset PKG_CONFIG_SYSROOT_DIR for relative path. Signed-off-by: Maxin B. John --- .../0001-configure.ac-fix-build-with-pkgconf.patch | 32 ++ meta/recipes-gnome/librsvg/librsvg_2.40.20.bb | 4 ++- 2 files changed, 35 insertions(+),

[OE-core] [PATCH 26/27] btrfs-tools: unset PKG_CONFIG_SYSROOT_DIR for relative path

2018-02-19 Thread Maxin B. John
pkgconf needs to unset PKG_CONFIG_SYSROOT_DIR for relative path. Signed-off-by: Maxin B. John --- ...c-unset-PKG_CONFIG_SYSROOT_DIR-for-relati.patch | 31 ++ .../btrfs-tools/btrfs-tools_4.13.3.bb | 1 + 2 files changed, 32 insertions(+)

[OE-core] [PATCH 25/27] glib-networking: unset PKG_CONFIG_SYSROOT_DIR for relative path

2018-02-19 Thread Maxin B. John
pkgconf needs to unset PKG_CONFIG_SYSROOT_DIR for relative path. Signed-off-by: Maxin B. John --- ...c-unset-PKG_CONFIG_SYSROOT_DIR-for-relati.patch | 31 ++ .../glib-networking/glib-networking_2.54.1.bb | 2 ++ 2 files changed, 33 insertions(+)

[OE-core] [PATCH 22/27] xf86-input-mouse: fix header-file installation path

2018-02-19 Thread Maxin B. John
Fix the header-file installation paths of xf86-input-mouse. This was caused by the change of pkg-config provider to pkgconf. Signed-off-by: Maxin B. John --- meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

[OE-core] [PATCH 19/27] connman: specify dbusconfdir

2018-02-19 Thread Maxin B. John
Explicitly specify the dbusconfdir. Signed-off-by: Maxin B. John --- meta/recipes-connectivity/connman/connman.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index

[OE-core] [PATCH 21/27] xf86-input-synaptics: fix installation paths

2018-02-19 Thread Maxin B. John
Fix the installations paths of xf86-input-synaptics. This was caused by the change of pkg-config provider to pkgconf. Signed-off-by: Maxin B. John --- meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.9.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

[OE-core] [PATCH 23/27] xf86-input-libinput: fix header-file installation path

2018-02-19 Thread Maxin B. John
Fix the header-file installation path (sdkdir) of xf86-input-libinput. This was caused by the change of pkg-config provider to pkgconf. Signed-off-by: Maxin B. John --- meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.26.0.bb | 2 ++ 1 file changed, 2 insertions(+)

[OE-core] [PATCH 17/27] alsa-utils: fix udev path for pkgconf

2018-02-19 Thread Maxin B. John
Here we need udev path to be relative, inside the sysroot. Unset PKG_CONFIG_SYSROOT_DIR to fix it. Signed-off-by: Maxin B. John --- meta/recipes-multimedia/alsa/alsa-utils_1.1.5.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 24/27] xf86-input-evdev: fix header-file installation path

2018-02-19 Thread Maxin B. John
Fix the header-file installation path (sdkdir) of xf86-input-evdev. This was caused by the change of pkg-config provider to pkgconf. Signed-off-by: Maxin B. John --- meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.10.5.bb | 1 + 1 file changed, 1 insertion(+) diff

[OE-core] [PATCH 18/27] ofono: specify dbusconfdir

2018-02-19 Thread Maxin B. John
Explicitly specify the dbusconfdir. Signed-off-by: Maxin B. John --- meta/recipes-connectivity/ofono/ofono.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc index

[OE-core] [PATCH 20/27] bluez5: specify udev, dbus and systemd configurations

2018-02-19 Thread Maxin B. John
configure udevdir, systemd-unitsdir and dbusconfdir. Also provide a packageconfig for systemd. Signed-off-by: Maxin B. John --- meta/recipes-connectivity/bluez5/bluez5.inc | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 1/1] cve-check-tool: correctly exported web proxies

2018-02-19 Thread Konstantin Shemyak
The binary 'cve-check-update' downloads the CVE database from the Internet. If the system is behind a web proxy, the download fails, as proxy-related variables are not exported. In turn, 'cve-check-tool' does not connect to the network and correspondingly does not need exported proxies. Exported

Re: [OE-core] [PATCH][rocko] linux-yocto/4.12: update to v4.12.20

2018-02-19 Thread Bruce Ashfield
On Sun, Feb 18, 2018 at 10:23 PM, akuster808 wrote: > Bruce, > > Sorry, I just saw this one. it would not apply so I am hand applying it. > Arm64 and PPC hash still did not change. > > I looked at >

[OE-core] [PATCH 0/1] cve-check-tool: correctly exported web proxies

2018-02-19 Thread Konstantin Shemyak
Commit 0466c81f has lost passing web proxies to the download process, which makes whole CVE checking fail. In turn, in cve-check.bbclass setting the proxies is not needed, as the called process does not connect to the network. Konstantin Shemyak (1): cve-check-tool: correctly exported proxies

[OE-core] Missing git tags for latest Morty release?

2018-02-19 Thread Mauno Niko
Even states "Current Version" is "2.2.3" for Codename Morty, associated "yocto-2.2.3", "morty-16.0.3" tags do not seem to exist, could someone please create those? -- ___ Openembedded-core mailing list

[OE-core] [PATCH v2][rocko] linux-yocto/4.12: update to v4.12.20

2018-02-19 Thread Bruce Ashfield
Updating to Paul Gortmaker's 4.12.20 release, which comprises the following commits: 26041ea62c10 Linux 4.12.20 80da9fc42759 kvm: x86: fix RSM when PCID is non-zero 94ff73e84af3 x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN 1c6aaef6e08f x86/alternatives: Add missing '\n' at end

[OE-core] [PATCH 2/2] libsolv: upgrade to version 0.6.32

2018-02-19 Thread Maxin B. John
0.6.31 -> 0.6.32 Signed-off-by: Maxin B. John --- meta/recipes-extended/libsolv/{libsolv_0.6.31.bb => libsolv_0.6.32.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/libsolv/{libsolv_0.6.31.bb => libsolv_0.6.32.bb} (94%) diff --git

Re: [OE-core] [PATCH v2][rocko] linux-yocto/4.12: update to v4.12.20

2018-02-19 Thread Bruce Ashfield
On Mon, Feb 19, 2018 at 11:37 AM, Richard Purdie wrote: > On Mon, 2018-02-19 at 08:16 -0800, akuster808 wrote: >> Bruce, >> >> thanks. I hand applied this as I have another kernel change sitting >> in >> stable/rocko-next >> >> I will build this once RP is done

[OE-core] [PATCH v2] linux-yocto/4.12: update to v4.12.20

2018-02-19 Thread Bruce Ashfield
Updating to Paul Gortmaker's 4.12.20 release, which comprises the following commits: 26041ea62c10 Linux 4.12.20 80da9fc42759 kvm: x86: fix RSM when PCID is non-zero 94ff73e84af3 x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN 1c6aaef6e08f x86/alternatives: Add missing '\n' at end

[OE-core] [PATCH v2] make-mod-scripts: change how some kernel module tools are built

2018-02-19 Thread Bruce Ashfield
From: Joe Slater Remove do_make_scripts() from module-base.bbclass and put functionality in a recipe. This will build the scripts only once instead of each time an external module is built. [YOCTO #12228] Signed-off-by: Joe Slater Signed-off-by:

Re: [OE-core] [PATCH v2][rocko] linux-yocto/4.12: update to v4.12.20

2018-02-19 Thread Richard Purdie
On Mon, 2018-02-19 at 08:16 -0800, akuster808 wrote: > Bruce, > > thanks. I hand applied this as I have another kernel change sitting > in > stable/rocko-next > > I will build this once RP is done with master You correctly pointed out I needed to sort master first! :) Bruce: Is there an update

Re: [OE-core] [PATCH] pseudo: update to latest master

2018-02-19 Thread Alexander Kanavin
On 02/19/2018 07:55 PM, Seebs wrote: This gets back to "and one of the problems with testing is that if I don't actually check the logs, I often don't see problems", because pseudo does enough internal disaster recovery that things can explode horribly without observable failures. Now

[OE-core] [PATCH][rocko] kernel-yocto/4.9: update to v4.9.82

2018-02-19 Thread Bruce Ashfield
Updating to the korg -stable release of 4.9.82 which comprises the following commits: 3e598a7089ee Linux 4.9.82 2de1085e8deb ftrace: Remove incorrect setting of glob search field df113487f844 mn10300/misalignment: Use SIGSEGV SEGV_MAPERR to report a failed user copy 38e3bc59e0dd ovl:

Re: [OE-core] [PATCH] pseudo: update to latest master

2018-02-19 Thread Seebs
On Mon, 19 Feb 2018 11:27:56 +0200 Alexander Kanavin wrote: > > Huh. It's possible that the initial "don't try to close fd 0" was > > correct, and the real problem is that the attempt is getting made > > mistakenly. I'll study that more; the epoll code was a

Re: [OE-core] Missing git tags for latest Morty release?

2018-02-19 Thread Richard Purdie
On Mon, 2018-02-19 at 12:15 +, Mauno Niko wrote: > Even states "Current > Version" is "2.2.3" for Codename Morty, associated "yocto-2.2.3", > "morty-16.0.3" tags do not seem to exist, could someone please create > those? 2.2.3 is actually

[OE-core] [PATCH 1/2] mmc-utils: Upgrade to latest revision

2018-02-19 Thread Maxin B. John
updates: mmc-utils: manpage: fix arguments for TH macro mmc-utils: remove unused #includes mmc-utils: move offsetof from mmc.h to only user mmc-utils: expand .gitignore mmc-utils: make use of dependency information mmc-utils: drop unused header mmc-utils: drop macro CHECK Signed-off-by: Maxin B.

Re: [OE-core] [PATCH v2][rocko] linux-yocto/4.12: update to v4.12.20

2018-02-19 Thread akuster808
Bruce, thanks. I hand applied this as I have another kernel change sitting in stable/rocko-next I will build this once RP is done with master - armin On 02/19/2018 07:40 AM, Bruce Ashfield wrote: > Updating to Paul Gortmaker's 4.12.20 release, which comprises > the following commits: > >

Re: [OE-core] [PATCH 2/2] glibc: Upgrade to 2.27 release

2018-02-19 Thread Burton, Ross
Hi Khem, Sigh, sorry, should have realised. So locale-archives are not compatible between glibc releases? Good to know, I guess. Ross On 18 February 2018 at 07:58, Khem Raj wrote: > Wanted to send update on this issue > > I got to bottom of this issue and Ross you should

Re: [OE-core] [PATCH 2/2] glibc: Upgrade to 2.27 release

2018-02-19 Thread Khem Raj
On Mon, Feb 19, 2018 at 12:06 PM, Burton, Ross wrote: > Hi Khem, > > Sigh, sorry, should have realised. So locale-archives are not compatible > between glibc releases? Good to know, I guess. > they are not and its recommended that static binaries be relinked. I am not

Re: [OE-core] [PATCH][rocko] kernel-yocto/4.9: update to v4.9.82

2018-02-19 Thread akuster808
On 02/19/2018 10:08 AM, Bruce Ashfield wrote: > Updating to the korg -stable release of 4.9.82 which comprises the > following commits: Thanks, merged into stable/rocko-next. - armin > >3e598a7089ee Linux 4.9.82 >2de1085e8deb ftrace: Remove incorrect setting of glob search field >

Re: [OE-core] [PATCH] pseudo: update to latest master

2018-02-19 Thread Martin Jansa
I've bumped SRCREV to include your latest fix and re-enabled epoll and now it doesn't get stuck for me, thanks! I did quick check for UID/GID issue: https://bugzilla.yoctoproject.org/show_bug.cgi?id=12434 without epoll disabled and SRCREV "b6a015a Handle O_TMPFILE more better" it was still

Re: [OE-core] [PATCH] pseudo: update to latest master

2018-02-19 Thread Seebs
On Mon, 19 Feb 2018 20:01:31 +0100 Martin Jansa wrote: > I did quick check for UID/GID issue: > https://bugzilla.yoctoproject.org/show_bug.cgi?id=12434 Hmm. glibc-locale, in particular, is a really weird case; does it still do the strange thing with copying the files

[OE-core] [PATCH 1/3] icecc.bbclass: Fix combining with ccache

2018-02-19 Thread Joshua Watt
Fixes the case where ccache is enabled along with Icecream. In these cases, there is the danger that Icecream will accidentally add the ccache executable to the toolchain, which prevents it from working. In particular, Fedora enables ccache by default via symbolic links in PATH. Signed-off-by:

[OE-core] [PATCH 2/3] icecc.bbclass: Add environment version

2018-02-19 Thread Joshua Watt
Adds a version to the environment which can be used to invalidate any previous environments on the remote compile nodes Signed-off-by: Joshua Watt --- meta/classes/icecc.bbclass | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCH 3/3] icecc.bbclass: Remove icecream from uninative

2018-02-19 Thread Joshua Watt
The icecream native tools should not be included in uninative tarballs even though it is nativesdk Signed-off-by: Joshua Watt --- meta/classes/icecc.bbclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass index