[OE-core] [zeus 08/28] linux-yocto/5.2: update to v5.2.22

2020-01-06 Thread Armin Kuster
From: Bruce Ashfield Updating linux-yocto/5.2 to the latest korg -stable release that comprises the following commits: 0bea818b6e18 Linux 5.2.22 5f1126e23315 nbd: verify socket is supported during setup 4888496abcfe USB: usblp: fix use-after-free on disconnect 0ba545e8fda8 USB: l

[OE-core] [zeus 19/28] podfix: class to remove Pod::Man versions from manpages

2020-01-06 Thread Armin Kuster
From: Ross Burton Manpages generated by Pod::Man contain the version number, which isn't reproducible if we're using the host Perl to generate manpage. One option is to always depend on perl-native when generating manpages but this is a heavy dependency, so instead strip out the versions in do_i

[OE-core] [zeus 14/28] linux-yocto/5.2: update to v5.2.26

2020-01-06 Thread Armin Kuster
From: Bruce Ashfield Updating linux-yocto/5.2 to the latest korg -stable release that comprises the following commits: d0be30663e55 Linux 5.2.26 a5f01eb4ae19 can: mcba_usb: fix use-after-free on disconnect d440c83adfe2 x86/fpu: Don't cache access to fpu_fpregs_owner_ctx d0a6ac8ee

[OE-core] [zeus 21/28] podfix: only alter normal files

2020-01-06 Thread Armin Kuster
From: Ross Burton Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit 23d38b2ad6f7a39e5c1ffd092322942474935c33) Signed-off-by: Armin Kuster --- meta/classes/podfix.bbclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/classes/podfix.bbclass b/meta

[OE-core] [zeus 18/28] liberror-perl: update 0.17027 -> 0.17028

2020-01-06 Thread Armin Kuster
From: Tim Orling HOMEPAGE change from bitbucket to github Upstream release notes: - Moved the VCS repo to https://github.com/shlomif/perl-error.pm - No other significant changes. Signed-off-by: Tim Orling Signed-off-by: Richard Purdie (cherry picked from commit 488680f45fbe28e32391e2a1a66

[OE-core] [zeus 16/28] linux-yocto/4.19/5.2/-dev: fix gcc10 build

2020-01-06 Thread Armin Kuster
From: Bruce Ashfield Integrating Khem's gcc10 build fix: [ Author: Khem Raj Date: Fri Dec 20 17:42:02 2019 -0800 x86/boot/compressed/64: Define __force_order only when CONFIG_RANDOMIZE_BASE is unset kaslr_64.c also defines the same variable, however when both files

[OE-core] [zeus 15/28] linux-yocto/5.2: update to v5.2.27

2020-01-06 Thread Armin Kuster
From: Bruce Ashfield Updating linux-yocto/5.2 to the latest korg -stable release that comprises the following commits: 766f754fb8ce Linux 5.2.27 2e635a05d05c ASoC: SOF: Intel: hda-stream: fix the CONFIG_ prefix missing 1708b2a269de usb: gadget: udc: core: Fix segfault if udc_bind_to_

[OE-core] [zeus 20/28] reproducible_build_simple: inherit podfix

2020-01-06 Thread Armin Kuster
From: Ross Burton When doing reproducible builds inherit podfix to remove the possibility of differing Perl versions causing manpages to change. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit 5dc43edab4787906f2c9f51e51bf78d1dc966286) Signed-off-by: Armin Ku

[OE-core] [zeus 17/28] linux-yocto/5.2: update to v5.2.28

2020-01-06 Thread Armin Kuster
From: Bruce Ashfield Updating linux-yocto/5.2 to the latest korg -stable release that comprises the following commits: 7943d7e69aa7 Linux 5.2.28 b5db992cfdd3 usbip: Fix uninitialized symbol 'nents' in stub_recv_cmd_submit() a0b637f7868d usb: gadget: configfs: Fix missing spin_lock_i

[OE-core] [zeus 24/28] python3: RDEPEND on libgcc

2020-01-06 Thread Armin Kuster
From: Joshua Watt =help> List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Sender: openembedded-core-boun...@lists.openembedded.org Errors-T

[OE-core] [zeus 28/28] libsdl2: fix failure appeared in bitbake libsdl2-native

2020-01-06 Thread Armin Kuster
From: Yanfei Xu When you bitbake libsdl2-native and your host had installed fcitx or ibus, it may cause you bitbake failed in do_compile. Disable fcitx and ibus check with EXTRA_OECONF in bb file. -snip- CC build/SDL_sysfilesystem.lo CC build/SDL_sysh

[OE-core] [zeus 22/28] systemd: Upgrade 243 -> 243.2

