Re: [OE-core] [PATCH] features_check: Factorize code for checking features

2020-06-01 Thread Jacob Kroon
On 5/26/20 9:36 AM, Jacob Kroon wrote: The DISTRO/MACHINE/COMBINED features should be treated identically, so convert the expanded code to a loop. This fixes some of the COMBINED error messages which were previously referring to MACHINE features. There should be no functional changes. Signed-off

Re: [OE-core] [PATCH 65/70] libyaml: adjust license checksum to omit copyright year lines.

2020-06-01 Thread Adrian Bunk
On Mon, Jun 01, 2020 at 10:12:16PM +, Peter Kjellerstedt wrote: > > -Original Message- > > From: openembedded-core@lists.openembedded.org > c...@lists.openembedded.org> On Behalf Of Alexander Kanavin > > Sent: den 31 maj 2020 17:53 > > To: openembedded-core@lists.openembedded.org > > C

Re: [OE-core] [PATCH 18/70] vala: upgrade 0.46.6 -> 0.48.6

2020-06-01 Thread Adrian Bunk
On Mon, Jun 01, 2020 at 09:51:40AM -0700, Khem Raj wrote: > gnome-calculator fails https://errors.yoctoproject.org/Errors/Details/414868/ >... This is fixed in the latest stable release of gnome-calculator. cu Adrian -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. Vie

Re: [OE-core][dunfell 11/16] libubootenv: Remove the DEPENDS on mtd-utils

2020-06-01 Thread Adrian Bunk
On Mon, Jun 01, 2020 at 04:11:19AM -1000, Steve Sakoman wrote: >... > It was only used for pulling in zlib, but this is now > a direct dependency. >... This should be harmless, but no reason to backport this cleanup. cu Adrian -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this g

[OE-core] [zeus][PATCH 00/25] zeus merge request - cover letter only

2020-06-01 Thread Anuj Mittal
Please consider merging these changes in zeus. Clean a-full on autobuilder. Thanks, Anuj The following changes since commit b63955977ebbf9fba291faa1b30c8dba9bd52869: resulttool/resultutils: Fix unicode error handling (2020-05-15 11:55:34 +0100) are available in the git repository at: git:

Re: [OE-core] [PATCH 41/70] x264: upgrade to latest revision

2020-06-01 Thread Khem Raj
On Mon, Jun 1, 2020 at 3:53 AM Alexander Kanavin wrote: > On Mon, 1 Jun 2020 at 03:37, Mittal, Anuj wrote: > >> > UPSTREAM_CHECK_COMMITS = "1" >> > >> > -SRCREV = "1771b556ee45207f8711744ccbd5d42a3949b14c" >> > +SRCREV = "296494a4011f58f32adc54304a2654627558c59a" >> > >> > PV = "r2991+git${SRC

Re: [OE-core] [PATCH 34/70] pixman: upgrade 0.38.4 -> 0.40.0

2020-06-01 Thread Khem Raj
On Sun, May 31, 2020 at 8:54 AM Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin > --- > ...-for-FE_INVALID-definition-before-us.patch | 33 --- > .../{pixman_0.38.4.bb => pixman_0.40.0.bb}| 5 ++- > 2 files changed, 2 insertions(+), 36 deletions(-) > delete mod

Re: [OE-core] [PATCH 25/70] stress-ng: mark as incompatible with musl

2020-06-01 Thread Khem Raj
On Sun, May 31, 2020 at 8:54 AM Alexander Kanavin wrote: > Newer versions make use of ustat() which is absent in musl. > https://www.man7.org/linux/man-pages/man2/ustat.2.html Says it’s removed from glibc 2.28 as well and yes musl never shipped ustat.h so I wonder how it still Works on glibc >

Re: [OE-core] [PATCH 17/70] strace: upgrade 5.5 -> 5.6

2020-06-01 Thread Khem Raj
On Sun, May 31, 2020 at 8:53 AM Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin > --- > .../strace/{strace_5.5.bb => strace_5.6.bb} | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > rename meta/recipes-devtools/strace/{strace_5.5.bb => strace_5.6.bb} >

