[OE-core][dunfell 2/2] perl: fix ptest test count

2020-10-05 Thread Steve Sakoman
From: Chee Yang Lee patche added in commit c2710903859a5545aa9dd56251f61667ee8d80bd failed ptest perl.t/re/pat. The patch updates incorrect test cases count causes the ptest to fail. 864 test cases before apply the patch while the patch added only 4 test cases so it should be 868 instead of 873.

[OE-core][dunfell 1/2] oeqa/selftest/cases/devtool.py: avoid .pyc race

2020-10-05 Thread Steve Sakoman
From: Tim Orling In certain conditions, most likely under heavy load on the AutoBuilder, the prebuilt .pyc files are attempting to be executed before they have been completely copied. Avoid this by not copying the .pyc files (nor the __pycache__ directory). The impact of python3-native

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

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

[OE-core] [PATCH] u-boot: upgrade 2020.07 -> 2020.10

2020-10-05 Thread Pierre-Jean Texier via lists.openembedded.org
Announcement: https://lists.denx.de/pipermail/u-boot/2020-October/428516.html License-Update: add MIT License (see [1]) [1] - https://gitlab.com/u-boot/u-boot/-/commit/824ed85b77da741a77fa34c8887c37c5151a15a3 Signed-off-by: Pierre-Jean Texier --- meta/recipes-bsp/u-boot/u-boot-common.inc

[OE-core][PATCH] classes/sanity: Bump minimum python version to 3.5

2020-10-05 Thread Joshua Watt
Bumps the minimum python version to 3.5 to match bitbake and the test matrix Signed-off-by: Joshua Watt --- meta/classes/sanity.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index e021b9d240..0eee89d71c

[OE-core][dunfell 00/41] Pull request (cover letter only)

2020-10-05 Thread Steve Sakoman
The following changes since commit b39bda4cc62db12c0edfbe489d5a7f5988ede6a9: build-appliance-image: Update to dunfell head revision (2020-09-23 12:48:03 +0100) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib stable/dunfell-next

[OE-core] [PATCH] Revert "kernel.bbclass: make dependency on lzop-native conditional"

2020-10-05 Thread Marco Felsch
This reverts commit 1217ddf070261c5fe523729b2a833bd38f1e4ccd. This commit breaks compiling if no initramfs is used because the kernel image can be compressed too using lzo. Signed-off-by: Marco Felsch --- meta/classes/kernel.bbclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff

Re: [OE-core] [PATCH][dunfell] perl: fix ptest test count

2020-10-05 Thread Steve Sakoman
Thanks! I tested this fix on Friday and can confirm that it fixes the problem. I'll include this in the next batch of dunfell patches. Steve On Sun, Oct 4, 2020 at 10:41 PM Lee Chee Yang wrote: > > From: Chee Yang Lee > > patche added in commit c2710903859a5545aa9dd56251f61667ee8d80bd >

Re: [OE-core] [PATCH] Alliance for Open Media: new library

2020-10-05 Thread Alexander Kanavin
This should go to openembedded-devel list. Alex On Mon, 5 Oct 2020 at 10:39, Lim Siew Hoon wrote: > Signed-off-by: Yong, Jonathan > Signed-off-by: Lim Siew Hoon > --- > meta-oe/recipes-multimedia/aom/aom_2.0.0.bb | 16 > 1 file changed, 16 insertions(+) > create mode

[OE-core] [PATCH][dunfell] perl: fix ptest test count

2020-10-05 Thread Lee Chee Yang
From: Chee Yang Lee patche added in commit c2710903859a5545aa9dd56251f61667ee8d80bd failed ptest perl.t/re/pat. The patch updates incorrect test cases count causes the ptest to fail. 864 test cases before apply the patch while the patch added only 4 test cases so it should be 868 instead of 873.

[OE-core] [PATCH] Alliance for Open Media: new library

2020-10-05 Thread Lim Siew Hoon
Signed-off-by: Yong, Jonathan Signed-off-by: Lim Siew Hoon --- meta-oe/recipes-multimedia/aom/aom_2.0.0.bb | 16 1 file changed, 16 insertions(+) create mode 100644 meta-oe/recipes-multimedia/aom/aom_2.0.0.bb diff --git a/meta-oe/recipes-multimedia/aom/aom_2.0.0.bb