Re: [OE-core] [PATCH 2/3] buildtools-tarball: Add nativesdk-ccache

2021-01-07 Thread Mikko Rapeli
On Thu, Jan 07, 2021 at 10:12:54AM -0600, Joshua Watt wrote: > We had the same problem with icecream and solved it by building in a docker > container with the version of ice cream that we wanted FWIW. > > Alternatively, I think it's possible to roll your own buildtools that has > ccache? Yea, it

Re: [OE-core] [PATCH] busybox: upgrade 1.32.0 ->1.33.0

2021-01-07 Thread Andrej Valek
Hello, Do we have to continue with unstable version? Isn't the stable version (1.32.1) a better choice? Cheers, Andrej > 0001-hwclock-make-glibc-2.31-compatible.patch > removed sincie it is not available in 1.33.0 > > Signed-off-by: Wang Mingyu > --- > ...1-hwclock-make-glibc-2.31-compatible.p

[OE-core][PATCH] go.bbclass: don't stage test data with sources of dependencies

2021-01-07 Thread tperrot
From: Thomas Perrot As for the sources the dependencies contain test data, ELF files and other binaries which aren't necessary for building and which lead to unnecessary QA warnings. Signed-off-by: Thomas Perrot --- meta/classes/go.bbclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-

[OE-core] [gatesgarth][PATCH 24/30] coreutils: enable xattrs by default for nativesdk

2021-01-07 Thread Anuj Mittal
From: Nathan Rossi When using coreutils nativesdk (e.g. with buildtools-tarball) for running oe-core builds, a number of recipes/classes/etc. expect xattr support. This requirement is also expressed by the existing PACKAGECONFIG_class-native default including xattrs. Signed-off-by: Nathan Rossi

[OE-core] [gatesgarth][PATCH 30/30] bitbake.conf: Prevent pyc file generation in pseudo context

2021-01-07 Thread Anuj Mittal
From: Paul Barker This also effectively reverts commit b6d30c21b0: bitbake.conf: Extend PSEUDO_IGNORE_PATHS to ${COREBASE}/meta The contents of ${COREBASE}/meta were ignored as pyc files could be generated for the contents of the lib subdirectory if python modules were imported within a pseu

[OE-core] [gatesgarth][PATCH 27/30] lib/oe/path: Add canonicalize()

2021-01-07 Thread Anuj Mittal
From: Peter Kjellerstedt oe.path.canonicalize() is used to canonicalize paths (i.e., remove symbolic links and "..", and make them absolute). It takes a string with paths separated by commas, and returns the canonicalized path in the same format. Signed-off-by: Peter Kjellerstedt Signed-off-by:

[OE-core] [gatesgarth][PATCH 26/30] oeqa/commands: Ensure sync can be found regardless of PATH

2021-01-07 Thread Anuj Mittal
From: Richard Purdie Avoid command not found errors shown in selftest logs due to changes to PATH settings which also risks intermittent problems due to IO load. Signed-off-by: Richard Purdie (cherry picked from commit 40bcae01b0be2f293dea9ab42c6b7f8f47827cf5) Signed-off-by: Anuj Mittal --- m

[OE-core] [gatesgarth][PATCH 29/30] wic: Pass canonicalized paths in PSEUDO_IGNORE_PATHS

2021-01-07 Thread Anuj Mittal
From: Peter Kjellerstedt Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie (cherry picked from commit 55618cbd58d6784a82e773f323723be6f722232f) Signed-off-by: Anuj Mittal --- scripts/lib/wic/partition.py | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --

[OE-core] [gatesgarth][PATCH 25/30] initscripts: use quotes for shell variable comparision

2021-01-07 Thread Anuj Mittal
From: Khem Raj Helps to execute it with busybox shell Signed-off-by: Khem Raj Signed-off-by: Richard Purdie (cherry picked from commit 45ba0ca0352bca46f974d28781ac935d8e9ec3ea) Signed-off-by: Anuj Mittal --- meta/recipes-core/initscripts/initscripts-1.0/checkroot.sh | 2 +- 1 file changed, 1

[OE-core] [gatesgarth][PATCH 28/30] bitbake.conf: Canonicalize paths in PSEUDO_IGNORE_PATHS