2020-01-06 Thread Armin Kuster
From: Adrian Bunk Bugfix-only changes on the 243 stable branch. Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- .../systemd/{systemd-boot_243.bb => systemd-boot_243.2.bb}| 0 .../systemd/{systemd-conf_243.bb => systemd-conf_243.2.bb}| 0 meta/

[OE-core] [PATCH v4] zip: Add patch fixing zipnote segfault

2020-01-06 Thread Jate Sujjavanich
This patch has been applied in several Linux distributions Signed-off-by: Jate Sujjavanich --- .../zipnote-crashes-with-segfault.patch | 20 +++ meta/recipes-extended/zip/zip_3.0.bb | 1 + 2 files changed, 21 insertions(+) create mode 100644 meta/recipes-extende

[OE-core] [zeus 23/28] python3: Upgrade 3.7.5 -> 3.7.6

2020-01-06 Thread Armin Kuster
From: Adrian Bunk Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie (cherry picked from commit aee9beb12226abf7a195b8ee801ea488920b2fdb) [Bug fix only update] Signed-off-by: Armin Kuster --- .../python/{python3_3.7.5.bb => python3_3.7.6.bb} | 4 ++-- 1 file changed, 2 inser

[OE-core] [zeus 26/28] valgrind: Fix build with -fno-common

2020-01-06 Thread Armin Kuster
From: Khem Raj Signed-off-by: Khem Raj Signed-off-by: Richard Purdie (cherry picked from commit 14f14eccf176539493fbfe710b66704feb7710da) Signed-off-by: Armin Kuster --- .../valgrind/valgrind/s390x_vec_op_t.patch| 19 +++ .../valgrind/valgrind_3.15.0.bb | 1

[OE-core] [zeus 25/28] python3: Update to apply libgcc fix to libpython, glibc only

2020-01-06 Thread Armin Kuster
From: Richard Purdie Update to account for review feedback on list. Signed-off-by: Richard Purdie (cherry picked from commit ec788594f3f6a47687c6eb321437f2d2b58b1518) Signed-off-by: Armin Kuster --- meta/recipes-devtools/python/python3_3.7.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deleti

[OE-core] [zeus 27/28] pseudo: Make realpath() remove trailing slashes

2020-01-06 Thread Armin Kuster
From: Robert Yang Linux system's realpath() remove trailing slashes, but pseudo's doesn't, need make them identical. E.g., the following code (rel.c) prints '/tmp' with system's realpath, but pseudo's realpath prints '/tmp/': #include #include #include int main() { c

[OE-core] [PATCH 1/1] Revert "tclibc-musl: Add -D__USE_TIME_BITS64 to c/c++ flags"

2020-01-06 Thread Khem Raj
This reverts commit 194bd4136459e7a38510830b2fb0938d892ece45. Signed-off-by: Khem Raj --- meta/conf/distro/include/tclibc-musl.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/conf/distro/include/tclibc-musl.inc b/meta/conf/distro/include/tclibc-musl.inc index 22f8214ba3..8badbbb40a

[OE-core] ✗ patchtest: failure for zip: Add patch fixing zipnote segfault (rev4)

2020-01-06 Thread Patchwork
== Series Details == Series: zip: Add patch fixing zipnote segfault (rev4) Revision: 4 URL : https://patchwork.openembedded.org/series/21894/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been e

[OE-core] [PATCH] opensbi: Use -ffree-standing compiler options

2020-01-06 Thread Khem Raj
This usually helps compiler to not use built-in optimizations for string functions and mem* functions unnecessarily, since OE's compiler is hosted for linux cross compile, this also means we instruct it rightly for building a baremetal application Refresh the patches to apply without fuzz Fixes li

[OE-core] [PATCH] opensbi: Use -ffreestanding compiler options

2020-01-06 Thread Khem Raj
This usually helps compiler to not use built-in optimizations for string functions and mem* functions unnecessarily, since OE's compiler is hosted for linux cross compile, this also means we instruct it rightly for building a baremetal application Refresh the patches to apply without fuzz Fixes li

Re: [OE-core] [PATCH] opensbi: Use -ffree-standing compiler options

2020-01-06 Thread Khem Raj
Accidentally sent ignore this one. Use the other patch. On Mon, Jan 6, 2020 at 7:13 PM Khem Raj wrote: > > This usually helps compiler to not use built-in optimizations > for string functions and mem* functions unnecessarily, since OE's > compiler is hosted for linux cross compile, this also mean

[OE-core] [PATCH v5] zip: Add patch fixing zipnote segfault

2020-01-06 Thread Jate Sujjavanich
This patch has been applied in several Linux distributions Signed-off-by: Jate Sujjavanich --- .../zipnote-crashes-with-segfault.patch | 22 +++ meta/recipes-extended/zip/zip_3.0.bb | 1 + 2 files changed, 23 insertions(+) create mode 100644 meta/recipes-extende

