[OE-core] [PATCH] readline: upgrade 8.0 -> 8.1

2020-12-14 Thread Wang Mingyu
Signed-off-by: Wang Mingyu --- .../{readline-8.0 => readline-8.1}/configure-fix.patch | 0 .../readline/{readline-8.0 => readline-8.1}/norpath.patch | 0 .../readline/{readline-8.0 => readline-8.1}/rl-native.map | 0 meta/recipes-core/readline/readline_8.0.bb | 7 ---

Re: [OE-core] [yocto] QA notification for completed autobuilder build (yocto-3.3_M1.rc2)

2020-12-14 Thread Sangeeta Jain
Hello All, This is the full report for yocto-3.3_M1.rc2: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No new defects are found. No high milestone defects. Bugs verified: BUG id:13997 - [QA 3.2 M2 RC1] failure

Re: [OE-core] Strange segfault on native Go binaries

2020-12-14 Thread Khem Raj
On 12/14/20 4:12 PM, Khem Raj wrote: On Mon, Dec 14, 2020 at 3:50 PM Otavio Salvador wrote: Em seg., 14 de dez. de 2020 às 19:59, Khem Raj escreveu: On Sat, Dec 12, 2020 at 08:52:34PM -0300, Otavio Salvador wrote: Hello all, I am trying to debug a strange issue on native Go binaries.

[OE-core] [meta-oe][PATCH] sudo: split into smaller tools package

2020-12-14 Thread Sinan Kaya
Allow to include whether we want sudo, visudo, sudoreplay or cvtsudoers tools. Signed-off-by: Sinan Kaya --- meta/recipes-extended/sudo/sudo_1.9.3p1.bb | 22 +- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/sudo/sudo_1.9.3p1.bb

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

2020-12-14 Thread Stephen Jolley
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:

[OE-core] [meta-oe][PATCH] iproute2: split ip to invidual package

2020-12-14 Thread Sinan Kaya
Move the ip tool into its own package. Useful for size constrained systems that only want the ip tool. Signed-off-by: Sinan Kaya --- meta/recipes-connectivity/iproute2/iproute2.inc | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH] systemd-boot: allow building for Arm targets

2020-12-14 Thread Anuj Mittal
On Mon, 2020-12-14 at 15:20 +, Ross Burton wrote: > On Mon, 14 Dec 2020 at 14:11, Ross Burton wrote: > > Can we just move the contents of that append into core? > > FWIW, got a patch doing just that locally. > Thanks a lot, Ross. Thanks, Anuj -=-=-=-=-=-=-=-=-=-=-=- Links: You receive

Re: [OE-core] How to create a directory in multiple packages?

2020-12-14 Thread Mark Hatle
On 12/14/20 11:43 AM, Peter Kjellerstedt wrote: > Say we have a recipe that creates an empty /etc/foo directory. Now we > want to add a new file in that directory /etc/foo/bar and package it as > ${PN}-bar. This means the creation of the /etc/foo directory is moved > from the ${PN} package to

Re: [OE-core] Strange segfault on native Go binaries

2020-12-14 Thread Khem Raj
On Mon, Dec 14, 2020 at 3:50 PM Otavio Salvador wrote: > > Em seg., 14 de dez. de 2020 às 19:59, Khem Raj escreveu: > > On Sat, Dec 12, 2020 at 08:52:34PM -0300, Otavio Salvador wrote: > > > Hello all, > > > > > > I am trying to debug a strange issue on native Go binaries. We're > > > seeing it

Re: [OE-core] Strange segfault on native Go binaries

2020-12-14 Thread Otavio Salvador
Em seg., 14 de dez. de 2020 às 19:59, Khem Raj escreveu: > On Sat, Dec 12, 2020 at 08:52:34PM -0300, Otavio Salvador wrote: > > Hello all, > > > > I am trying to debug a strange issue on native Go binaries. We're > > seeing it on 'glide' for example. > > > > If I build 'glide-native' and I go to

Re: [OE-core] I wish to drop my recipe maintainer duties

2020-12-14 Thread Richard Purdie
On Mon, 2020-12-14 at 20:16 +0100, Alexander Kanavin wrote: > Unassigned is the way to go, yes. All recipe updates (or failed > attempts to do so) are nowadays posted here, so they can be picked up > by anyone interested. > > Thanks for your work (of the highest quality), and totally >

Re: [OE-core] Strange segfault on native Go binaries

2020-12-14 Thread Khem Raj
On Sat, Dec 12, 2020 at 08:52:34PM -0300, Otavio Salvador wrote: > Hello all, > > I am trying to debug a strange issue on native Go binaries. We're > seeing it on 'glide' for example. > > If I build 'glide-native' and I go to its tmp/work/.../image/bin/glide > it works just fine. For example,

[OE-core] [PATCH v2] go: Update 1.15.5 -> 1.15.6

2020-12-14 Thread Khem Raj
From: Khairul Rohaizzat Jamaluddin The deleted patch file mentioned below is removed since 1.15.6 already has the issue patched. Signed-off-by: Khairul Rohaizzat Jamaluddin Signed-off-by: Khem Raj Cc: Otavio Salvador --- v2: Also update go-binary-native

