[OE-core] [PATCH] libva-utils: upgrade 2.10.0 -> 2.11.1

2021-04-07 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- .../libva/{libva-utils_2.10.0.bb => libva-utils_2.11.1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/libva/{libva-utils_2.10.0.bb => libva-utils_2.11.1.bb} (90%) diff --git

[OE-core] [PATCH] ruby: upgrade 3.0.0 -> 3.0.1

2021-04-07 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- meta/recipes-devtools/ruby/{ruby_3.0.0.bb => ruby_3.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/ruby/{ruby_3.0.0.bb => ruby_3.0.1.bb} (97%) diff --git a/meta/recipes-devtools/ruby/ruby_3.0.0.bb

[OE-core] [PATCH] libva: upgrade 2.10.0 -> 2.11.0

2021-04-07 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- .../libva/{libva-initial_2.10.0.bb => libva-initial_2.11.0.bb} | 0 meta/recipes-graphics/libva/libva.inc | 2 +- .../recipes-graphics/libva/{libva_2.10.0.bb => libva_2.11.0.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename

[OE-core] [PATCH] go: upgrade 1.16.2 -> 1.16.3

2021-04-07 Thread wangmy
Signed-off-by: Wang Mingyu --- meta/recipes-devtools/go/{go-1.16.2.inc => go-1.16.3.inc} | 4 ++-- ...{go-binary-native_1.16.2.bb => go-binary-native_1.16.3.bb} | 2 +- ...o-cross-canadian_1.16.2.bb => go-cross-canadian_1.16.3.bb} | 0 .../go/{go-cross_1.16.2.bb => go-cross_1.16.3.bb}

[OE-core] [PATCH] curl: upgrade 7.75.0 -> 7.76.0

2021-04-07 Thread wangmy
Signed-off-by: Wang Mingyu --- meta/recipes-support/curl/{curl_7.75.0.bb => curl_7.76.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/curl/{curl_7.75.0.bb => curl_7.76.0.bb} (97%) diff --git a/meta/recipes-support/curl/curl_7.75.0.bb

[OE-core] [PATCH] file: upgrade 5.39 -> 5.40

2021-04-07 Thread wangmy
0001-src-compress.c-correct-header-define-for-xz-lzma.patch removed since it is included in 5.40 Signed-off-by: Wang Mingyu --- .../file/{file_5.39.bb => file_5.40.bb} | 5 ++-- c-correct-header-define-for-xz-lzma.patch | 27 --- 2 files changed, 2 insertions(+), 30

[OE-core] [PATCH] acpica: upgrade 20210105 -> 20210331

2021-04-07 Thread wangmy
Signed-off-by: Wang Mingyu --- .../acpica/{acpica_20210105.bb => acpica_20210331.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/acpica/{acpica_20210105.bb => acpica_20210331.bb} (94%) diff --git

[OE-core][PATCH V2] busybox: fix CVE-2021-28831

2021-04-07 Thread Chen Qi
Backport patch to fix CVE-2021-28831. Signed-off-by: Chen Qi --- ...ss_gunzip-Fix-DoS-if-gzip-is-corrupt.patch | 58 +++ meta/recipes-core/busybox/busybox_1.33.0.bb | 3 +- 2 files changed, 60 insertions(+), 1 deletion(-) create mode 100644

Re: [OE-core][PATCH] busybox: fix CVE-2021-28831

2021-04-07 Thread Chen Qi
Sorry, please ignore this patch. On 04/08/2021 12:46 PM, Chen Qi wrote: Signed-off-by: Chen Qi --- ...ss_gunzip-Fix-DoS-if-gzip-is-corrupt.patch | 57 +++ meta/recipes-core/busybox/busybox_1.33.0.bb | 9 ++- 2 files changed, 65 insertions(+), 1 deletion(-) create mode

[OE-core][PATCH] busybox: fix CVE-2021-28831

2021-04-07 Thread Chen Qi
Signed-off-by: Chen Qi --- ...ss_gunzip-Fix-DoS-if-gzip-is-corrupt.patch | 57 +++ meta/recipes-core/busybox/busybox_1.33.0.bb | 9 ++- 2 files changed, 65 insertions(+), 1 deletion(-) create mode 100644

Re: [OE-core] [PATCH] libxshmfence: Build fixes for riscv32

2021-04-07 Thread Yu, Mingli
On 4/8/21 1:15 AM, Khem Raj wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] On Wed, Apr 7, 2021 at 1:08 AM Yu, Mingli wrote: From: Mingli Yu NR_futex is not defined by newer architectures e.g. riscv32 as they only have 64bit variant of time_t. Glibc defines SYS_futex

[OE-core] [PATCH 1/2] Revert "externalsrc: Detect code changes in submodules"

2021-04-07 Thread Douglas via lists.openembedded.org
This reverts commit 4525310d49d115a37705f04ac5c03d639e5e8f8c. Signed-off-by: Douglas Royds --- meta/classes/externalsrc.bbclass | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/meta/classes/externalsrc.bbclass b/meta/classes/externalsrc.bbclass index

[OE-core] [PATCH 0/2] externalsrc: Detect code changes in submodules

2021-04-07 Thread Douglas via lists.openembedded.org
Further to 50ff9afb39, only detect code changes in submodules that are subdirectories of the EXTERNALSRC directory. The (undocumented) git submodule--helper returns a path for each submodule relative to the top of the repo. Don't add submodules that are not within our EXTERNALSRC subtree. If we

[OE-core] [PATCH 2/2] externalsrc: Detect code changes in submodules

2021-04-07 Thread Douglas via lists.openembedded.org
Further to 50ff9afb39, only detect code changes in submodules that are subdirectories of the EXTERNALSRC directory. The (undocumented) git submodule--helper returns a path for each submodule relative to the top of the repo. Don't add submodules that are not within our source subtree. [YOCTO

[OE-core] Yocto Project Summit - registration open

2021-04-07 Thread Trevor Woerner
Registration is now open for the upcoming Yocto Project Summit!! details: https://www.yoctoproject.org/yocto-project-virtual-summit-2021/ CfP: https://pretalx.com/yocto-project-summit-2021/cfp registration: https://www.cvent.com/d/yjq4dr/4W?ct=868bfddd-ca91-46bb-aaa5-62d2b61b2501 PS: Don't

Re: [OE-core] [PATCH] libxshmfence: Build fixes for riscv32

2021-04-07 Thread Khem Raj
On Wed, Apr 7, 2021 at 1:08 AM Yu, Mingli wrote: > > From: Mingli Yu > > NR_futex is not defined by newer architectures e.g. riscv32 as > they only have 64bit variant of time_t. Glibc defines SYS_futex > interface based on __NR_futex, since this is used in applications, > such applications start

[OE-core] [PATCH] arch-armv6m.inc: fix access rights

2021-04-07 Thread Ulrich Ölmann
Signed-off-by: Ulrich Ölmann --- meta/conf/machine/include/arm/arch-armv6m.inc | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 meta/conf/machine/include/arm/arch-armv6m.inc diff --git a/meta/conf/machine/include/arm/arch-armv6m.inc

[OE-core] [dunfell][PATCH] build-appliance-image: Update to master head revision

2021-04-07 Thread Anibal Limon
From: Richard Purdie Signed-off-by: Richard Purdie --- meta/recipes-core/images/build-appliance-image_15.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/images/build-appliance-image_15.0.0.bb

Re: [OE-core] [meta-mingw][PATCH] go: add environment setup batch file for go

2021-04-07 Thread Peter Morrow
On Wed, Apr 07, 2021 at 07:56:01AM -0500, Joshua Watt wrote: > On Wed, Apr 7, 2021 at 5:31 AM Peter Morrow > wrote: > > > > When building the nativesdk for mingw we need to set GOROOT in order to > > build > > anything out of the box. > > > > Signed-off-by: Peter Morrow > > --- > >

Re: [OE-core] [meta-mingw][PATCH] go: add environment setup batch file for go

2021-04-07 Thread Joshua Watt
On Wed, Apr 7, 2021 at 5:31 AM Peter Morrow wrote: > > When building the nativesdk for mingw we need to set GOROOT in order to build > anything out of the box. > > Signed-off-by: Peter Morrow > --- > recipes-devtools/go/go_%.bbappend | 9 + > 1 file changed, 9 insertions(+) > create

[OE-core] [PATCH 2/3] sysvinit-inittab/start_getty: Check /sys for the tty device existence

2021-04-07 Thread Kevin Hao
The hvc tty driver doesn't populate a file like /proc/tty/driver/serial, so the current implementation of start_getty doesn't work for the hvc console. By checking the /sys/class/tty/ for the tty device existence, it should support more console types and also make the codes more simple.

[OE-core] [PATCH 1/3] modutils-initscripts: Bail out when no module is installed

2021-04-07 Thread Kevin Hao
Fix the following warning when boot with a core-image-minimal rootfs: depmod: can't change directory to 'lib/modules/5.10.25-yocto-standard': No such file or directory Signed-off-by: Kevin Hao --- meta/recipes-kernel/modutils-initscripts/files/modutils.sh | 1 + 1 file changed, 1

[OE-core] [PATCH 3/3] Revert "inittab: Add getty launch on hvc0 for qemuppc64"

2021-04-07 Thread Kevin Hao
This reverts commit ed69ef20167da0986bc9363d1a91e62001995af4. The console entry has already been added into /etc/inittab based on the SERIAL_CONSOLES. So drop this redundant entry. Signed-off-by: Kevin Hao --- meta/recipes-core/busybox/busybox-inittab_1.33.0.bb| 3 ---

[OE-core] [PATCH 0/3] Fixes two warnings when boot with qemuppc64

2021-04-07 Thread Kevin Hao
Fixes two following warnings: depmod: can't change directory to 'lib/modules/5.10.25-yocto-standard': No such file or directory INIT: Id "hvc0" respawning too fast: disabled for 5 minutes Kevin Hao (3): modutils-initscripts: Bail out when no module is installed

[OE-core] [PATCH] cross-canadian: Whitelist "mingw32" as TARGET_OS

2021-04-07 Thread Anatol Belski
If a recipe inherits cross-canadian and contains "nativesdk" in BBCLASSEXTEND and meta-mingw is included and multiconfig is enabled, bitbake will generate the correspending recipe. As meta-mingw sets SDK_OS to "mingw32", that's what TARGET_OS will be set to as well. Thus, currently such a recipe

[OE-core] [meta-mingw][PATCH] go: add environment setup batch file for go

2021-04-07 Thread Peter Morrow
When building the nativesdk for mingw we need to set GOROOT in order to build anything out of the box. Signed-off-by: Peter Morrow --- recipes-devtools/go/go_%.bbappend | 9 + 1 file changed, 9 insertions(+) create mode 100644 recipes-devtools/go/go_%.bbappend diff --git

[OE-core] [PATCH] packagegroup-core-tools-testapps.bb: Remove kexec for riscv32

2021-04-07 Thread Yu, Mingli
From: Mingli Yu kexec is not yet ported to riscv32. Signed-off-by: Mingli Yu --- .../packagegroups/packagegroup-core-tools-testapps.bb| 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb

[OE-core] [PATCH] libxshmfence: Build fixes for riscv32

2021-04-07 Thread Yu, Mingli
From: Mingli Yu NR_futex is not defined by newer architectures e.g. riscv32 as they only have 64bit variant of time_t. Glibc defines SYS_futex interface based on __NR_futex, since this is used in applications, such applications start to fail to build for these newer architectures. Define a