[OE-core] ✗ patchtest: failure for zip: Add patch fixing zipnote segfault (rev5)

2020-01-06 Thread Patchwork
== Series Details == Series: zip: Add patch fixing zipnote segfault (rev5) Revision: 5 URL : https://patchwork.openembedded.org/series/21894/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been e

[OE-core] [PATCH v6] zip: Add patch fixing zipnote segfault

2020-01-06 Thread Jate Sujjavanich
This patch has been applied in several Linux distributions Signed-off-by: Jate Sujjavanich --- .../zipnote-crashes-with-segfault.patch | 22 +++ meta/recipes-extended/zip/zip_3.0.bb | 1 + 2 files changed, 23 insertions(+) create mode 100644 meta/recipes-extende

[OE-core] [PATCH] speexdsp: 1.2rc3 -> 1.2.0

2020-01-06 Thread Tanu Kaskinen
Removed backported patch 0001-Don-t-rely-on-HAVE_STDINT_H-et-al.-being-defined.patch Enabling NEON on aarch64 doesn't break the build any more. Signed-off-by: Tanu Kaskinen --- ...n-HAVE_STDINT_H-et-al.-being-defined.patch | 63 --- .../{speexdsp_1.2rc3.bb => speexdsp_1.2.0.bb}

[OE-core] [PATCH 0/1] gnupg: Read GNUPG_BINDIR from environment variables for nativesdk