[OE-core] [PATCH] vulkan-headers: change upstream src url to master branch

2020-06-01 Thread hongxu
The upstream has removed branch sdk-1.2.135 which causing do_fetch failure, switch to master branch, the commit(SRCREV) of branch sdk-1.2.135 is at tag sdk-1.2.135 of master ... commit fb7f9c9bcd1d1544ea203a1f3d4253d0e90c5a90 (tag: v1.2.135, tag: sdk-1.2.135.0) Author: Jon Leech Date: Tue Mar 1

[OE-core][dunfell 3/8] kernel/reproducibility: kernel modules need SOURCE_DATE_EPOCH export

2020-06-01 Thread Steve Sakoman
From: Bruce Ashfield If CONFIG_IKHEADERS is set to =m, then reproducibility issues creep into the modules build, since the variables we are setting for the main kernel build are not present. Since the source code must be available for a possibly git query on the timestamp, there didn't seem to b

[OE-core][dunfell 7/8] linux-yocto: gather reproducibility configs into a fragment

2020-06-01 Thread Steve Sakoman
From: Bruce Ashfield Updating the meta SRCREV to pickup the following fix: commit 9e68afb48b16a447dcd3996ffa350f3e79e44257 (HEAD -> master) Author: Bruce Ashfield Date: Thu May 28 11:22:22 2020 -0400 features: add reproducibility fragement Creating an initial fea

[OE-core][dunfell 1/8] linux-yocto/5.4: update to v5.4.38

2020-06-01 Thread Steve Sakoman
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: 9895e0ac338a Linux 5.4.38 5a54c69c4ef8 Revert "ASoC: meson: axg-card: fix codec-to-codec link setup" 527c60e8b7a8 Linux 5.4.37 4e7fb753e803 ASoC: stm32: spdifrx:

[OE-core][dunfell 6/8] linux-yocto/5.4: temporarily revert IKHEADERS in standard kernels

2020-06-01 Thread Steve Sakoman
From: Bruce Ashfield We had a commit that enabled IKHEADERS, since bpf requires them on target. This is still causing incremental reproducibility errors during the module compilation phase of the build. We are temporarily turning this off, so we can integrate -stable and other related changes.

[OE-core][dunfell 8/8] linux-yocto/5.4: update to v5.4.43

2020-06-01 Thread Steve Sakoman
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: e0d81ce76004 Linux 5.4.43 b5100186021a sched/fair: Fix enqueue_task_fair() warning some more 8b13f5657fa8 sched/fair: Fix reordering of enqueue/dequeue_task_fair()

[OE-core][dunfell 5/8] linux-yocto-rt/5.4: update to rt24

2020-06-01 Thread Steve Sakoman
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto-rt/5.4: 3d70f110c590 Linux 5.4.40-rt24 6445e48533d9 Linux 5.4.39-rt23 0a6ba32d4177 Linux 5.4.37-rt22 35c686fb7671 Linux 5.4.34-rt21 e54886570abd Linux 5.4.33-rt20 307ba149ec47 v5.4.28-rt19 8d48871

[OE-core][dunfell 4/8] linux-yocto/5.4: update to v5.4.42

2020-06-01 Thread Steve Sakoman
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: 1cdaf895c99d Linux 5.4.42 ecb3f529a554 bpf: Test_progs, fix test_get_stack_rawtp_err.c build aee43146cc10 selftest/bpf: fix backported test_select_reuseport selftest

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

2020-06-01 Thread Steve Sakoman
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: f015b86259a5 Linux 5.4.40 2852b559afdf PM / devfreq: Add missing locking while setting suspend_freq 8e054bd6dfc4 udp: document udp_rcv_segment special case for loope

[OE-core][dunfell 0/8] Patch review

2020-06-01 Thread Steve Sakoman
Please review this next set of patches for dunfell and have comments back by end of day Wednesday. Passed a-full build on the autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/1029 The following changes since commit e2658a7d73b6f21939e644e533718cd05b288766: qemuar

Re: [OE-core] [PATCH] bison: fix the parallel build