Re: [OE-core] [SDK] How to use the gold linker

2020-12-14 Thread Khem Raj
On 12/14/20 3:14 AM, Christian Eggers wrote: Branch: dunfell Arch: arm When I set -fuse-ld=gold with the Yocto SDK, the bfd linker is used anyway: . /opt/poky-tiny/3.1.4/environment-setup-cortexa7t2hf-neon-vfpv4-poky-linux-musleabi ${CC} -fuse-ld=gold -Wl,--threads -o test test.c

Re: [OE-core] [PATCH] lttng-modules: Fix build with 5.10+ kernel

2020-12-14 Thread Khem Raj
I see that Bruce already sent a similar fix erlier today. So perhaps this can be dropped. On Mon, Dec 14, 2020 at 11:40 AM Khem Raj wrote: > > Backport build relevant patches from upstream to fix build issues > > Signed-off-by: Khem Raj > Cc: Bruce Ashfield > --- >

[OE-core] [PATCH 1/1] python3-packaging: upgrade 20.4 -> 20.8

2020-12-14 Thread Tim Orling
From: Tim Orling Upstream release notes: ''' * 20.8 - 2020-12-11 - Revert back to setuptools for compatibility purposes for some Linux distros (:issue:`363`) - Do not insert an underscore in wheel tags when the interpreter version number is more than 2 digits (:issue:`372`) * 20.7 -

[OE-core] [PATCH 0/1] python3-packaging: upgrade

2020-12-14 Thread Tim Orling
From: Tim Orling This was built and tested on top of current master-next. The following changes since commit 647066acbd15e4489cbbbde3165c7980aee1e91c: wic-image-minimal: only depend on syslinux on x86 targets (2020-12-14 13:37:21 +) are available in the Git repository at:

Re: [OE-core] [PATCH] opkg: upgrade to version 0.4.4

2020-12-14 Thread Alexander Kanavin
opkg ptests regress with this change: https://autobuilder.yocto.io/pub/non-release/20201214-1/testresults/qemux86-64-ptest/opkg.log Do not merge please, as this undoes my work to reach 100% pass rate in ptests :) Alex On Mon, 7 Dec 2020 at 23:44, Alejandro del Castillo < alejandro.delca

[OE-core] [PATCH] lttng-modules: Fix build with 5.10+ kernel

2020-12-14 Thread Khem Raj
Backport build relevant patches from upstream to fix build issues Signed-off-by: Khem Raj Cc: Bruce Ashfield --- ...jtool-Rename-frame.h-objtool.h-v5.10.patch | 87 +++ ...racepoint-Optimize-using-static_call.patch | 215 ++ ...ext4-fast-commit-recovery-path-v5.10.patch |

[OE-core] [PATCH] maintainers.inc: remove myself from maintainers

2020-12-14 Thread Tanu Kaskinen
--- meta/conf/distro/include/maintainers.inc | 38 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index e9c69b2e6e..8dffa2fc95 100644 ---

Re: [OE-core] I wish to drop my recipe maintainer duties

2020-12-14 Thread Alexander Kanavin
Unassigned is the way to go, yes. All recipe updates (or failed attempts to do so) are nowadays posted here, so they can be picked up by anyone interested. Thanks for your work (of the highest quality), and totally understandable that you don't want to spend time on something you do not use.

[OE-core] I wish to drop my recipe maintainer duties

2020-12-14 Thread Tanu Kaskinen
Hello, I haven't lately had time to do OE work, or maybe the lack of time is more rooted in lack of motivation since I don't objectively have a very busy life, but in any case, I think it's time for me to step down as a recipe maintainer. When in 2015 I transitioned from being paid for the work

[OE-core] [PATCH v2 4/7] image-uefi.conf: add EFI arch variable

2020-12-14 Thread Ross Burton
Refactor EFI_BOOT_IMAGE so that the EFI name for the architecture is exposed as EFI_ARCH, so that other recipes (such as bootloaders) can reuse it. Signed-off-by: Ross Burton --- meta/conf/image-uefi.conf | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git

[OE-core] [PATCH v2 1/7] syslinux: rewrite recipe so only target code is x86-specific

2020-12-14 Thread Ross Burton
Currently the syslinux recipe set COMPATIBLE_HOST to 32/64-bit x86. Whilst this makes sense for the target binaries as syslinux is x86-specific, this also affects the native recipe which should be able to be built on non-x86 build hosts (for example, arm64 build host, qemux86 target). syslinux

[OE-core] [PATCH v2 5/7] systemd-boot: build the EFI stub

2020-12-14 Thread Ross Burton
Also build and deploy the EFI stub. SYSTEMD_BOOT_EFI_ARCH can be dropped as image-uefi.conf now sets EFI_ARCH. Changes originally taken from meta-intel. Signed-off-by: Ross Burton --- meta/recipes-core/systemd/systemd-boot_246.6.bb | 12 ++-- 1 file changed, 6 insertions(+), 6

[OE-core] [PATCH v2 7/7] wic-tools: add grub-efi and systemd-boot on arm64

2020-12-14 Thread Ross Burton
These both now work on arm64, so add them to the dependencies. Signed-off-by: Ross Burton --- meta/recipes-core/meta/wic-tools.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/meta/wic-tools.bb b/meta/recipes-core/meta/wic-tools.bb index f04f767646..bc6cc0d183 100644

[OE-core] [PATCH v2 6/7] systemd-boot: allow building for Arm targets

2020-12-14 Thread Ross Burton
systemd-boot works on 32-bit and 64-bit Arm targets (assuming the firmware does EFI, obviously), so allow it to be built. Signed-off-by: Ross Burton --- meta/recipes-core/systemd/systemd-boot_246.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH v2 2/7] wic-image-minimal: only depend on syslinux on x86 targets

2020-12-14 Thread Ross Burton
Following other examples, only depend on syslinux when targetting x86. Signed-off-by: Ross Burton --- meta-selftest/recipes-test/images/wic-image-minimal.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-selftest/recipes-test/images/wic-image-minimal.bb

[OE-core] [PATCH v2 3/7] wic-tools: don't build syslinux-native for targets without syslinux

2020-12-14 Thread Ross Burton
If we're not building syslinux, then there's no point building syslinux-native. Signed-off-by: Ross Burton --- meta/recipes-core/meta/wic-tools.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/meta/wic-tools.bb

Re: [OE-core] How to create a directory in multiple packages?

2020-12-14 Thread Konrad Weihmann
Clearly an empty dir seems to be sub-optimal design, but if one would need it, I'd recommend to add a pkg_postinst_${PN} script and dynamically determine at installation time if this path needs to be created or not. So the dir either will be create by ${PN}-bin or by the script - I think I've

Re: [OE-core] How to create a directory in multiple packages?

2020-12-14 Thread Robert P. J. Day
On Mon, 14 Dec 2020, Peter Kjellerstedt wrote: > Say we have a recipe that creates an empty /etc/foo directory. Now we > want to add a new file in that directory /etc/foo/bar and package it as > ${PN}-bar. This means the creation of the /etc/foo directory is moved > from the ${PN} package to the

[OE-core] How to create a directory in multiple packages?

2020-12-14 Thread Peter Kjellerstedt
Say we have a recipe that creates an empty /etc/foo directory. Now we want to add a new file in that directory /etc/foo/bar and package it as ${PN}-bar. This means the creation of the /etc/foo directory is moved from the ${PN} package to the ${PN}-bar package. Is there any way to make ${PN}

Re: [OE-core] [PATCH] yocto-check-layer: make argument parsing unambiguous

2020-12-14 Thread Ross Burton
On Mon, 14 Dec 2020 at 13:31, Richard Purdie wrote: > https://autobuilder.yoctoproject.org/typhoon/#/builders/39/builds/2825 > > Do we need to update the way we're calling it on the autobuilder? Yes. Sorry, forgot this was on the autobuilder. Patch incoming. Ross -=-=-=-=-=-=-=-=-=-=-=-

Re: [OE-core] [PATCH v3] util-linux: split uuid in separate recipe to allow bootstrapping

2020-12-14 Thread Luca Boccassi via lists.openembedded.org
On Fri, 2020-12-11 at 16:54 +, Richard Purdie wrote: > On Fri, 2020-12-11 at 09:51 +, Luca Boccassi wrote: > > On Thu, 2020-12-10 at 20:04 +, Richard Purdie wrote: > > > On Thu, 2020-12-10 at 18:47 +, Luca Boccassi wrote: > > > > On Thu, 2020-12-10 at 15:52 +, Richard Purdie

[OE-core] [PATCH] openssl: add support for mingw64 as target

2020-12-14 Thread Luca Bocassi
From: Deepak Rawat Engines are installed in a slightly different path, and the host type doesn't precisely match in x86_64 Co-authored-by: Paul Eggleton Co-authored-by: Deepak Rawat Signed-off-by: Luca Boccassi --- meta/recipes-connectivity/openssl/openssl_1.1.1h.bb | 5 + 1 file

Re: [OE-core] Strange segfault on native Go binaries

2020-12-14 Thread Konrad Weihmann
On 14.12.20 16:25, Otavio Salvador wrote: Hello Konrad, Em seg., 14 de dez. de 2020 às 11:06, Konrad Weihmann escreveu: Had that at a bunch of my tools in meta-sca - as I couldn't rule out my own fault, I help myself with the static linking workaround On 14.12.20 15:03, Otavio Salvador

Re: [OE-core] Strange segfault on native Go binaries

2020-12-14 Thread Otavio Salvador
Hello Konrad, Em seg., 14 de dez. de 2020 às 11:06, Konrad Weihmann escreveu: > Had that at a bunch of my tools in meta-sca - as I couldn't rule out my > own fault, I help myself with the static linking workaround > > On 14.12.20 15:03, Otavio Salvador wrote: > >> As a partial workaround I

Re: [OE-core] [PATCH] systemd-boot: allow building for Arm targets

2020-12-14 Thread Ross Burton
On Mon, 14 Dec 2020 at 14:11, Ross Burton wrote: > Can we just move the contents of that append into core? FWIW, got a patch doing just that locally. Ross -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#145599):

[OE-core] [PATCH 7/8] lttng-modules: fix build against v5.10+

2020-12-14 Thread Bruce Ashfield
From: Bruce Ashfield lttng-modules doesn't currently build against the lastest 5.10-rc versions. Upstream lttng does have fixes for the issues, but hasn't done a release that contains them yet. There are other patches on the 2.12.x branch, but I've skipped them for now as they aren't necessary

[OE-core] [PATCH 8/8] linux-yocto/5.4: update to v5.4.83

2020-12-14 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: 2bff021f53b2 Linux 5.4.83 66a08d1d3bd8 Revert "geneve: pull IP header before ECN decapsulation" ed58971beb47 x86/insn-eval: Use new for_each_insn_prefix() macro to

[OE-core] [PATCH 6/8] linux-yocto/cfg: qemuarm64-gfx.cfg: add CONFIG_INPUT_UINPUT

2020-12-14 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s): qemuarm64-gfx.cfg: add CONFIG_INPUT_UINPUT This will address libinput ptest failures: https://www.kernel.org/doc/html/latest/input/uinput.html https://wayland.freedesktop.org/libinput/doc/latest/test-suite.html

[OE-core] [PATCH 4/8] linux-yocto/cfg: qemuppc: set CONFIG_SCSI to '=y'

2020-12-14 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following configuration commit(s): 72a1fe336d7 qemuppc: configure the CONFIG_SCSI to '=y' Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb | 2 +-

[OE-core] [PATCH 2/8] linux-yocto/5.4: update to v5.4.80

2020-12-14 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: 9f4b26f3ea18 Linux 5.4.80 a88f08e78249 sched/fair: Fix overutilized update in enqueue_task_fair() 10ca291c7749 mm, page_alloc: skip ->waternark_boost for atomic

[OE-core] [PATCH 5/8] linux-yocto/5.4: update to v5.4.82

2020-12-14 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: ec274ecd62f9 Linux 5.4.82 4460a7c979ee RDMA/i40iw: Address an mmap handler exploit in i40iw 07434172c58b tracing: Remove WARN_ON in start_thread() 6ad995b851cb

[OE-core] [PATCH 3/8] kern-tools: non-gcc config support and option re-classification

2020-12-14 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commits: 1aa9046 merge_config.sh: Translate some env variables to make variables 6fdcd64 symbol_why: allow re-classification from non-hardare to hardware With these, a non-gcc compiler can be used, since the invocation of the kernel

[OE-core] [PATCH 1/8] linux-yocto-rt/5.4: update to -rt44

2020-12-14 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s): 375e7ee20260 Linux 5.4.78-rt44 c948a34d2755 Linux 5.4.77-rt43 8189406f8f2b Linux 5.4.74-rt42 0856261877e2 timers: Don't block on ->expiry_lock for TIMER_IRQSAFE 416edb155e5d ptrace: fix ptrace_unfreeze_traced() race

[OE-core] [PATCH 0/8] linux-yocto: consolidated pull requesrt

2020-12-14 Thread Bruce Ashfield
From: Bruce Ashfield Richard, 5.10 dropped this morning, so I'm switching over to the libc-headers and reference kernel upgrade (5.4 and 5.10 will be in master, with 5.8 being dropped). But since that will take a bit to sort out, I wanted to send my queue of patches for other fixes/versions.

[OE-core][dunfell 25/25] python3: fix CVE-2019-20907

2020-12-14 Thread Steve Sakoman
From: Andrej Valek - move fixing patch for CVE-2020-8492 to the right location Signed-off-by: Andrej Valek Signed-off-by: Steve Sakoman --- ...20-8492-Fix-AbstractBasicAuthHandler.patch | 0 .../python/python3/CVE-2019-20907.patch | 44 +++

[OE-core][dunfell 23/25] buildtools-tarball: add wic dependency into extended buildtools

2020-12-14 Thread Steve Sakoman
From: Changqing Li fix below error: wic ls ./core-image-minimal-intel-x86-64.wic ERROR: Can't find executable parted wic depend on some tools like parted/mtools/..., and we have those tools in native_sysroot. so above problem can be avoided by run command like wic ls imagename.wic

[OE-core][dunfell 24/25] metadata_scm: Fix signature handling of METADATA_REVISION and METADATA_BRANCH

2020-12-14 Thread Steve Sakoman
From: Richard Purdie We're not interested in the dependencies of these functions and what those functions look like, we're interested in the value the variable has. Force the hashed value to be the actual value from the function. This means using METADATA_REVISION in DISTRO_VERSION for example

[OE-core][dunfell 21/25] llvm: sort the lists in generated source reproducibibly

2020-12-14 Thread Steve Sakoman
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit e2e230bd7ad73a57bfb6808a3c537f74f35e2378) Signed-off-by: Steve Sakoman --- ...r-sort-ClassInfo-lists-by-name-as-we.patch | 31 +++

[OE-core][dunfell 20/25] serf: do not install the static library

2020-12-14 Thread Steve Sakoman
From: Alexander Kanavin scons is using host ar to create it, which may or may not be built with reproducible option by default. Rather than patch scons for the benefit of a single recipe, let's just not install the .a, which is unused anyway. Signed-off-by: Alexander Kanavin Signed-off-by:

[OE-core][dunfell 22/25] glib-networking/btrfs-tools/dosfstools/parted/bmap-tools/libsoup-2.4: add nativesdk support

2020-12-14 Thread Steve Sakoman
From: Hongxu Jia In order to make wic tool work in sdk which is out of an existed Yocto build, it needs to port wic tool as a nativesdk recipe. First, make these runtime depends recipes to support nativesdk Signed-off-by: Hongxu Jia Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core][dunfell 19/25] ffmpeg: fix reproducibility

2020-12-14 Thread Steve Sakoman
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit a4f7c6f831a551e3df503091fdca5c9f4add879d) Signed-off-by: Steve Sakoman --- ...e-assembly-with-full-path-from-sourc.patch | 97 +++

[OE-core][dunfell 18/25] webkitgtk: fix reproducibility

2020-12-14 Thread Steve Sakoman
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 1e7c673ab8d14766190843c6d8747510b37c71bf) Signed-off-by: Steve Sakoman --- meta/recipes-sato/webkit/webkitgtk_2.28.2.bb | 12 1 file changed, 12 insertions(+) diff

[OE-core][dunfell 17/25] ruby: fix reproducibility

2020-12-14 Thread Steve Sakoman
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 07c26e3292dbaf71873f71bec2a631f880b2e76d) Signed-off-by: Steve Sakoman --- ...e.in-do-not-write-host-cross-cc-item.patch | 32 +++

[OE-core][dunfell 13/25] libffi: add patch to revert clang VFP workaround

2020-12-14 Thread Steve Sakoman
From: Brett Warren Patch is added to address an issue preventing libffi from compiling under clang. Change-Id: I55e36d252ec8e84de9b35fea18044c2c0e8c5aab Signed-off-by: Brett Warren Signed-off-by: Richard Purdie (cherry picked from commit 01e8c53488dd5ebb206bef2415549e8ac1ac7601)

[OE-core][dunfell 15/25] meta/lib/oe/reproducible.py: gitsm:// works just as fine as git:// for timestamps

2020-12-14 Thread Steve Sakoman
From: Alexander Kanavin This in particular addresses vulkan-samples reproducibility which made me scratch my head for a while. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 4a2936126f12eeacecced051fa339c32c1f16576) Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 16/25] llvm: fix reproducibility

2020-12-14 Thread Steve Sakoman
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit a467c0a03d077861c37e317dcb2905b6388cb64c) Signed-off-by: Steve Sakoman --- meta/recipes-devtools/llvm/llvm_git.bb | 5 + 1 file changed, 5 insertions(+) diff --git

[OE-core][dunfell 14/25] kernel-module-split.bbclass: fix kernel modules getting marked as CONFFILES

2020-12-14 Thread Steve Sakoman
From: Gratian Crisan Yi pointed out that commit 1a70a92d1f10 ("kernel-module-split.bbclass: identify kernel modconf files as configuration files") is unintentionally adding the actual kernel /lib/modules .ko files to the CONFFILES variable. The root cause is the re-use of the 'files' variable

[OE-core][dunfell 12/25] coreutils: add SUSE-specific issues to CVE whitelist

2020-12-14 Thread Steve Sakoman
From: Ross Burton CVE-2013-0221 through -223 are all SUSE-specific, so add them to the whitelist. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit 59f2120de3b6d53bbfb9db858ffb8b7b20c8d1ce) Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 11/25] cve-update-db-native: handle all-wildcard versions

2020-12-14 Thread Steve Sakoman
From: Ross Burton If a CPE version field is just *:*:*:* it should be handled the same as -:*:*:*, that is 'all versions'. To ease handling, transform this case to use -. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core][dunfell 10/25] meta/lib/oeqa/manual/oe-core.json: Update test_bitbake_devshell

2020-12-14 Thread Steve Sakoman
From: sangeeta jain Update command used for cross compilation to include ${CONFIGUREOPTS} to ensure right arguments are passed for cross compiling on any host. Signed-off-by: sangeeta jain Signed-off-by: Richard Purdie (cherry picked from commit e995e67bc7a3d30adf9f8d0d2f4df92a941baeae)

[OE-core][dunfell 08/25] linux-firmware: upgrade 20201022 -> 20201118

2020-12-14 Thread Steve Sakoman
From: Dmitry Baryshkov License-Update: firmware versions/filenames Signed-off-by: Dmitry Baryshkov Signed-off-by: Richard Purdie (cherry picked from commit c8b2f1e058e83e3f6676189fd77fcfad3acd019f) Signed-off-by: Steve Sakoman --- ...{linux-firmware_20201022.bb => linux-firmware_20201118.bb}

[OE-core][dunfell 09/25] linux-firmware: package ath11k firmware

2020-12-14 Thread Steve Sakoman
From: Dmitry Baryshkov Package firmware for new generation of Atheros WiFi cards. Signed-off-by: Dmitry Baryshkov Signed-off-by: Richard Purdie (cherry picked from commit 23c606e41e49a93289b7bd5c5c7d5eec962a3ffa) Signed-off-by: Steve Sakoman --- .../linux-firmware/linux-firmware_20201118.bb

[OE-core][dunfell 07/25] image_types: sort tarball file listings

2020-12-14 Thread Steve Sakoman
From: Ross Burton Help rootfs tarballs be reproducible by sorting the file listing. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit 4fa68626bbcfd9795577e1426c27d00f4d9d1c17) Signed-off-by: Steve Sakoman --- meta/classes/image_types.bbclass | 2 +- 1 file

[OE-core][dunfell 06/25] devtool: remove unused variable

2020-12-14 Thread Steve Sakoman
From: Ross Burton This variable isn't used at all. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit 9676ee24d190b144cb50be6ebde3990644a6df2a) Signed-off-by: Steve Sakoman --- scripts/lib/devtool/standard.py | 1 - 1 file changed, 1 deletion(-) diff --git

[OE-core][dunfell 04/25] lz4: Use the new branch naming from upstream

2020-12-14 Thread Steve Sakoman
From: Richard Purdie Upstream renamed master -> dev, update SRC_URI to match. [YOCTO #14135] Signed-off-by: Richard Purdie (cherry picked from commit 3369aa0322693604533ef7d30dca234e52605fe2) Signed-off-by: Steve Sakoman --- meta/recipes-support/lz4/lz4_1.9.2.bb | 2 +- 1 file changed, 1

[OE-core][dunfell 05/25] oeqa/devtool: use Yocto mirror for pv-1.5.3 tarball

2020-12-14 Thread Steve Sakoman
From: Ross Burton Some of the selftests failed over the weekend with "access denied" errors fetching this tarball. Instead of relying on upstream when fetching the tarball, use the Yocto source mirrors instead. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from

[OE-core][dunfell 02/25] wireless-regdb: upgrade 2020.04.29 -> 2020.11.20

2020-12-14 Thread Steve Sakoman
From: zangrc Signed-off-by: Zang Ruochen Signed-off-by: Richard Purdie (cherry picked from commit c5461c6b0e21877c58a75834f62324a4798c2000) Signed-off-by: Steve Sakoman --- ...ireless-regdb_2020.04.29.bb => wireless-regdb_2020.11.20.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[OE-core][dunfell 03/25] kernel-dummy: fix executing unexpected tasks

2020-12-14 Thread Steve Sakoman
From: Andrej Valek - correctly save files into sstate - fix: ERROR: Task linux-dummy.do_fetch attempted to execute unexpectedly Signed-off-by: Andrej Valek Signed-off-by: Richard Purdie (cherry picked from commit 16f6833ccd732de9f3db82ac5b0a18eea5298ceb) Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 01/25] libsdl2: Add directfb to PACKAGECONFIG rdepends

2020-12-14 Thread Steve Sakoman
From: Mark Jonas PACKAGECONFIG[directfb] already adds directfb to the build dependencies. But the automatically generated runtime dependencies do not add the directfb package to the runtime dependencies. Most likely this happens because libsdl2 does not link against directfb but uses dlopen() or

[OE-core][dunfell 00/25] Patch review

2020-12-14 Thread Steve Sakoman
Please review this next set of patches for dunfell and have comments back by end of day Wednesday. Passed a-full on autobuiler: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/1673 with exception of known intermittent issue with qemux86-64-ltp. Passed on subsequent retest:

Re: [OE-core] [PATCH] systemd-boot: allow building for Arm targets

2020-12-14 Thread Ross Burton
On Mon, 14 Dec 2020 at 04:26, Mittal, Anuj wrote: > > On Thu, 2020-12-10 at 16:32 +, Ross Burton wrote: > > > > Remove the SYSTEMD_BOOT_EFI_ARCH assignments, as they're never used. > > It's used by meta-intel. If it's not fixing any problems, can we keep > it here? Ah, didn't expect to find

Re: [OE-core] Strange segfault on native Go binaries

2020-12-14 Thread Konrad Weihmann
Had that at a bunch of my tools in meta-sca - as I couldn't rule out my own fault, I help myself with the static linking workaround On 14.12.20 15:03, Otavio Salvador wrote: Hello Konrad, Em seg., 14 de dez. de 2020 às 09:51, Konrad Weihmann escreveu: I'm experiencing the same on plain

Re: [OE-core] Strange segfault on native Go binaries

2020-12-14 Thread Otavio Salvador
Hello Konrad, Em seg., 14 de dez. de 2020 às 09:51, Konrad Weihmann escreveu: > I'm experiencing the same on plain Ubuntu 20.04 since 1.15.x update on > master (dunfell works like a charm even without any hacks) - but also > Ubuntu 18.04 and 16.04 based containers do show the same behavior. >

Re: [OE-core] [PATCH 1/3] syslinux: rewrite recipe so only target code is x86-specific

2020-12-14 Thread Richard Purdie
On Thu, 2020-12-10 at 15:02 +, Ross Burton wrote: > Currently the syslinux recipe set COMPATIBLE_HOST to 32/64-bit x86. > Whilst this makes sense for the target binaries as syslinux is > x86-specific, this also affects the native recipe which should be able > to be built on non-x86 build hosts

Re: [OE-core] [PATCH] systemd-boot: allow building for Arm targets

2020-12-14 Thread Richard Purdie
On Thu, 2020-12-10 at 16:32 +, Ross Burton wrote: > systemd-boot work on 32-bit and 64-bit Arm targets (assuming the > firmware > does EFI, obviously), so allow it to be built. > > Remove the SYSTEMD_BOOT_EFI_ARCH assignments, as they're never used. > > Signed-off-by: Ross Burton > --- >

Re: [OE-core] [PATCH] yocto-check-layer: make argument parsing unambiguous

2020-12-14 Thread Richard Purdie
On Thu, 2020-12-10 at 16:20 +, Ross Burton wrote: > Currently the argument parser uses nargs=+ for both the layers > (positional arguments) and machines/dependencies/addition layers > (optional arguments). This means it's impossible to determine what is > meant by: > > $ yocto-check-layer

[OE-core][PATCH] iproute2: Make it easier to manipulate SUBDIRS list from bbappend

2020-12-14 Thread Anatol Belski
Currently there's no easy way to override this part as it's hardcoded into the EXTRA_OEMAKE var. This change makes it possible to manipulate the list of subdirs in a more fine graned and future oriented manner. Signed-off-by: Anatol Belski --- meta/recipes-connectivity/iproute2/iproute2.inc | 4

[OE-core] [PATCH v2 1/5] systemd: update 246 -> 247

2020-12-14 Thread Luca Bocassi
From: Luca Boccassi Update systemd to v247.1. Add rule for new oomd dbus conf and for new pam.d conf directory in /usr/lib. Drop selinux-hook-handling-to-enumerate-nexthop.patch, merged upstream. Backport 0001-meson-set-cxx-variable-before-using-it.patch from v247-stable to fix builds without

[OE-core] [PATCH v2 4/5] systemd: set -Dmode=release as recommended by NEWS

2020-12-14 Thread Luca Bocassi
From: Luca Boccassi Signed-off-by: Luca Boccassi --- meta/recipes-core/systemd/systemd_247.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/systemd/systemd_247.1.bb b/meta/recipes-core/systemd/systemd_247.1.bb index 09dce2e07d..f20e86d94b 100644 ---

[OE-core] [PATCH v2 3/5] systemd: ship new systemd-dissect in -extra-utils

2020-12-14 Thread Luca Bocassi
From: Luca Boccassi Signed-off-by: Luca Boccassi --- meta/recipes-core/systemd/systemd_247.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/systemd/systemd_247.1.bb b/meta/recipes-core/systemd/systemd_247.1.bb index f20c2cffb7..09dce2e07d 100644 ---

[OE-core] [PATCH v2 5/5] systemd: add RRECOMMENDS for weak dependencies, if enabled

2020-12-14 Thread Luca Bocassi
From: Luca Boccassi Some libraries are now dlopen'ed and skipped at runtime if not available. Add them to the RRECOMMENDS list, to allow users to exclude them for smaller images even if generally enabled at build time. Signed-off-by: Luca Boccassi --- v2: set the rrecommends directly in

[OE-core] [PATCH v2 2/5] systemd: add package config for systemd-oomd

2020-12-14 Thread Luca Bocassi
From: Luca Boccassi Disabled by default Signed-off-by: Luca Boccassi --- meta/recipes-core/systemd/systemd_247.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/systemd/systemd_247.1.bb b/meta/recipes-core/systemd/systemd_247.1.bb index bf73630569..f20c2cffb7

Re: [OE-core] [PATCH] file /etc/ethertypes conflicts between netbase-1:6.2-r0.corei7_64 and ebtables-2.0.10+4-r4.corei7_64

2020-12-14 Thread Mark Hatle
The version in netbase is the correct one. For a comparison, see the followng for the netbase version: https://salsa.debian.org/md/netbase/-/blob/master/etc/ethertypes and see the following for the ebtables version: http://git.netfilter.org/ebtables/tree/ethertypes?h=ebtables-2.0.10-4 So the

Re: [OE-core] Strange segfault on native Go binaries

2020-12-14 Thread Konrad Weihmann
I'm experiencing the same on plain Ubuntu 20.04 since 1.15.x update on master (dunfell works like a charm even without any hacks) - but also Ubuntu 18.04 and 16.04 based containers do show the same behavior. This affects only the native variants. As a partial workaround I disabled GO_DYNLINK

Re: [OE-core] Strange segfault on native Go binaries

2020-12-14 Thread Otavio Salvador
Hello Khem, Em seg., 14 de dez. de 2020 às 00:49, Khem Raj escreveu: > On Sun, Dec 13, 2020 at 6:52 AM Otavio Salvador > wrote: > > Em sáb., 12 de dez. de 2020 às 23:30, Khem Raj > > escreveu: > > > On Sat, Dec 12, 2020 at 3:52 PM Otavio Salvador > > > wrote: > > > > And this segfault is

[OE-core] [SDK] How to use the gold linker

2020-12-14 Thread Christian Eggers
Branch: dunfell Arch: arm When I set -fuse-ld=gold with the Yocto SDK, the bfd linker is used anyway: > . > /opt/poky-tiny/3.1.4/environment-setup-cortexa7t2hf-neon-vfpv4-poky-linux-musleabi > ${CC} -fuse-ld=gold -Wl,--threads -o test test.c

Re: [OE-core] [PATCH] file /etc/ethertypes conflicts between netbase-1:6.2-r0.corei7_64 and ebtables-2.0.10+4-r4.corei7_64

2020-12-14 Thread Outback Dingo
On Mon, Dec 14, 2020 at 5:39 PM Alexander Kanavin wrote: > > Sorry, but you need to explain why the file from from ebtables (an optional > package from a 3rd party layer) takes precedence over file from netbase > (which is a core item). further to the previous note, it conflicts with ebtables

[OE-core] [PATCH][dunfell 3/3] binutils: fix CVE-2020-16592/16598

2020-12-14 Thread Lee Chee Yang
From: Lee Chee Yang fix CVE-2020-16592 & CVE-2020-16598 removed changes to Changelog in patch file Signed-off-by: Lee Chee Yang --- .../binutils/binutils-2.34.inc| 2 + .../binutils/binutils/CVE-2020-16592.patch| 61 +++

[OE-core] [PATCH][dunfell 2/3] qemu: fix CVE-2020-25723

2020-12-14 Thread Lee Chee Yang
From: Lee Chee Yang Signed-off-by: Lee Chee Yang --- meta/recipes-devtools/qemu/qemu.inc | 1 + .../qemu/qemu/CVE-2020-25723.patch| 52 +++ 2 files changed, 53 insertions(+) create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-25723.patch diff

[OE-core] [PATCH][dunfell 1/3] glibc: fix CVE-2020-29562

2020-12-14 Thread Lee Chee Yang
From: Lee Chee Yang Signed-off-by: Lee Chee Yang --- .../glibc/glibc/CVE-2020-29562.patch | 156 ++ meta/recipes-core/glibc/glibc_2.31.bb | 1 + 2 files changed, 157 insertions(+) create mode 100644 meta/recipes-core/glibc/glibc/CVE-2020-29562.patch diff

Re: [OE-core] [PATCH] file /etc/ethertypes conflicts between netbase-1:6.2-r0.corei7_64 and ebtables-2.0.10+4-r4.corei7_64

2020-12-14 Thread Outback Dingo
On Mon, Dec 14, 2020 at 5:39 PM Alexander Kanavin wrote: > > Sorry, but you need to explain why the file from from ebtables (an optional > package from a 3rd party layer) takes precedence over file from netbase > (which is a core item). I happened to run across it using poky and it was

Re: [OE-core] [PATCH] file /etc/ethertypes conflicts between netbase-1:6.2-r0.corei7_64 and ebtables-2.0.10+4-r4.corei7_64

2020-12-14 Thread Mark Hatle
I agree. Netbase is the required for all installs. ebtables is only used in some installs. So unless ebtables has a more up-to-date version of the file, it seems like the bug is that ebtables needs to either remove the file or sync to the netbase version. (You won't get a conflict if both

Re: [OE-core] [PATCH] file /etc/ethertypes conflicts between netbase-1:6.2-r0.corei7_64 and ebtables-2.0.10+4-r4.corei7_64

2020-12-14 Thread Alexander Kanavin
Sorry, but you need to explain why the file from from ebtables (an optional package from a 3rd party layer) takes precedence over file from netbase (which is a core item). Alex On Mon, 14 Dec 2020 at 11:33, Outback Dingo wrote: > --- > meta/recipes-core/netbase/netbase_6.2.bb | 1 - > 1 file

Re: [OE-core] [PATCH 5/5] systemd: add RRECOMMENDS for weak dependencies, if enabled

2020-12-14 Thread Luca Bocassi
On Fri, 2020-12-11 at 20:34 +, Peter Kjellerstedt wrote: > > -Original Message- > > From: openembedded-core@lists.openembedded.org > c...@lists.openembedded.org> On Behalf Of Luca Bocassi > > Sent: den 10 december 2020 13:53 > > To: openembedded-core@lists.openembedded.org > >

[OE-core] [PATCH] file /etc/ethertypes conflicts between netbase-1:6.2-r0.corei7_64 and ebtables-2.0.10+4-r4.corei7_64

2020-12-14 Thread Outback Dingo
--- meta/recipes-core/netbase/netbase_6.2.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/netbase/netbase_6.2.bb b/meta/recipes-core/netbase/netbase_6.2.bb index a54d2e7764..262b2cf1bc 100644 --- a/meta/recipes-core/netbase/netbase_6.2.bb +++

Re: [OE-core] [PATCH 5/5] systemd: add RRECOMMENDS for weak dependencies, if enabled

2020-12-14 Thread Luca Bocassi
On Fri, 2020-12-11 at 12:55 -0800, Andre McCurdy wrote: > On Thu, Dec 10, 2020 at 4:53 AM Luca Bocassi wrote: > > From: Luca Boccassi > > > > Some libraries are now dlopen'ed and skipped at runtime if > > not available. Add them to the RRECOMMENDS list, to allow > > users to exclude them for

Re: [OE-core] [PATCH] systemd: update from 244.3 to 244.5 stable release

2020-12-14 Thread Mikko Rapeli
Sorry, missed dunfell prefix. Fixed in v2. -Mikko -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#145537): https://lists.openembedded.org/g/openembedded-core/message/145537 Mute This Topic: https://lists.openembedded.org/mt/78947354/21656 Group

  1   2   >