2020-01-06 Thread Robert Yang
The following changes since commit 53cf1241fa4721ba89955146099749d05c5d7171: musl: Ensure that B is clean before configure task is run (2020-01-06 00:24:16 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/gnupg http://cgit.openembedde

[OE-core] [PATCH 1/1] gnupg: Read GNUPG_BINDIR from environment variables for nativesdk

2020-01-06 Thread Robert Yang
There is already a relocate.patch for native which is used for reading GNUPG_BINDIR from environment variables, now also enable it for nativesdk. Otherwise, command like the following one doesn't work for nativesdk: $ gpg-connect-agent --homedir ../keys/ reloadagent /bye gpg-connect-agent: no runn

[OE-core] [PATCH 5/5] alsa-plugins: 1.1.9 -> 1.2.1

2020-01-06 Thread Tanu Kaskinen
Signed-off-by: Tanu Kaskinen --- .../alsa/{alsa-plugins_1.1.9.bb => alsa-plugins_1.2.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/alsa/{alsa-plugins_1.1.9.bb => alsa-plugins_1.2.1.bb} (98%) diff --git a/meta/recipes-multimedia/alsa/alsa-plu

[OE-core] [PATCH 3/5] alsa-topology-conf: new recipe, version 1.2.1

2020-01-06 Thread Tanu Kaskinen
The topology configuration files were moved from the alsa-lib repository to a new alsa-topology-conf repository. The move was accompanied by a license change from LGPL2.1 to BSD-3-Clause. Signed-off-by: Tanu Kaskinen --- meta/conf/distro/include/maintainers.inc | 1 + .../alsa/alsa-lib_1.2

[OE-core] [PATCH 2/5] alsa-ucm-conf: new recipe, version 1.2.1.2

2020-01-06 Thread Tanu Kaskinen
The UCM configuration files were moved from the alsa-lib repository to a new alsa-ucm-conf repository. The move was accompanied by a license change from LGPL2.1 to BSD-3-Clause. Signed-off-by: Tanu Kaskinen --- meta/conf/distro/include/maintainers.inc | 1 + .../alsa/alsa-lib_1.2.1.2.bb

[OE-core] [PATCH 0/5] alsa recipe updates

2020-01-06 Thread Tanu Kaskinen
Tanu Kaskinen (5): alsa-lib: 1.1.9 -> 1.2.1.2 alsa-ucm-conf: new recipe, version 1.2.1.2 alsa-topology-conf: new recipe, version 1.2.1 alsa-utils: 1.1.9 -> 1.2.1 alsa-plugins: 1.1.9 -> 1.2.1 meta/conf/distro/include/maintainers.inc |2 + ...-alsa-sound-.h-for-external-programs.

[OE-core] [PATCH 4/5] alsa-utils: 1.1.9 -> 1.2.1

2020-01-06 Thread Tanu Kaskinen
I moved the ALLOW_EMPTY line next to the line that sets FILES to "". That makes it easier to see that the package is not only allowed to be empty, but forced to be empty. Signed-off-by: Tanu Kaskinen --- ...-utils-scripts_1.1.9.bb => alsa-utils-scripts_1.2.1.bb} | 0 .../alsa/{alsa-utils_1.1.9.b

[OE-core] ✗ patchtest: failure for alsa recipe updates (rev3)

2020-01-06 Thread Patchwork
== Series Details == Series: alsa recipe updates (rev3) Revision: 3 URL : https://patchwork.openembedded.org/series/16170/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the prop

[OE-core] [PATCH v2 0/5] alsa recipe updates

2020-01-06 Thread Tanu Kaskinen
v2: rebased on current master Tanu Kaskinen (5): alsa-lib: 1.1.9 -> 1.2.1.2 alsa-ucm-conf: new recipe, version 1.2.1.2 alsa-topology-conf: new recipe, version 1.2.1 alsa-utils: 1.1.9 -> 1.2.1 alsa-plugins: 1.1.9 -> 1.2.1 meta/conf/distro/include/maintainers.inc |2 + ...-alsa-

[OE-core] [PATCH v2 5/5] alsa-plugins: 1.1.9 -> 1.2.1

2020-01-06 Thread Tanu Kaskinen
Signed-off-by: Tanu Kaskinen --- .../alsa/{alsa-plugins_1.1.9.bb => alsa-plugins_1.2.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/alsa/{alsa-plugins_1.1.9.bb => alsa-plugins_1.2.1.bb} (98%) diff --git a/meta/recipes-multimedia/alsa/alsa-plu

[OE-core] [PATCH v2 4/5] alsa-utils: 1.1.9 -> 1.2.1

2020-01-06 Thread Tanu Kaskinen
I moved the ALLOW_EMPTY line next to the line that sets FILES to "". That makes it easier to see that the package is not only allowed to be empty, but forced to be empty. Signed-off-by: Tanu Kaskinen --- ...-utils-scripts_1.1.9.bb => alsa-utils-scripts_1.2.1.bb} | 0 .../alsa/{alsa-utils_1.1.9.b

[OE-core] [PATCH v2 3/5] alsa-topology-conf: new recipe, version 1.2.1

2020-01-06 Thread Tanu Kaskinen
The topology configuration files were moved from the alsa-lib repository to a new alsa-topology-conf repository. The move was accompanied by a license change from LGPL2.1 to BSD-3-Clause. Signed-off-by: Tanu Kaskinen --- meta/conf/distro/include/maintainers.inc | 1 + .../alsa/alsa-lib_1.2

[OE-core] [PATCH v2 2/5] alsa-ucm-conf: new recipe, version 1.2.1.2

2020-01-06 Thread Tanu Kaskinen
The UCM configuration files were moved from the alsa-lib repository to a new alsa-ucm-conf repository. The move was accompanied by a license change from LGPL2.1 to BSD-3-Clause. Signed-off-by: Tanu Kaskinen --- meta/conf/distro/include/maintainers.inc | 1 + .../alsa/alsa-lib_1.2.1.2.bb

Re: [OE-core] [PATCH 1/1] gnupg: Read GNUPG_BINDIR from environment variables for nativesdk

2020-01-06 Thread Richard Purdie
On Mon, 2020-01-06 at 16:26 +0800, Robert Yang wrote: > There is already a relocate.patch for native which is used for > reading > GNUPG_BINDIR from environment variables, now also enable it for > nativesdk. > Otherwise, command like the following one doesn't work for nativesdk: This is a misleadi

Re: [OE-core] [PATCH 1/1] gnupg: Read GNUPG_BINDIR from environment variables for nativesdk

2020-01-06 Thread Robert Yang
On 1/6/20 5:34 PM, Richard Purdie wrote: On Mon, 2020-01-06 at 16:26 +0800, Robert Yang wrote: There is already a relocate.patch for native which is used for reading GNUPG_BINDIR from environment variables, now also enable it for nativesdk. Otherwise, command like the following one doesn't wo

[OE-core] [PATCH] nm01: Remove prefix zeros of the addresses output by nm before comparing

2020-01-06 Thread zhe.he
From: He Zhe The latest nm v2.33.1 outputs symbols addresses without prefix zeros for "nm -f posix", which causes the following error. nm01 5 TFAIL: Got wrong format with -f bsd Backport a patch to fix it. Signed-off-by: He Zhe --- ...ix-zeros-of-the-addresses-output-by-.patch | 43 ++

[OE-core] [PATCH v2 0/1] gnupg: Read GNUPG_BINDIR from environment variables for nativesdk

2020-01-06 Thread Robert Yang
* V2 - Only enable for native and nativesdk, don't enable for target * V1 - Initial version // Robert The following changes since commit 53cf1241fa4721ba89955146099749d05c5d7171: musl: Ensure that B is clean before configure task is run (2020-01-06 00:24:16 +) are available in the g

[OE-core] [PATCH v2 1/1] gnupg: Read GNUPG_BINDIR from environment variables for nativesdk

2020-01-06 Thread Robert Yang
There is already a relocate.patch for native which is used for reading GNUPG_BINDIR from environment variables, now also enable it for nativesdk. Otherwise, command like the following one doesn't work for nativesdk: $ gpg-connect-agent --homedir ../keys/ reloadagent /bye gpg-connect-agent: no runn

[OE-core] [zeus] feature-microblaze-versions.inc: Update MB to v11.0

2020-01-06 Thread Manjukumar Matha
Update the Microblaze to v11.0 (From OE-Core rev: 0cd48fe0feb248c451841f6ad42777460ac81c7e) Signed-off-by: Manjukumar Matha Signed-off-by: Richard Purdie --- meta/conf/machine/include/microblaze/feature-microblaze-versions.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/conf/ma

[OE-core] [zeus] tune-cortexa72-cortexa53: Add tunes

2020-01-06 Thread Manjukumar Matha
From: Joshua Watt Adds tunes for Cortex-A72 Cortex-A53 big.LITTLE SoCs (with and without crypto extensions), e.g. Rockchip RK3399 (From OE-Core rev: 78a555b324c30b2970eaa046c5d86de7980e678a) Signed-off-by: Joshua Watt Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- .../machine/

Re: [OE-core] [zeus 00/29] Patch review

2020-01-06 Thread Manjukumar Harthikote Matha
Hi Armin, > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > On Behalf Of Armin > Kuster > Sent: Saturday, January 4, 2020 8:26 AM > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [zeus 00/29] Patch review > > Here is the next set for zeus.

Re: [OE-core] [PATCH] nm01: Remove prefix zeros of the addresses output by nm before comparing

2020-01-06 Thread Ross Burton
On 06/01/2020 09:59, zhe...@windriver.com wrote: From: He Zhe The latest nm v2.33.1 outputs symbols addresses without prefix zeros for "nm -f posix", which causes the following error. nm01 5 TFAIL: Got wrong format with -f bsd Backport a patch to fix it. Signed-off-by: He Zhe --- ...ix-zer

Re: [OE-core] [PATCH 02/19] systemd: Fix time_t size assumptions

2020-01-06 Thread Ross Burton
On 29/12/2019 18:43, Khem Raj wrote: Signed-off-by: Khem Raj --- ...ead-of-TIME_T_MAX-for-timerfd_settim.patch | 31 +++ meta/recipes-core/systemd/systemd_243.2.bb| 1 + 2 files changed, 32 insertions(+) create mode 100644 meta/recipes-core/systemd/systemd/0022-Use-IN

Re: [OE-core] [zeus] tune-cortexa72-cortexa53: Add tunes

2020-01-06 Thread ayaka
Sent from my iPad > On Jan 6, 2020, at 6:57 PM, Manjukumar Matha > wrote: > > From: Joshua Watt > > Adds tunes for Cortex-A72 Cortex-A53 big.LITTLE SoCs (with and without > crypto extensions), e.g. Rockchip RK3399 I wonder whether adding an extra script to handle those big little tunes wou

Re: [OE-core] [PATCH 06/14] dummy-sdk-package.inc: do not include files into RREPLACES

2020-01-06 Thread Alexander Kanavin
I made a couple of patches for this, they seem to fix the issues. Please test: http://git.yoctoproject.org/cgit.cgi/poky-contrib/commit/?h=akanavin/package-version-updates&id=a695bd5a8951b640add0cbc3e8171da7f58982b6 http://git.yoctoproject.org/cgit.cgi/poky-contrib/commit/?h=akanavin/package-versio

[OE-core] [PATCH v2] ltp: nm01: Remove prefix zeros of the addresses output by nm before comparing

2020-01-06 Thread zhe.he
From: He Zhe The latest nm v2.33.1 outputs symbols addresses without prefix zeros for "nm -f posix", which causes the following error. nm01 5 TFAIL: Got wrong format with -f bsd Backport a patch to fix it. Signed-off-by: He Zhe --- v2: Add ltp prefix to the patch title ...-prefix-zeros-of-th

Re: [OE-core] [PATCH v2] ltp: nm01: Remove prefix zeros of the addresses output by nm before comparing

2020-01-06 Thread Ross Burton
We've a patch queued to upgrade to 20190930, is this fix included in that release or does this patch need to be rebased? Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/

Re: [OE-core] [PATCH v2] ltp: nm01: Remove prefix zeros of the addresses output by nm before comparing

2020-01-06 Thread He Zhe
I saw that thread stop a few days ago. This was just merged in ltp about 10 hours ago and should not be in that patch. Regards, Zhe On 1/6/20 7:51 PM, Ross Burton wrote: > We've a patch queued to upgrade to 20190930, is this fix included in that > release or does this patch need to be rebased?

[OE-core] [PATCH] glib: set missing cross property

2020-01-06 Thread Ross Burton
GLib 2.60 onwards checks for /proc/self/cmdline instead of assuming that it exists on Linux (because Cygwin also has it). As this is a runtime test it doesn't execute in cross builds so defaults to false, but under Linux this should be true. Restore the previous behaviour and silence the warning

[OE-core] [meta-oe][PATCH v2] perl-sanity: support cpan versions of core modules

2020-01-06 Thread Jens Rehsack
Most of perl core modules are dual-life modules which exists on CPAN as well as they do in perl core. Sometime, fixes are uploaded to CPAN before a new perl is released which contains the fix of the core module. Also, some modules recent releases aren't fully backported to earlier releases (out of

[OE-core] [PATCH 1/2] sstate: Avoid races over rewritten siginfo files

2020-01-06 Thread Richard Purdie
Try and avoid errors like: Exception: bb.process.ExecutionError: Execution of 'build/tmp/work/x86_64-linux/libxslt-native/1.1.34-r0/temp/run.sstate_unpack_package.12343' failed with exit code 1: touch: setting times of 'build/sstate_devtool/80/4d/sstate:libxslt-native::1.1.34:r0::3:804d33f3f8d0

[OE-core] [PATCH 2/2] scripts/gen-lockedsig-cache: Only look at new format sstate objects

2020-01-06 Thread Richard Purdie
We can have sstate directories which are mixtures of old and new layout entries. Only use the new format ones since these are the only ones bitbake itself will look at. Signed-off-by: Richard Purdie --- scripts/gen-lockedsig-cache | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff -

[OE-core] ✗ patchtest: failure for "sstate: Avoid races over rewri..." and 1 more

2020-01-06 Thread Patchwork
== Series Details == Series: "sstate: Avoid races over rewri..." and 1 more Revision: 1 URL : https://patchwork.openembedded.org/series/21887/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

Re: [OE-core] How to upgrade the kernel

2020-01-06 Thread Muhlenkamp, Lewis
ping From: openembedded-core-boun...@lists.openembedded.org On Behalf Of Muhlenkamp, Lewis Sent: Monday, December 16, 2019 1:37 PM To: yo...@lists.yoctoproject.org; openembedded-core@lists.openembedded.org Subject: [OE-core] How to upgrade the kernel EXTERNAL EMAIL Hello, I am still fairly ne

Re: [OE-core] [zeus] feature-microblaze-versions.inc: Update MB to v11.0

2020-01-06 Thread akuster808
On 1/6/20 2:54 AM, Manjukumar Matha wrote: > Update the Microblaze to v11.0 > > (From OE-Core rev: 0cd48fe0feb248c451841f6ad42777460ac81c7e) > > Signed-off-by: Manjukumar Matha > Signed-off-by: Richard Purdie > --- Adding something new fails outside the acceptable changes for a stable release

Re: [OE-core] [zeus] tune-cortexa72-cortexa53: Add tunes

2020-01-06 Thread akuster808
On 1/6/20 2:57 AM, Manjukumar Matha wrote: > From: Joshua Watt > > Adds tunes for Cortex-A72 Cortex-A53 big.LITTLE SoCs (with and without > crypto extensions), e.g. Rockchip RK3399 Adding something new fails outside the acceptable changes for a stable release per current guidelines. -Armin > >

Re: [OE-core] [PATCH 02/19] systemd: Fix time_t size assumptions

2020-01-06 Thread Khem Raj
On Mon, Jan 6, 2020 at 3:25 AM Ross Burton wrote: > > On 29/12/2019 18:43, Khem Raj wrote: > > Signed-off-by: Khem Raj > > --- > > ...ead-of-TIME_T_MAX-for-timerfd_settim.patch | 31 +++ > > meta/recipes-core/systemd/systemd_243.2.bb| 1 + > > 2 files changed, 32 insertio

[OE-core] Reminder: Yocto Project Technical Team Meeting @ Monthly from 8am on the first Tuesday (PDT)

2020-01-06 Thread sjolley.yp.pm
All, Just a reminder we will hold the monthly Yocto Project Technical Meeting at 8am PST tomorrow. (1/7) Yocto Project Technical Team Meeting: We encourage people attending the meeting to logon and announce themselves on the Yocto Project IRC chancel during the meeting (optional): Yocto

Re: [OE-core] [PATCH 3/3] tclibc-musl: Add -D__USE_TIME_BITS64 to c/c++ flags

2020-01-06 Thread André Draszik
On Thu, 2020-01-02 at 23:21 -0800, Khem Raj wrote: > This is needed for 64bit time_t support on 32bit architectures > see [1] > > [1] > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=152194fe9c3f As per the above, __USE_TIME_BITS64 is a glibc-internal macro, to be d

[OE-core] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2020-01-06 Thread sjolley.yp.pm
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading: https://wiki.yoctoproject.org/wiki/Bug_Triage#N

Re: [OE-core] [PATCH 3/3] tclibc-musl: Add -D__USE_TIME_BITS64 to c/c++ flags

2020-01-06 Thread Khem Raj
On Mon, Jan 6, 2020 at 9:08 AM André Draszik wrote: > > On Thu, 2020-01-02 at 23:21 -0800, Khem Raj wrote: > > This is needed for 64bit time_t support on 32bit architectures > > see [1] > > > > [1] > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=152194fe9c3f > > A

[OE-core] [PATCH] zip: Add patch fixing zipnote segfault

2020-01-06 Thread Jate Sujjavanich
This patch has been applied in several Linux distributions Signed-off-by: Jate Sujjavanich --- .../zip/zip-3.0/zipnote-crashes-with-segfault.patch | 20 meta/recipes-extended/zip/zip_3.0.bb | 1 + 2 files changed, 21 insertions(+) create mode 100644 meta/r

[OE-core] ✗ patchtest: failure for zip: Add patch fixing zipnote segfault

2020-01-06 Thread Patchwork
== Series Details == Series: zip: Add patch fixing zipnote segfault Revision: 1 URL : https://patchwork.openembedded.org/series/21894/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed

[OE-core] [PATCH v2] zip: Add patch fixing zipnote segfault

2020-01-06 Thread Jate Sujjavanich
This patch has been applied in several Linux distributions Signed-off-by: Jate Sujjavanich --- .../zip/zip-3.0/zipnote-crashes-with-segfault.patch | 20 meta/recipes-extended/zip/zip_3.0.bb | 1 + 2 files changed, 21 insertions(+) create mode 100644 meta/r

[OE-core] ✗ patchtest: failure for zip: Add patch fixing zipnote segfault (rev2)

2020-01-06 Thread Patchwork
== Series Details == Series: zip: Add patch fixing zipnote segfault (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/21894/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been e

[OE-core] [PATCH v3] zip: Add patch fixing zipnote segfault

2020-01-06 Thread Jate Sujjavanich
This patch has been applied in several Linux distributions Signed-off-by: Jate Sujjavanich --- .../zip/zip-3.0/zipnote-crashes-with-segfault.patch | 20 meta/recipes-extended/zip/zip_3.0.bb | 1 + 2 files changed, 21 insertions(+) create mode 100644 meta/r

[OE-core] ✗ patchtest: failure for zip: Add patch fixing zipnote segfault (rev3)

2020-01-06 Thread Patchwork
== Series Details == Series: zip: Add patch fixing zipnote segfault (rev3) Revision: 3 URL : https://patchwork.openembedded.org/series/21894/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been e

[OE-core] [PATCH 0/1] Revert "tclibc-musl: Add -D__USE_TIME_BITS64 to c/c++ flags"

2020-01-06 Thread Khem Raj
-D__USE_TIME_BITS64 is already added to musl internally now so its not needed to be added externally to compiler cmdline The following changes since commit 9ac151b744d9305f777430f08e871ea6cba75efc: runqemu: add virtio block device (2020-01-06 23:54:39 +) are available in the Git repository

Re: [OE-core] [V4][PATCH] inetutils: Fix the rcp couldn't copy subdirectory issue

2020-01-06 Thread Zhixiong Chi
Ping... I sent this patch to the inetutils upstream mail list several days ago but no response so far. So will it be merged next steps for oe-core? Thanks. On 2019年12月24日 14:35, Zhixiong Chi wrote: Since snprintf doesn't support the same src and dst address, it will get the wrong result. I

[OE-core] [zeus 02/28] sstate: Stop overwriting SSTATE_PKG

2020-01-06 Thread Armin Kuster
From: Richard Purdie Its rather antisocial to overwrite SSTATE_PKG with an expanded form for the variable and it stops the value of BB_UNIHASH being changed when the package is written out. Instead of expanding the variable, append to it instead to avoid this rather hard to figure out behaviou

[OE-core] [zeus 00/28] Pull request

2020-01-06 Thread Armin Kuster
Please consider these changes for zeus update. Passed A-full. The following changes since commit 754d0ae5a960056468cdf50e5965a4c22515f8f9: lttng-modules: fix NULL pointer deference error when testing rpc_task_running (2019-12-31 10:36:32 +) are available in the Git repository at: git:

[OE-core] [zeus 06/28] sstate.bbclass: Fix for consistent whitespace

2020-01-06 Thread Armin Kuster
From: Martin Jansa Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie (cherry picked from commit e874d067ace03774132ba3030a898678057c1304) Signed-off-by: Armin Kuster --- meta/classes/sstate.bbclass | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta/c

[OE-core] [zeus 05/28] sstate: Ensure mkdir happens before mktemp

2020-01-06 Thread Armin Kuster
From: Richard Purdie This avoids a directory not present error. Fix a comment typo whilst here. Signed-off-by: Richard Purdie (cherry picked from commit 1360d8d7d99b70a80c8cdbc1fc6d9e6752483139) Signed-off-by: Armin Kuster --- meta/classes/sstate.bbclass | 5 ++--- 1 file changed, 2 insertio

[OE-core] [zeus 03/28] sstate: Ensure SSTATE_PKG is reloaded when handling siginfo

2020-01-06 Thread Armin Kuster
From: Richard Purdie STATE_PKG may have been changed by sstate_report_unihash so don't cache the variable's value. Signed-off-by: Richard Purdie (cherry picked from commit be29a25400c4ea285ab3f588c5831f00ba5d4f63) Signed-off-by: Armin Kuster --- meta/classes/sstate.bbclass | 3 ++- 1 file cha

[OE-core] [zeus 01/28] sstate: Add ability to hide summary output for sstate

2020-01-06 Thread Armin Kuster
From: Richard Purdie Its confusing to keep seeing sstate summary messages when hash equivalency is active. This adds an option to control it. A default value is given which maintains compatibility with different bitbake versions. Signed-off-by: Richard Purdie (cherry picked from commit 03800486

[OE-core] [zeus 04/28] sstate: Ensure target sstate directory exists if unihash changes

2020-01-06 Thread Armin Kuster
From: Richard Purdie The previous patches meant the mkdir might no longer match the final target directory. Fix this. Signed-off-by: Richard Purdie (cherry picked from commit 0af4dae84099e8632a9ea6a4afdbea2f232bb170) Signed-off-by: Armin Kuster --- meta/classes/sstate.bbclass | 4 ++-- 1 file

[OE-core] [zeus 13/28] linux-yocto/5.2: update to v5.2.25

2020-01-06 Thread Armin Kuster
From: Bruce Ashfield Updating linux-yocto/5.2 to the latest korg -stable release that comprises the following commits: 38cbae50e893 Linux 5.2.25 efe66d67e43d wimax: i2400: Fix memory leak in i2400m_op_rfkill_sw_toggle aae5e918d3f4 wimax: i2400: fix memory leak 596fd85a2430 iio: i

[OE-core] [zeus 09/28] linux-yocto/5.2: update to v5.2.23

2020-01-06 Thread Armin Kuster
From: Bruce Ashfield Updating linux-yocto/5.2 to the latest korg -stable release that comprises the following commits: 6e5893ab1fe2 Linux 5.2.23 86ac741509b1 kvm: x86: mmu: Recovery of shattered NX large pages c553a0a399c9 kvm: Add helper function for creating VM worker threads f

[OE-core] [zeus 11/28] linux-yocto/5.2: update to v5.2.24

2020-01-06 Thread Armin Kuster
From: Bruce Ashfield Updating linux-yocto/5.2 to the latest korg -stable release that comprises the following commits: 67c4ef96da8e Linux 5.2.24 b65008090e4e blk-rq-qos: fix first node deletion of rq_qos_del() 660039a1505a opp: of: drop incorrect lockdep_assert_held() 915ff97f555

[OE-core] [zeus 10/28] linux-yocto/4.19: update to v4.19.84

2020-01-06 Thread Armin Kuster
From: Bruce Ashfield Updating linux-yocto/4.19 to the latest korg -stable release that comprises the following commits: c555efaf1402 Linux 4.19.84 46a4a014c48e kvm: x86: mmu: Recovery of shattered NX large pages 6082f2e28887 kvm: Add helper function for creating VM worker threads

[OE-core] [zeus 07/28] linux-yocto/5.2: update to v5.2.21

2020-01-06 Thread Armin Kuster
From: Bruce Ashfield Updating linux-yocto/5.2 to the latest korg -stable release that comprises the following commits: e91ef5bcdeda Linux 5.2.21 Signed-off-by: Bruce Ashfield (cherry picked from commit 1f51f1505cdeec5cc464bbbc14f5514d7440a426) Signed-off-by: Armin Kuster --- .../linux/li

[OE-core] [zeus 12/28] linux-yocto/4.19: update to v4.19.87

2020-01-06 Thread Armin Kuster
From: Bruce Ashfield Updating linux-yocto/4.19 to the latest korg -stable release that comprises the following commits: 174651bdf802 Linux 4.19.87 6938a9da7ff8 PM / devfreq: Fix kernel oops on governor module load 345712c95eec KVM: PPC: Book3S HV: Flush link stack on guest exit to ho