2020-06-01 Thread Andre McCurdy
On Thu, May 14, 2020 at 10:53 PM Jacob Kroon wrote: > > Hi Mingli, > Thank you for fixing. > /Jacob > > On 5/15/20 3:55 AM, Yu, Mingli wrote: > > Hi Jacob, > > > > I can check the > > https://lists.gnu.org/archive/html/bison-patches/2020-05/msg00055.html > > link now, so I resend the v2 to add the

[v2][oe-core][PATCH 1/1] qemu: force build type to production

2020-06-01 Thread Joe Slater
qemu will not build for -Og optimization because macros in lockable.h expect dead-code elimination. Override DEBUG_BUILD. Signed-off-by: Joe Slater --- meta/recipes-devtools/qemu/qemu_4.2.0.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-devtools/qemu/qemu_4.2.0.bb b/m

Re: [OE-core] [PATCH 65/70] libyaml: adjust license checksum to omit copyright year lines.

2020-06-01 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Alexander Kanavin > Sent: den 31 maj 2020 17:53 > To: openembedded-core@lists.openembedded.org > Cc: Alexander Kanavin > Subject: [OE-core] [PATCH 65/70] libyaml: adjust license

Re: [OE-core] [PATCH 45/70] libunwind: upgrade 1.3.1 -> 1.4.0

2020-06-01 Thread Alexander Kanavin
Seems like an arm-specific item, as x86 musl builds passed fine on the AB. Alex On Mon, 1 Jun 2020 at 18:51, Khem Raj wrote: > Fails to build on musl > > https://errors.yoctoproject.org/Errors/Details/414866/ > > On Sun, May 31, 2020 at 8:54 AM Alexander Kanavin > wrote: > > > > Signed-off-by:

Re: [OE-core] [PATCH 67/70] apt: update to 1.8.2.1

2020-06-01 Thread Khem Raj
On Mon, Jun 1, 2020 at 12:21 AM Richard Purdie wrote: > > On Sun, 2020-05-31 at 17:52 +0200, Alexander Kanavin wrote: > > I took the opportunity to rewrite the recipe from scratch; there was > > just too much baggage in it. > > Test builds failed with a reproducibility problem in lz4: > > https://

Re: [OE-core] [PATCH 57/70] json-c: update 0.13.1 - > 0.14

2020-06-01 Thread Khem Raj
This breaks multipath-tools see https://errors.yoctoproject.org/Errors/Details/414875/ perhaps https://www.spinics.net/lists/dm-devel/msg40646.html is now required for multipath-tools On Sun, May 31, 2020 at 8:55 AM Alexander Kanavin wrote: > > Signed-off-by: Alexander Kanavin > --- > ...d-d

[OE-core] [PATCH] maintainers: Update Ross' email address

2020-06-01 Thread Richard Purdie
Update Ross' address to a valid one. Signed-off-by: Richard Purdie --- meta/conf/distro/include/maintainers.inc | 126 +++ 1 file changed, 63 insertions(+), 63 deletions(-) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc inde

Re: [OE-core] [PATCH 18/70] vala: upgrade 0.46.6 -> 0.48.6

2020-06-01 Thread Khem Raj
gnome-calculator fails https://errors.yoctoproject.org/Errors/Details/414868/ On Sun, May 31, 2020 at 8:53 AM Alexander Kanavin wrote: > > Signed-off-by: Alexander Kanavin > --- > meta/recipes-devtools/vala/{vala_0.46.6.bb => vala_0.48.6.bb} | 3 +-- > 1 file changed, 1 insertion(+), 2 deletion

Re: [OE-core][dunfell 14/16] bitbake.conf: Remove unused DEPLOY_DIR_TOOLS variable

2020-06-01 Thread Steve Sakoman
On Mon, Jun 1, 2020 at 6:38 AM Richard Purdie wrote: > > On Mon, 2020-06-01 at 04:11 -1000, Steve Sakoman wrote: > > From: "Robert P. J. Day" > > > > Variable DEPLOY_DIR_TOOLS was introduced in 2007: > > > > commit f751a20152c651a33f08ceda0502fa1d4f11c005 > > Author: Richard Purdie > > Dat

