[OE-core] OpenEmbedded Happy Hour December 3 8pm/2000 UTC after OEDVM

2021-11-27 Thread Denys Dmytriyenko
All, As previously announced, OpenEmbedded Developer Virtual Meeting will take place on December 3 from 12:00 UTC until 20:00 UTC: https://www.openembedded.org/wiki/OEDVM_Nov_2021 Once the meeting is over, everybody is invited to hang out and relax at the OpenEmbedded Happy Hour, which

Re: [OE-core] [dunfell][PATCH v2] git: fix CVE-2021-40330

2021-11-27 Thread Steve Sakoman
On Fri, Nov 26, 2021 at 12:45 PM Steve Sakoman wrote: > > On Thu, Nov 25, 2021 at 12:49 AM Minjae Kim wrote: > > > > git_connect_git in connect.c in Git before 2.30.1 allows a repository path > > to contain a newline character, > > which may result in unexpected cross-protocol requests, > > as

Re: [OE-core] [PATCH 02/13] insane.bbclass: do not hardcode oe-core path in upstream-status check

2021-11-27 Thread Alexander Kanavin
I would like to get RPs blessing for the patch as it is first, there were concerns about state signatures (oe selftest is fine though). Alex On Sat 27. Nov 2021 at 12.01, Konrad Weihmann wrote: > > > On 27.11.21 10:53, Alexander Kanavin wrote: > > Signed-off-by: Alexander Kanavin > > --- > >

Re: [OE-core] [PATCH 02/13] insane.bbclass: do not hardcode oe-core path in upstream-status check

2021-11-27 Thread Konrad Weihmann
On 27.11.21 10:53, Alexander Kanavin wrote: Signed-off-by: Alexander Kanavin --- meta/classes/insane.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 240f3aad62..8a47da5a09 100644 ---

[OE-core] [PATCH 12/13] go: update 1.16.10 -> 1.17.3

2021-11-27 Thread Alexander Kanavin
This was additionally verified with meta-virtualization: $ bitbake packagegroup-container packagegroup-kubernetes $ bitbake container-base kvm-image-minimal xen-guest-image-minimal Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/tcmode-default.inc | 2 +- .../go/{go-1.16.10.inc

[OE-core] [PATCH 13/13] python3-rfc3339/3986-validator: correct upstream version check

2021-11-27 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb | 1 + meta/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb | 1 + 2 files changed, 2 insertions(+) diff --git a/meta/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb

[OE-core] [PATCH 10/13] go-helloworld: update to latest revision

2021-11-27 Thread Alexander Kanavin
Adjust SRC_URI, github is only a mirror. Adjust GO_IMPORT, as it does not match either github or the official repo. Signed-off-by: Alexander Kanavin --- meta/recipes-extended/go-examples/go-helloworld_0.1.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[OE-core] [PATCH 11/13] go-helloworld: test at runtime

2021-11-27 Thread Alexander Kanavin
This adds a smoke check for whether the Go toolchain actually produces working executables across a range of architectures. Signed-off-by: Alexander Kanavin --- meta/classes/testimage.bbclass| 2 +- meta/lib/oeqa/runtime/cases/go.py | 19 +++

[OE-core] [PATCH 08/13] perl: submitted patch upstream

2021-11-27 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...1-ExtUtils-MakeMaker-add-LDFLAGS-when-linking-binary-m.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/perl/files/0001-ExtUtils-MakeMaker-add-LDFLAGS-when-linking-binary-m.patch

[OE-core] [PATCH 09/13] testimage.bbclass: request the use of kvm by default

2021-11-27 Thread Alexander Kanavin
In almost all cases there is no need to explicitly ask for it via local.conf or similar custom config: it is enabled in qemu_use_kvm() if target_arch == build_arch or both of them are x86 archs, and QEMU_USE_KVM is set. If that heuristic doesn't work, QEMU_USE_KVM = "" will do the disabling.

[OE-core] [PATCH 05/13] libdnf: submit patches upstream

2021-11-27 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libdnf/libdnf/0001-Add-WITH_TESTS-option.patch | 2 +- ...1-Look-fo-sphinx-only-if-documentation-is-actually-ena.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 07/13] perl-cross: submit patches upstream

2021-11-27 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...1-configure_path.sh-do-not-hardcode-prefix-lib-as-libr.patch | 2 +- ...1-configure_tool.sh-do-not-quote-the-argument-to-comma.patch | 2 +- .../0001-perl-cross-add-LDFLAGS-when-linking-libperl.patch | 2 +- 3 files changed, 3 insertions(+), 3

[OE-core] [PATCH 06/13] meson: submit patch upstream

2021-11-27 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...oc-fix-issues-that-arise-when-cross-compiling.patch | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/meta/recipes-devtools/meson/meson/0001-gtkdoc-fix-issues-that-arise-when-cross-compiling.patch

[OE-core] [PATCH 04/13] libcomps: remove unneeded patch

2021-11-27 Thread Alexander Kanavin
Somewhere along the way the issue was fixed upstream. Signed-off-by: Alexander Kanavin --- .../0001-Add-crc32.c-to-sources-list.patch| 50 --- .../libcomps/libcomps_0.1.18.bb | 1 - 2 files changed, 51 deletions(-) delete mode 100644

[OE-core] [PATCH 03/13] ovmf: remove patch merged upstream

2021-11-27 Thread Alexander Kanavin
See here: https://github.com/tianocore/edk2/pull/1513/files The change was thus applied twice to the same file. Signed-off-by: Alexander Kanavin --- .../ovmf/ovmf/0004-Strip-build-paths.patch| 32 --- meta/recipes-core/ovmf/ovmf_git.bb| 1 - 2 files changed, 33

[OE-core] [PATCH 01/13] insane.bbclass: add a check that Upstream-Status patch tag is present and correctly formed

2021-11-27 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/classes/insane.bbclass | 24 1 file changed, 24 insertions(+) diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 27b1a00fb9..240f3aad62 100644 --- a/meta/classes/insane.bbclass +++

[OE-core] [PATCH 02/13] insane.bbclass: do not hardcode oe-core path in upstream-status check

2021-11-27 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/classes/insane.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 240f3aad62..8a47da5a09 100644 --- a/meta/classes/insane.bbclass +++

[OE-core] [PATCH] weston-init: Pass --continue-without-input when launching weston

2021-11-27 Thread Khem Raj
This ensures that we do not need keyboard/mouse or other input system Weston's default behavior is to not open if input devices are not found, but we may not always have input devices connected for systems running weston in field Signed-off-by: Khem Raj ---