2021-01-07 Thread Anuj Mittal
From: Peter Kjellerstedt Use oe.path.canonicalize() to canonicalize the paths in PSEUDO_IGNORE_PATHS before passing them to pseudo. This is needed since pseudo will compare them to paths that are canonicalized. Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie (cherry picked from

[OE-core] [gatesgarth][PATCH 23/30] diffstat: point the license checksum at the license

2021-01-07 Thread Anuj Mittal
From: Ross Burton Previously install-sh was used, which is installed by autoconf so isn't a relevant license. Also remove S assignment, as that's the default. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit 23cb39a5fa2a55681e7bc2605f435135cec9173b) Signed-o

[OE-core] [gatesgarth][PATCH 21/30] linux-yocto/5.4/cfg: fix FIRMWARE_LOADER warnings

2021-01-07 Thread Anuj Mittal
From: Bruce Ashfield Integrating the following commit(s): a1b2d188bdf config: set firmware loader to 'y' The updated kern-tools are showing us warnings that were previously hidden. To silence the fw_loader warning, we need to set the value to 'y' (since it is 'y' selected by other options a

[OE-core] [gatesgarth][PATCH 20/30] linux-yocto/5.4/cfg: fix -tiny warnings

2021-01-07 Thread Anuj Mittal
From: Bruce Ashfield Integrating the following commit(s) to fixup warnings when -tiny is build with the latest kern-tools: b721178c41a drm: change CONFIG_DRM_KMS_HELPER to =m d9ac6174eaf tiny: enable CONFIG_FW_LOADER on a per-BSP basis a135c720bc7 i915: adust helper to 'm' Signed-of

[OE-core] [gatesgarth][PATCH 19/30] linux-yocto/5.8/cfg: fix -tiny warnings

2021-01-07 Thread Anuj Mittal
From: Bruce Ashfield Integrating the following commit(s) for configuration tweaks: b976de4f41d drm: change CONFIG_DRM_KMS_HELPER to =m 669f5aa3795 tiny: enable CONFIG_FW_LOADER on a per-BSP basis d94b2d9f137 i915: adust helper to 'm' Signed-off-by: Bruce Ashfield Signed-off-by: Ric

[OE-core] [gatesgarth][PATCH 22/30] linux-yocto/5.4: update to v5.4.85

2021-01-07 Thread Anuj Mittal
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: 19d1c763e849 Linux 5.4.85 484ac6279ad2 x86/resctrl: Fix incorrect local bandwidth when mba_sc is enabled eb3f42cf5e67 x86/resctrl: Remove unused struct mbm_state::c

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

2021-01-07 Thread Anuj Mittal
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 l

[OE-core] [gatesgarth][PATCH 16/30] linux-yocto/5.4: update to v5.4.82

2021-01-07 Thread Anuj Mittal
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 I

[OE-core] [gatesgarth][PATCH 15/30] linux-yocto/cfg: qemuppc: set CONFIG_SCSI to '=y'

2021-01-07 Thread Anuj Mittal
From: Bruce Ashfield Integrating the following configuration commit(s): 72a1fe336d7 qemuppc: configure the CONFIG_SCSI to '=y' Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie (cherry picked from commit 6d21c81b04142a48539b3262318860f2719c11ca) Signed-off-by: Anuj Mittal ---

[OE-core] [gatesgarth][PATCH 14/30] timezone: upgrade to 2020f

2021-01-07 Thread Anuj Mittal
From: Ovidiu Panait Release 2020f - 2020-12-29 00:17:46 -0800 Change to build procedure 'make rearguard_tarballs' no longer generates a bad rearguard.zi, fixing a 2020e bug. (Problem reported by Deborah Goldsmith.) Signed-off-by: Ovidiu Panait Signed-off-by: Richard Purdie (cherry

[OE-core] [gatesgarth][PATCH 17/30] linux-yocto/cfg: qemuarm64-gfx.cfg: add CONFIG_INPUT_UINPUT

2021-01-07 Thread Anuj Mittal
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 qemux

[OE-core] [gatesgarth][PATCH 10/30] wic/direct/kparser: ensure fsuuid for vfat and msdos align with format

2021-01-07 Thread Anuj Mittal
From: Lee Chee Yang vfat/msdos filesystem should have fsuuid in format 0x where "0x" in front follow with 8 hexadecimal number in uppercase. In wic, when using custom fsuuid for vfat/msdos partition in wks, it is able to set the value in any length, with or without leading "0x". This can

[OE-core] [gatesgarth][PATCH 11/30] man-db: Fix reproducibility issue

2021-01-07 Thread Anuj Mittal
From: Richard Purdie Executing a sequence like: bitbake man-db bitbake man-db -c clean bitbake man-db -c package_write_deb -f results in the ownership of files in the man-db package changing from "man/man" to "6/12". This is due to base-passwd not being installed in the recipe sysroot. Add the

[OE-core] [gatesgarth][PATCH 12/30] qemu: CVE-2020-25723

2021-01-07 Thread Anuj Mittal
From: Li Wang References: https://nvd.nist.gov/vuln/detail/CVE-2020-25723 https://bugzilla.redhat.com/show_bug.cgi?id=1898579 backport patch from: https://git.qemu.org/?p=qemu.git;a=commit;h=2fdb42d840400d58f2e706ecca82c142b97bcbd6 Signed-off-by: Li Wang Signed-off-by: Richard Purdie (cherry

[OE-core] [gatesgarth][PATCH 13/30] qemu: CVE-2020-28916

2021-01-07 Thread Anuj Mittal
From: Li Wang References: https://nvd.nist.gov/vuln/detail/CVE-2020-28916 backport patch from: https://git.qemu.org/?p=qemu.git;a=commit;h=c2cb511634012344e3d0fe49a037a33b12d8a98a Signed-off-by: Li Wang Signed-off-by: Richard Purdie (cherry picked from commit cbc20b9d8d119bfd777f83432c760dcdb

[OE-core] [gatesgarth][PATCH 09/30] grub: Further reproducibility fix

2021-01-07 Thread Anuj Mittal
From: Richard Purdie Fix the ordering in the generated unidata.c file to aid reproducibility. [YOCTO #14167] Signed-off-by: Richard Purdie (cherry picked from commit 6d9c9f7604fd32ef926726a46ae053bbab6ccb4f) Signed-off-by: Anuj Mittal --- meta/recipes-bsp/grub/files/determinism.patch | 16 ++

[OE-core] [gatesgarth][PATCH 07/30] grub: fix "CVE:" line in one of the patches

2021-01-07 Thread Anuj Mittal
From: Scott Murray The "CVE:" line in the patch for CVEs 2020-14309, CVE-2020-14310, and CVE-2020-14311 had commas between the CVE numbers, which resulted in CVE-2020-14310 not being picked up as patched by cve-check.bbclass's parsing. Remove the commas to match cve-check.bbclass's expectations.

[OE-core] [gatesgarth][PATCH 06/30] libexif: fix CVE-2020-0198; CVE-2020-0452

2021-01-07 Thread Anuj Mittal
From: Changqing Li Signed-off-by: Changqing Li Signed-off-by: Richard Purdie (cherry picked from commit 46d837442ab216941df2d02f60c69155463e02d8) Signed-off-by: Anuj Mittal --- .../libexif/files/CVE-2020-0198.patch | 66 +++ .../libexif/files/CVE-2020-0452.patch

[OE-core] [gatesgarth][PATCH 08/30] patch: fix CVE-2019-20633

2021-01-07 Thread Anuj Mittal
From: Scott Murray * CVE detail: https://nvd.nist.gov/vuln/detail/CVE-2019-20633 * upstream tracking: https://savannah.gnu.org/bugs/index.php?56683 * Fixes potential for double free after incomplete fix for CVE-2018-6952 - src/pch.c (another_hunk): Avoid invalid memory access in context forma

[OE-core] [gatesgarth][PATCH 02/30] openssl: Update to 1.1.1i

2021-01-07 Thread Anuj Mittal
From: Robert Joslyn This fixes a NULL pointer dereference in GENERAL_NAME_cmp function. CVE: CVE-2020-1971 Signed-off-by: Robert Joslyn Signed-off-by: Anuj Mittal --- .../openssl/{openssl_1.1.1g.bb => openssl_1.1.1i.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[OE-core] [gatesgarth][PATCH 05/30] devtool: gitsm:// should be handled same as git:// in upgrades

2021-01-07 Thread Anuj Mittal
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit e7076f1742bb83e76aa4e90aad861546536166cf) Signed-off-by: Anuj Mittal --- scripts/lib/devtool/upgrade.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scr

[OE-core] [gatesgarth][PATCH 01/30] oeqa/selftest/cases/devtool.py: fix typo in ignore_patterns call

2021-01-07 Thread Anuj Mittal
From: Steve Sakoman Causes intermittent autobuilder errors: 2020-12-21 19:34:23,035 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last): File "/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py", lin

[OE-core] [gatesgarth][PATCH 04/30] timezone: upgrade to 2020e

2021-01-07 Thread Anuj Mittal
From: Ovidiu Panait Briefly: Volgograd switches to Moscow time on 2020-12-27 at 02:00. Changes to future timestamps Volgograd changes time zone from +04 to +03 on 2020-12-27 at 02:00. (Thanks to Alexander Krivenyshev and Stepan Golosunov.) Changes to past timestamps Correct many pre-1

[OE-core] [gatesgarth][PATCH 03/30] glib-2.0: fix CVE-2020-35457

2021-01-07 Thread Anuj Mittal
From: Lee Chee Yang https://gitlab.gnome.org/GNOME/glib/-/issues/2197 upstream claim it is not security issue, but no harm to fix it since this is still a valid issue. Signed-off-by: Lee Chee Yang Signed-off-by: Anuj Mittal --- .../glib-2.0/glib-2.0/CVE-2020-35457.patch| 41 +

[OE-core] [gatesgarth][PATCH 00/30] patch review request

2021-01-07 Thread Anuj Mittal
Please review these changes for gatesgarth. Builds cleanly on autobuilder. Thanks, Anuj The following changes since commit a2eebe92daf0e0fb11422ea17f7029aeab2bcb9e: apr-util: Only specify --with-dbm=gdbm if gdbm support is enabled (2020-12-28 09:53:26 +0800) are available in the Git reposit

Re: [OE-core] [PATCH 2/3] buildtools-tarball: Add nativesdk-ccache

2021-01-07 Thread Robert Yang
On 1/8/21 12:12 AM, Joshua Watt wrote: On Thu, Jan 7, 2021, 5:00 AM Robert Yang > wrote: Hi RP, On 1/7/21 6:40 PM, Richard Purdie wrote: > On Thu, 2021-01-07 at 10:44 +0800, Robert Yang wrote: >> Hi RP, >> >> On 1/6/21 9:56 PM,

Re: [OE-core] [PATCH 2/3] buildtools-tarball: Add nativesdk-ccache

2021-01-07 Thread Robert Yang
On 1/8/21 1:10 AM, Richard Purdie wrote: On Thu, 2021-01-07 at 18:59 +0800, Robert Yang wrote: There are two problems to use cache-native now: * ccache-native depends on cmake-native and zstd-native which makes it requires    more time to build, so it might be a bottleneck for the build * We

[OE-core] [PATCH] busybox: upgrade 1.32.0 ->1.33.0

2021-01-07 Thread Wang Mingyu
0001-hwclock-make-glibc-2.31-compatible.patch removed sincie it is not available in 1.33.0 Signed-off-by: Wang Mingyu --- ...1-hwclock-make-glibc-2.31-compatible.patch | 83 --- .../{busybox_1.32.0.bb => busybox_1.33.0.bb} | 5 +- 2 files changed, 2 insertions(+), 86 deletions(

[OE-core] [PATCH] sysstat: upgrade 12.4.1 -> 12.4.2

2021-01-07 Thread Wang Mingyu
Signed-off-by: Wang Mingyu --- .../sysstat/{sysstat_12.4.1.bb => sysstat_12.4.2.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/sysstat/{sysstat_12.4.1.bb => sysstat_12.4.2.bb} (65%) diff --git a/meta/recipes-extended/sysstat/sysstat_12.4.1.bb

[OE-core] [PATCH] tcl: upgrade 8.6.10 -> 8.6.11

2021-01-07 Thread Wang Mingyu
0001-Fix-abd4abedd2-Failed-to-build-tk-8.6.10-with-cross-.patch removed since it is included in 8.6.11 refresh alter-includedir.patch Signed-off-by: Wang Mingyu --- ...ailed-to-build-tk-8.6.10-with-cross-.patch | 44 --- .../tcltk/tcl/alter-includedir.patch | 29 ++-

[OE-core] [PATCH] tiff: upgrade 4.1.0 -> 4.2.0

2021-01-07 Thread Wang Mingyu
Signed-off-by: Wang Mingyu --- .../libtiff/{tiff_4.1.0.bb => tiff_4.2.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/libtiff/{tiff_4.1.0.bb => tiff_4.2.0.bb} (92%) diff --git a/meta/recipes-multimedia/libtiff/tiff_4.1.0.bb b/meta

[OE-core] [PATCH v2 1/1] Customize prompt string for SDKs

2021-01-07 Thread kai
From: Kai Kang Introduce a new variable SDK_PS1 to customize prompt string for SDKs when source script environment-setup-script. The prompt string of SDKs is set by default with something looks like: SDK-poky-glibc-x86_64--cortexa57-qemuarm64$ Signed-off-by: Kai Kang --- meta/classes/toolchai

[OE-core] [PATCH v2 0/1] Customize prompt string for SDKs

2021-01-07 Thread kai
From: Kai Kang v2: * set new variable SDK_PS1 in bitbake.conf * set PS1 for buildtools-tarball too Kai Kang (1): Customize prompt string for SDKs meta/classes/toolchain-scripts.bbclass | 1 + meta/conf/bitbake.conf | 1 + meta/recipes-core/meta/buildtools-tarball.

Re: [OE-core] [poky][PATCH] bitbake: remove /usr from pseudo ignore paths

2021-01-07 Thread Anton Kachalov via lists.openembedded.org
Hello, Richard. Yes, for various reasons we can not move out from /usr/local. Before the change it works smoothly and we didn't notice about any kind of performance issues. May be we can explicitly add various standard subdirs under /usr excluding /usr/local? On Thu, Jan 7, 2021, 23:16 Richard P

Re: [OE-core] [PATCH 1/1] base.bbclass: Fix dangling NATIVELSBSTRING

2021-01-07 Thread Richard Purdie
On Wed, 2021-01-06 at 04:04 -0800, Robert Yang wrote: > Fixed: > $ rm -fr tmp; bitbake quilt-native -n > Build Configuration: > [snip] > NATIVELSBSTRING = "ubuntu-18.04" > [snip] > > And when run bitbake again: > $ bitbake quilt-native -n > Build Configuration: > NATIVELSBSTRING = "unive

Re: [OE-core] [poky][PATCH] bitbake: remove /usr from pseudo ignore paths

2021-01-07 Thread Richard Purdie
On Thu, 2021-01-07 at 22:58 +0100, Anton Kachalov via lists.openembedded.org wrote: > Allow the Yocto's building tree to be placed under /usr. > > Relevant issue: https://github.com/openbmc/openbmc/issues/3724 > > Signed-off-by: Anton D. Kachalov > --- >  meta/conf/bitbake.conf | 2 +- >  1 file

[OE-core] [PATCH 2/3] qemu: Fix mingw builds

2021-01-07 Thread Richard Purdie
After the recent upgrade, mingw builds failed. Add a hack whilst a solution is discussed upstream. Signed-off-by: Richard Purdie --- meta/recipes-devtools/qemu/qemu.inc | 1 + .../recipes-devtools/qemu/qemu/mingwfix.patch | 21 +++ 2 files changed, 22 insertions(+) cr

[OE-core] [PATCH 1/3] bash: Set HEREDOC_PIPESIZE deterministically

2021-01-07 Thread Richard Purdie
We had reproducibility issues where the pipe size appears to vary on some build hosts between 65535 and 4096. It should be the former on Linux in general so standarise on that. Easiest way is to pass in CFLAGS. Signed-off-by: Richard Purdie --- meta/recipes-extended/bash/bash.inc | 3 +++ 1 file

[OE-core] [PATCH 3/3] ppp: Fix reproducibility issue

2021-01-07 Thread Richard Purdie
Depending on which patches the make program has, the internal or external utmp could would be used. Add add a patch which avoids the issue and makes the build determnistic. We saw the regression on ubuntu1604. Signed-off-by: Richard Purdie --- .../ppp/ppp/bashfix.patch | 38 +

[OE-core] [poky][PATCH] bitbake: remove /usr from pseudo ignore paths

2021-01-07 Thread Anton Kachalov via lists.openembedded.org
Allow the Yocto's building tree to be placed under /usr. Relevant issue: https://github.com/openbmc/openbmc/issues/3724 Signed-off-by: Anton D. Kachalov --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf

Re: [OE-core] [PATCH 13/22] bash: update 5.0 -> 5.1

2021-01-07 Thread Richard Purdie
On Thu, 2021-01-07 at 12:43 -0600, Joshua Watt wrote: >  On 1/7/21 11:57 AM, Richard Purdie wrote:  > > There is a reproducibility issue in bash 5.1: > > > https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210107-8jzr3hc5/packages/diff-html/ > > > looks l

Re: [OE-core] [PATCH 2/2] ppp: Update 2.4.8 -> 2.4.9

2021-01-07 Thread Khem Raj
On 1/6/21 6:50 AM, Richard Purdie wrote: This is the first ppp release in a long time. Many patches were resolved upstream: * musl fixes were merged * EAP patch was a backport added upstream * cflags were fixed upstream * CVE fix was merged upstream and a backport * pcap header from the host w

Re: [OE-core] [PATCH 2/4] qemu: Upgrade 5.1.0->5.2.0

2021-01-07 Thread Khem Raj
On 1/6/21 2:36 PM, Richard Purdie wrote: This involves some pretty major changes for qemu. In particular, they switched to meson+ninja so we have to adapt to that. Patch changes: * CVE patches - dropped as backports * cflags fix - upstream code changed significantly, need new patch if still i

Re: [OE-core] [PATCH 13/22] bash: update 5.0 -> 5.1

2021-01-07 Thread Alexander Kanavin
On Thu, 7 Jan 2021 at 20:07, Otavio Salvador < otavio.salva...@ossystems.com.br> wrote: > Em qui., 7 de jan. de 2021 às 15:43, Joshua Watt > escreveu: > > On 1/7/21 11:57 AM, Richard Purdie wrote: > > bash 5.1 hasn't merged yet and is in master-next. > > Also, 4 patchlevel fixes are available[1].

Re: [OE-core] [PATCH 13/22] bash: update 5.0 -> 5.1

2021-01-07 Thread Otavio Salvador
Em qui., 7 de jan. de 2021 às 15:43, Joshua Watt escreveu: > On 1/7/21 11:57 AM, Richard Purdie wrote: > bash 5.1 hasn't merged yet and is in master-next. Also, 4 patchlevel fixes are available[1]. Might be good to apply them as well. 1. https://ftp.gnu.org/gnu/bash/bash-5.1-patches/ -- Otavio

Re: [OE-core] [PATCH 13/22] bash: update 5.0 -> 5.1

2021-01-07 Thread Joshua Watt
meta/recipes-extended/bash/bash_5.0.bb  create mode 100644 meta/recipes-extended/bash/bash_5.1.bb There is a reproducibility issue in bash 5.1: https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210107-8jzr3hc5/packages/diff-html/ looks like the issue in in redir.c and I think at a

Re: [OE-core] [PATCH 13/22] bash: update 5.0 -> 5.1

2021-01-07 Thread Richard Purdie
recipes-extended/bash/bash_5.0.bb >  create mode 100644 meta/recipes-extended/bash/bash_5.1.bb There is a reproducibility issue in bash 5.1: https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210107-8jzr3hc5/packages/diff-html/ looks like the issue in in redir.c and I think at a rea

[OE-core] [PATCH] ruby: remove tcl DEPENDS

2021-01-07 Thread Ross Burton
The integrated Tcl/Tk module was removed in Ruby 2.4[1] back in 2016, so this build dependency can be removed. [1] https://github.com/ruby/ruby/commit/303dc3c591e324b6bbc691326d8bea76fe3b8fda Signed-off-by: Ross Burton --- meta/recipes-devtools/ruby/ruby.inc | 2 +- 1 file changed, 1 insertion(

Re: [OE-core] [PATCH 2/3] buildtools-tarball: Add nativesdk-ccache

2021-01-07 Thread Richard Purdie
On Thu, 2021-01-07 at 18:59 +0800, Robert Yang wrote: > There are two problems to use cache-native now: > * ccache-native depends on cmake-native and zstd-native which makes it > requires >    more time to build, so it might be a bottleneck for the build > > * We need disable ccache-native for ab

Re: [OE-core] [PATCH 2/3] buildtools-tarball: Add nativesdk-ccache

2021-01-07 Thread Joshua Watt
On Thu, Jan 7, 2021, 5:00 AM Robert Yang wrote: > Hi RP, > > On 1/7/21 6:40 PM, Richard Purdie wrote: > > On Thu, 2021-01-07 at 10:44 +0800, Robert Yang wrote: > >> Hi RP, > >> > >> On 1/6/21 9:56 PM, Richard Purdie wrote: > >>> On Wed, 2021-01-06 at 04:09 -0800, Robert Yang wrote: > Add it

[OE-core] [PATCH] selftest: Add argument to keep build dir

2021-01-07 Thread Paul Barker
The oe-selftest code already keeps the selftest build directory in place if any tests failed. By default the build directory is deleted if all tests pass but there may be cases where it's desirable to keep this directory around, for example to compare intermediate files between passing and failing

[OE-core] [poky][zeus][PATCH] curl: Security fixes for CVE-2020-{8169/8177}

2021-01-07 Thread Sana Kazi
From: Armin Kuster Source: https://curl.haxx.se/ MR: 104472, 104458 Type: Security Fix Disposition: Backport from https://github.com/curl/curl/commit/{600a8cded447cd/8236aba58542c5f} ChangeID: 1300924f7a64b22375b4326daeef0b686481e30c Description: - Affected versions: curl 7.20.0 to and includin

Re: [OE-core] [poky][sumo][PATCH 4/4] libsndfile1: fix CVE-2019-3832

2021-01-07 Thread Richard Purdie
On Thu, 2021-01-07 at 11:21 +0100, Quentin Schulz wrote: > Hi Sana, > > Unless I'm mistaken, sumo is EOL and not supported anymore. > > The latest version that is still maintained by the community is zeus > (3.0). The latest version officially maintained is dunfell (3.1), > meaning this one will

Re: [OE-core] [PATCH] systemd: use the absolute path in service file

2021-01-07 Thread Richard Purdie
On Thu, 2021-01-07 at 17:56 +0800, Yu, Mingli wrote: > From: Mingli Yu > > Fixes: >  # systemd-analyze --man=false verify > /lib/systemd/system/systemd-kexec.service >  systemd-kexec.service: Command systemctl is not executable: No such file or > directory > > Signed-off-by: Mingli Yu > --- >

Re: [OE-core] [PATCH 2/3] buildtools-tarball: Add nativesdk-ccache

2021-01-07 Thread Robert Yang
Hi RP, On 1/7/21 6:40 PM, Richard Purdie wrote: On Thu, 2021-01-07 at 10:44 +0800, Robert Yang wrote: Hi RP, On 1/6/21 9:56 PM, Richard Purdie wrote: On Wed, 2021-01-06 at 04:09 -0800, Robert Yang wrote: Add it to buildtools-tarball so that there will be a unify version of ccache, which can

Re: [OE-core] [PATCH 2/3] buildtools-tarball: Add nativesdk-ccache

2021-01-07 Thread Richard Purdie
On Thu, 2021-01-07 at 10:44 +0800, Robert Yang wrote: > Hi RP, > > On 1/6/21 9:56 PM, Richard Purdie wrote: > > On Wed, 2021-01-06 at 04:09 -0800, Robert Yang wrote: > > > Add it to buildtools-tarball so that there will be a unify version of > > > ccache, > > > which can help avoid various compil

Re: [OE-core] [poky][sumo][PATCH 4/4] libsndfile1: fix CVE-2019-3832

2021-01-07 Thread Quentin Schulz
Hi Sana, Unless I'm mistaken, sumo is EOL and not supported anymore. The latest version that is still maintained by the community is zeus (3.0). The latest version officially maintained is dunfell (3.1), meaning this one will still receive dot releases, not the community one though commits can be

[OE-core] [poky][sumo][PATCH 4/4] libsndfile1: fix CVE-2019-3832

2021-01-07 Thread Sana Kazi
From: Ross Burton The previous fix for CVE-2018-19758 wasn't complete, so backport another patch to solve it properly. (From OE-Core rev: aeaca9bb1b1c8bf44818945dc4b2cbd6d4b5cef2) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie Signed-off-by: Sana Kazi --- .../libsndfile1/CVE-2019-

[OE-core] [poky][sumo][PATCH 3/4] libsndfile1: update security patches

2021-01-07 Thread Sana Kazi
From: Ross Burton Remove CVE-2017-14245-14246.patch, fix rejected upstream as it doesn't solve the underlying issue. Instead 0001-a-ulaw-fix-multiple-buffer-overflows-432 also solves CVE-2017-14245 and CVE-2017-14246 properly. Add patches for CVE-2017-12562 and CVE-2018-19758. Refresh CVE-2018

[OE-core] [PATCH] systemd: use the absolute path in service file

2021-01-07 Thread Yu, Mingli
From: Mingli Yu Fixes: # systemd-analyze --man=false verify /lib/systemd/system/systemd-kexec.service systemd-kexec.service: Command systemctl is not executable: No such file or directory Signed-off-by: Mingli Yu --- .../0001-service-use-the-abosolute-path.patch | 253 ++ me

[OE-core] [poky][sumo][PATCH 2/4] libsndfile1: Security fix CVE-2018-19432

2021-01-07 Thread Sana Kazi
From: Changqing Li (From OE-Core rev: 6f010c9baae5ce2108122d0c6d3b1d630a21) Signed-off-by: Changqing Li Signed-off-by: Ross Burton Signed-off-by: Richard Purdie Signed-off-by: Sana Kazi --- .../libsndfile1/CVE-2018-19432.patch | 115 ++ .../libsndfile/libsndfile

[OE-core] [poky][sumo][PATCH 1/4] libsndfile1: Security fix CVE-2017-17456/17457 CVE-2018-19661/19662

2021-01-07 Thread Sana Kazi
From: Changqing Li Fixes 4 CVEs which are backported from https://github.com/erikd/libsndfile/commit/585cc28a93be27d6938f276af0011401b9f7c0ca (From OE-Core rev: 8f4af329df5373db8910726a6b954652623003dd) Signed-off-by: Changqing Li Signed-off-by: Richard Purdie Signed-off-by: Sana Kazi --- .

Re: [OE-core] [PATCH] nettle: upgrade 3.6 ->3.7

2021-01-07 Thread Alexander Kanavin
Hello Wang, a small suggestion: md5sums are no longer necessary or secure, so you can remove them on version updates. 'devtool upgrade' already does this for you. Alex On Thu, 7 Jan 2021 at 10:05, Wang Mingyu wrote: > Signed-off-by: Wang Mingyu > --- > .../Add-target-to-only-build-tests-not-

[OE-core] [PATCH] nettle: upgrade 3.6 ->3.7

2021-01-07 Thread Wang Mingyu
Signed-off-by: Wang Mingyu --- .../Add-target-to-only-build-tests-not-run-them.patch | 0 .../check-header-files-of-openssl-only-if-enable_.patch | 0 .../nettle/{nettle-3.6 => nettle-3.7}/dlopen-test.patch | 0 .../nettle/{nettle-3.6 => nettle-3.7}/run-ptest | 0

[OE-core] [PATCH][gatesgarth] curl: Fix CVE-2020-8284, CVE-2020-8285, CVE-2020-8286

2021-01-07 Thread Jamaluddin, Khairul Rohaizzat
From: Khairul Rohaizzat Jamaluddin Backport the CVE patches from upstream https://github.com/curl/curl/commit/ec9cc725d598ac https://github.com/curl/curl/commit/a95a6ce6b809693a1195e3b4347a6cfa0fbc2ee7 https://github.com/curl/curl/commit/69a358f2186e04 https://github.com/curl/curl/commit/d9d01672

[OE-core] [PATCH] mobile-broadband-provider-info: upgrade 20190618 ->20201225

2021-01-07 Thread Wang Mingyu
Signed-off-by: Wang Mingyu --- .../mobile-broadband-provider-info_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb b/meta/recipes-connectivity/mobile

[OE-core] [PATCH] man-pages: upgrade 5.09 ->5.10

2021-01-07 Thread Wang Mingyu
Signed-off-by: Wang Mingyu --- .../man-pages/{man-pages_5.09.bb => man-pages_5.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/man-pages/{man-pages_5.09.bb => man-pages_5.10.bb} (91%) diff --git a/meta/recipes-extended/man-pages/man-pages_5.09