Re: [OE-core] [PATCH 45/70] libunwind: upgrade 1.3.1 -> 1.4.0

2020-06-01 Thread Khem Raj
Fails to build on musl https://errors.yoctoproject.org/Errors/Details/414866/ On Sun, May 31, 2020 at 8:54 AM Alexander Kanavin wrote: > > Signed-off-by: Alexander Kanavin > --- > .../libunwind/musl-header-conflict.patch | 27 --- > ...{libunwind_1.3.1.bb => libunwind_1.4.

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

2020-06-01 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: https://wiki.yoctoproject.org/wiki/Bug_Triage#N

[OE-core] [PATCH 1/1] libarchive: upgrade 3.4.2 -> 3.4.3

2020-06-01 Thread Pierre-Jean Texier via lists.openembedded.org
See full changelog https://github.com/libarchive/libarchive/releases/tag/v3.4.3 Signed-off-by: Pierre-Jean Texier --- .../libarchive/{libarchive_3.4.2.bb => libarchive_3.4.3.bb}| 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-extended/libarchive/{libarchiv

Re: [OE-core][dunfell 14/16] bitbake.conf: Remove unused DEPLOY_DIR_TOOLS variable

2020-06-01 Thread Richard Purdie
On Mon, 2020-06-01 at 04:11 -1000, Steve Sakoman wrote: > From: "Robert P. J. Day" > > Variable DEPLOY_DIR_TOOLS was introduced in 2007: > > commit f751a20152c651a33f08ceda0502fa1d4f11c005 > Author: Richard Purdie > Date: Wed Aug 8 21:02:39 2007 + > > bitbake.conf: Sync with

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

2020-06-01 Thread Stephen Jolley
All, Just a reminder we will hold the monthly Yocto Project Technical Meeting at 8am PST tomorrow. (6/2) 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

[OE-core][dunfell 08/16] terminal.py: do not stop searching for auto

2020-06-01 Thread Steve Sakoman
From: Joe Slater If a terminal fails to spawn() we should continue looking. gnome-terminal, in particular can be present but not start. Signed-off-by: Joe Slater Signed-off-by: Richard Purdie (cherry picked from commit 6e4babdeee38d32002a4c9129e77466ae4156dd7) Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 11/16] libubootenv: Remove the DEPENDS on mtd-utils

2020-06-01 Thread Steve Sakoman
From: Adrian Bunk It was only used for pulling in zlib, but this is now a direct dependency. Also move the DEPENDS to a more common location in the file. Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie (cherry picked from commit a99fd8b705be3b8c70cb0f17f60b013d989d625c) Signed-off-by

[OE-core][dunfell 09/16] bind: fix CVE-2020-8616/7

2020-06-01 Thread Steve Sakoman
From: Lee Chee Yang fix CVE-2020-8616 and CVE-2020-8617 Signed-off-by: Lee Chee Yang Signed-off-by: Richard Purdie (cherry picked from commit d0df831830e4c5f8df2343a45ea75c2ab4f57058) Signed-off-by: Steve Sakoman --- .../bind/bind/CVE-2020-8616.patch | 206 ++ ...

[OE-core][dunfell 14/16] bitbake.conf: Remove unused DEPLOY_DIR_TOOLS variable

2020-06-01 Thread Steve Sakoman
From: "Robert P. J. Day" Variable DEPLOY_DIR_TOOLS was introduced in 2007: commit f751a20152c651a33f08ceda0502fa1d4f11c005 Author: Richard Purdie Date: Wed Aug 8 21:02:39 2007 + bitbake.conf: Sync with OE.dev apparently never used so get rid of it. Signed-off-by: Robert P.

[OE-core][dunfell 07/16] resulttool/log: Add ability to dump ltp logs as well as ptest

2020-06-01 Thread Steve Sakoman
From: Richard Purdie Currently only ptest logs are accessible with the log command, this adds support so the ltp logs can be extracted too. Signed-off-by: Richard Purdie (cherry picked from commit 64a2121a875ce128959ee0a62e310d5f91f87b0d) Signed-off-by: Steve Sakoman --- scripts/lib/resulttoo

[OE-core][dunfell 13/16] make-mod-scripts: Fix a rare build race condition

2020-06-01 Thread Steve Sakoman
From: Khem Raj There is a build break which rarely happens but is seen often enough with 4.1 kernel based builds /bin/sh: 1: scripts/basic/fixdep: Permission denied scripts/Makefile.host:124: recipe for target 'scripts/dtc/srcpos.o' failed make[3]: *** [scripts/dtc/srcpos.o] Error 126 this patc

[OE-core][dunfell 04/16] sanity.bbclass: Detect and fail if 'inherit' is used in conf file

2020-06-01 Thread Steve Sakoman
From: Gregor Zatko 'inherit' directive may not be used in conf files as it's supposed to be used for the inheritance of classes. Correct form in conf file is INHERIT. This commit adds: - a sanity check to find whether the wrong case exists - fail the build if so - tell user about the difference

[OE-core][dunfell 12/16] qemurunner: fix ip fallback detection

2020-06-01 Thread Steve Sakoman
From: Konrad Weihmann When falling back from detecting ip from /proc/./cmdline the output of runqemu is acutally 'Network configuration: ip=192.168.7.2::192.168.7.1::255.255.255.0' which doesn't match the given regex and leading to run failure, although IP is detectable. Fix regex by inserting an

[OE-core][dunfell 15/16] sstate.bbclass: When siginfo or sig files are missing, stop fetcher errors

2020-06-01 Thread Steve Sakoman
From: Mark Hatle Prior to fetching, the system checks if the sstate file is present either locally or on the mirror. If it is, then it goes to the fetch stage. Up to three files can be fetched, sstate, sstate.siginfo and sstate.sig (if signature validation is enabled). The previous pstaging_fe

[OE-core][dunfell 10/16] libexif: fix CVE-2020-13114

2020-06-01 Thread Steve Sakoman
From: Lee Chee Yang Signed-off-by: Lee Chee Yang Signed-off-by: Steve Sakoman --- .../libexif/libexif/CVE-2020-13114.patch | 73 +++ .../recipes-support/libexif/libexif_0.6.21.bb | 4 +- 2 files changed, 76 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-sup

[OE-core][dunfell 05/16] archiver.bbclass: Fix duplicated SRC_URIs for do_ar_original

2020-06-01 Thread Steve Sakoman
From: Robert Yang The argument urls of bb.fetch2.Fetch(urls, d) are duplicated to SRC_URI, which caused errors like: bb.data_smart.ExpansionError: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: Fetcher failure: The SRCREV_FOR

[OE-core][dunfell 16/16] qemuarm: check serial consoles vs /proc/consoles

2020-06-01 Thread Steve Sakoman
From: Trevor Gamblin Note that this patch affects qemuarm AND qemuarm64. When booting a VM and during operation, the following message periodically appears: INIT: Id "hvc0" respawning too fast: disabled for 5 minutes This is because hvc0 is specified in SERIAL_CONSOLES in qemuarm.conf and qemu

[OE-core][dunfell 06/16] resulttool/report: Remove leftover debugging

2020-06-01 Thread Steve Sakoman
From: Richard Purdie I've long since wondered why there was some odd output in result reports, remove the leftover debug which was causing it. Signed-off-by: Richard Purdie (cherry picked from commit 66e96bf70753933714ff8edcc13a1f35a052656f) Signed-off-by: Steve Sakoman --- scripts/lib/result

[OE-core][dunfell 01/16] cve-check: Run it after do_fetch

2020-06-01 Thread Steve Sakoman
From: Khem Raj Certain recipes e.g. bash readline ( from meta-gplv2 ) download patches instead of having them in metadata, this could fail cve_check ERROR: readline-5.2-r9 do_cve_check: File Not found: qemuarm/build/../downloads/readline52-001 This patch ensures that download is done before r

[OE-core][dunfell 03/16] oeqa/concurrencytest: don't delete build directory for failed tests

2020-06-01 Thread Steve Sakoman
Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie (cherry picked from commit 3d5aa170d2e88b852bd2a4452aab9311a24badef) Signed-off-by: Steve Sakoman --- meta/lib/oeqa/core/utils/concurrencytest.py | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/meta/lib/oe

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

2020-06-01 Thread Steve Sakoman
Please review this next set of patches for dunfell and have comments back by end of day Wednesday. The following changes since commit c88cf750f26f6786d6ba5b4f1f7e5d4f0c800e6e: avahi: Don't advertise example services by default (2020-05-26 04:12:28 -1000) are available in the Git repository at:

[OE-core][dunfell 02/16] checklayer: Skip layers without a collection

2020-06-01 Thread Steve Sakoman
From: Joshua Watt As in other places in the file, skip layers that don't define a collection when searching for a layer to resolve a dependency. Fixes KeyError exceptions when attempting to access the layer collections later Signed-off-by: Joshua Watt Signed-off-by: Richard Purdie (cherry pick

[OE-core] [PATCH] qemu: fix CVE-2020-13361

2020-06-01 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-13361.patch | 61 ++ 2 files changed, 62 insertions(+) create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-13361.pa

[OE-core] ✗ patchtest: failure for lz4: disable static library

2020-06-01 Thread Patchwork
== Series Details == Series: lz4: disable static library Revision: 1 URL : https://patchwork.openembedded.org/series/24407/ 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 pro

Re: [OE-core] [PATCH 67/70] apt: update to 1.8.2.1

2020-06-01 Thread Alexander Kanavin
On Mon, 1 Jun 2020 at 09:21, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Sun, 2020-05-31 at 17:52 +0200, Alexander Kanavin wrote: > > I took the opportunity to rewrite the recipe from scratch; there was > > just too much baggage in it. > > Test builds failed with a reproducibi

[OE-core] [PATCH] lz4: disable static library

2020-06-01 Thread Alexander Kanavin
It was found to be built in a non-reproducible way. [YOCTO #13925] Signed-off-by: Alexander Kanavin --- meta/recipes-support/lz4/lz4_1.9.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/lz4/lz4_1.9.2.bb b/meta/recipes-support/lz4/lz4_1.9.2.bb index

[OE-core] [PATCH] lz4: disable static library

2020-06-01 Thread Alexander Kanavin
From: Auto Upgrade Helper It was found to be built in a non-reproducible way. [YOCTO #13925] Signed-off-by: Auto Upgrade Helper --- meta/recipes-support/lz4/lz4_1.9.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/lz4/lz4_1.9.2.bb b/meta/recipes-s

Re: [OE-core] [PATCH 46/70] rng-tools: upgrade 6.9 -> 6.10

2020-06-01 Thread Alexander Kanavin
On Sun, 31 May 2020 at 18:43, Adrian Bunk wrote: > On Sun, May 31, 2020 at 05:52:30PM +0200, Alexander Kanavin wrote: > > Signed-off-by: Alexander Kanavin > > --- > > ...d9ce64f132e463b9091d0536913ddaf11516.patch | 42 +++ > > ...6a5fd4efde8ef569b358e19b1fcbc7d0d938.patch | 51 +

Re: [OE-core] [PATCH 41/70] x264: upgrade to latest revision

2020-06-01 Thread Alexander Kanavin
On Mon, 1 Jun 2020 at 03:37, Mittal, Anuj wrote: > > UPSTREAM_CHECK_COMMITS = "1" > > > > -SRCREV = "1771b556ee45207f8711744ccbd5d42a3949b14c" > > +SRCREV = "296494a4011f58f32adc54304a2654627558c59a" > > > > PV = "r2991+git${SRCPV}" > > PV will also need to be changed in this case to r2999+git$

Re: [OE-core] [PATCH 67/70] apt: update to 1.8.2.1

2020-06-01 Thread Richard Purdie
On Sun, 2020-05-31 at 17:52 +0200, Alexander Kanavin wrote: > I took the opportunity to rewrite the recipe from scratch; there was > just too much baggage in it. Test builds failed with a reproducibility problem in lz4: https://bugzilla.yoctoproject.org/show_bug.cgi?id=13925 This hasn't been see