[OE-core] [PATCH] wic: use shutil.which

2021-11-16 Thread Yu, Mingli
From: Mingli Yu Use shutil.which to find the executable instead to silence the below warning: $ cat tmp/work/intel_x86_64-poky-linux/core-image-base/1.0-r5/temp/log.do_image_wic [snip] DEBUG: Executing shell function do_image_wic /path/layers/oe-core/scripts/wic:27: DeprecationWarning: The

[OE-core] [PATCH] buildhistory.bbclass: fix regression from FILES_INFO changes

2021-11-16 Thread S. Lockwood-Childs
Started getting a stack trace during packagedata task for a recipe that built fine in hardknott *** 0002:buildhistory_emit_pkghistory(d) 0003: File: 'meta/classes/buildhistory.bbclass', lineno: 313, function: buildhistory_emit_pkghistory 0309:pkginfo.filevars[filevar] =

[OE-core] OpenEmbedded Developer Virtual Meeting (OEDVM) December 2021

2021-11-16 Thread Jon Mason
There will be an OpenEmbedded Developer Virtual Meeting (OEDVM) held on Friday, 03 December 2021. This will be the day after the Yocto Project® Summit 2021.11 concludes. The scheduled time will match the YP Summit's start at 12 UTC/7AM Eastern, and run until 20 UTC/3PM (or earlier if we run out

Re: [OE-core] [oe] [meta-oe] android-tools: Add flag to enable adbd service (#147)

2021-11-16 Thread Devendra Tewari
> On 16 Nov 2021, at 15:47, Daniel Gomez wrote: > > On Tue, 16 Nov 2021 at 19:17, Devendra Tewari > wrote: >> >> Hi Daniel, >> >> Em 16 de nov. de 2021, à(s) 11:49, Daniel Gomez escreveu: >> >> Hi Devendra and Khem, >> >> I'd like to ask about the 'recent' commit you integrated in the

Re: [OE-core] [oe] [meta-oe] android-tools: Add flag to enable adbd service (#147)

2021-11-16 Thread Daniel Gomez
On Tue, 16 Nov 2021 at 19:17, Devendra Tewari wrote: > > Hi Daniel, > > Em 16 de nov. de 2021, à(s) 11:49, Daniel Gomez escreveu: > > Hi Devendra and Khem, > > I'd like to ask about the 'recent' commit you integrated in the > android-tools recipe a few months ago: >

Re: [OE-core] [oe] [meta-oe] android-tools: Add flag to enable adbd service (#147)

2021-11-16 Thread Devendra Tewari
Hi Daniel, > Em 16 de nov. de 2021, à(s) 11:49, Daniel Gomez escreveu: > > Hi Devendra and Khem, > > I'd like to ask about the 'recent' commit you integrated in the > android-tools recipe a few months ago: >

Re: [OE-core] [PATCH] gdb-common: Add --with-liblzma-prefix in xz PACKAGECONFIG.

2021-11-16 Thread Khem Raj
On Tue, Nov 16, 2021 at 9:55 AM Jim Wilson wrote: > > On Mon, Nov 15, 2021 at 6:14 PM Khem Raj wrote: >> >> On 11/15/21 17:44, Jim Wilson wrote: >> > This fixes an arch linux gdb configure error with liblzma installed. >> >> this looks ok to me. Although I wonder why gdb's configure is not able

Re: [OE-core] [PATCH] gdb-common: Add --with-liblzma-prefix in xz PACKAGECONFIG.

2021-11-16 Thread Jim Wilson
On Mon, Nov 15, 2021 at 6:14 PM Khem Raj wrote: > On 11/15/21 17:44, Jim Wilson wrote: > > This fixes an arch linux gdb configure error with liblzma installed. > > this looks ok to me. Although I wonder why gdb's configure is not able > to find it in staging sysroot automatically, I have seen

Re: [OE-core] [PATCH 0/3] SPDX: Add annotations to relationship

2021-11-16 Thread Saul Wold
On 11/16/21 8:39 AM, Saul Wold wrote: On 11/15/21 2:44 PM, Paul Eggleton wrote: On Tuesday, 9 November 2021 08:01:38 NZDT Saul Wold wrote: On 11/4/21 2:20 PM, Joshua Watt wrote: On 11/4/21 3:50 PM, Richard Purdie wrote: On Thu, 2021-11-04 at 15:45 -0500, Joshua Watt wrote: On 11/4/21

Re: [OE-core] [PATCH 0/3] SPDX: Add annotations to relationship

2021-11-16 Thread Saul Wold
On 11/15/21 2:44 PM, Paul Eggleton wrote: On Tuesday, 9 November 2021 08:01:38 NZDT Saul Wold wrote: On 11/4/21 2:20 PM, Joshua Watt wrote: On 11/4/21 3:50 PM, Richard Purdie wrote: On Thu, 2021-11-04 at 15:45 -0500, Joshua Watt wrote: On 11/4/21 3:43 PM, Richard Purdie wrote: On Thu,

[OE-core] [honister][PATCH 10/17] convert-srcuri.py: use regex to check space in SRC_URI

2021-11-16 Thread Anuj Mittal
From: Kai Kang There may be none, one or more spaces including tab before backslash in SRC_URI. Use regex to check and update. It helps to avoid malformed uri such as recipe open-iscsi-user in meta-openstack: SRC_URI = "git://github.com/open-iscsi/open-iscsi.git;protocol=https ;branch=master

[OE-core] [honister][PATCH 08/17] linux-yocto/5.14: update to v5.14.17

2021-11-16 Thread Anuj Mittal
From: Bruce Ashfield Updating linux-yocto/5.14 to the latest korg -stable release that comprises the following commits: 3dfa869cb79d Linux 5.14.17 b1dbd891bfe5 ALSA: usb-audio: Add Audient iD14 to mixer map quirk table 570b5004f827 ALSA: usb-audio: Add Schiit Hel device to mixer map

[OE-core] [honister][PATCH 09/17] linux-yocto/5.10: update to v5.10.78

2021-11-16 Thread Anuj Mittal
From: Bruce Ashfield Updating linux-yocto/5.10 to the latest korg -stable release that comprises the following commits: 5040520482a5 Linux 5.10.78 4c7c0243275b ALSA: usb-audio: Add Audient iD14 to mixer map quirk table f3eb44f496ef ALSA: usb-audio: Add Schiit Hel device to mixer map

[OE-core] [honister][PATCH 12/17] scripts/oe-package-browser: Handle no packages being built

2021-11-16 Thread Anuj Mittal
From: Richard Purdie Give the user a proper error message if there aren't packages built, rather than a less friendly traceback. [YOCTO #14619] Signed-off-by: Richard Purdie (cherry picked from commit b14c176b7dd74b7d63ca0f72e6e00fbf209f5a0b) Signed-off-by: Anuj Mittal ---

[OE-core] [honister][PATCH 11/17] scripts/oe-package-browser: Fix after overrides change

2021-11-16 Thread Anuj Mittal
From: Richard Purdie After the overrides change, the format of pkgdata changed and this usage of configparser no longer works. This change is a bandaid to make things work but the pkgdata format isn't very similar to ini files so this may need to be reimplmented in a better way in the long run.

[OE-core] [honister][PATCH 17/17] insane.bbclass: Add a check for directories that are expected to be empty

2021-11-16 Thread Anuj Mittal
From: Peter Kjellerstedt The empty-dirs QA check verifies that all directories specified in QA_EMPTY_DIRS are empty. It is possible to specify why a directory is expected to be empty by defining QA_EMPTY_DIRS_RECOMMENDATION:, which will then be included in the error message if the directory is

[OE-core] [honister][PATCH 16/17] mirrors: Add kernel.org sources mirror for downloads.yoctoproject.org

2021-11-16 Thread Anuj Mittal
From: Richard Purdie kernel.org now has a mirror of the downloads.yoctoproject.org sources archive so include this in our mirrors list. Signed-off-by: Richard Purdie (cherry picked from commit f602b6c2046bbc52a95dcc68a754f1cbb2db6761) Signed-off-by: Anuj Mittal ---

[OE-core] [honister][PATCH 15/17] uninative: Add version to uninative tarball name

2021-11-16 Thread Anuj Mittal
From: Richard Purdie uninative works via hashes and doesn't need the version in the tarball name but it does make things easier to inspect in DL_DIR. There were reasons such as ease of publication of the build tarballs but we can handle those differently now and the signature issues from the

[OE-core] [honister][PATCH 14/17] scripts/lib/wic/help.py: Update Fedora Kickstart URLs

2021-11-16 Thread Anuj Mittal
From: Jon Mason The URLs describing Kickstart are no longer valid and do not redirect to the correct location. Update them with the correct location. Signed-off-by: Jon Mason Signed-off-by: Richard Purdie (cherry picked from commit e5ac75f93c8128b0761af5fee99e8603ddd1657d) Signed-off-by:

[OE-core] [honister][PATCH 13/17] wpa-supplicant: Match package override to PACKAGES for pkg_postinst

2021-11-16 Thread Anuj Mittal
From: Richard Purdie In PACKAGES, ${PN} is used so it makes sense for the pkg_postinst variable override to match that else it causes user confusion. [YOCTO #14616] Signed-off-by: Richard Purdie (cherry picked from commit ae9094d45bbfff377bd542939e12a8451a4959b6) Signed-off-by: Anuj Mittal

[OE-core] [honister][PATCH 04/17] vim: fix CVE-2021-3796, CVE-2021-3872, and CVE-2021-3875

2021-11-16 Thread Anuj Mittal
From: Ross Burton Backport patches from upstream to fix these CVEs. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit b493eb4f9a6bb75a2f01a53b6c70762845bf79f9) Signed-off-by: Anuj Mittal --- ...28-using-freed-memory-when-replacing.patch | 83

[OE-core] [honister][PATCH 07/17] linux-yocto/5.10: update to v5.10.77

2021-11-16 Thread Anuj Mittal
From: Bruce Ashfield Updating linux-yocto/5.10 to the latest korg -stable release that comprises the following commits: 09df347cfd18 Linux 5.10.77 fbb91dadb512 perf script: Check session->header.env.arch before using it 6f416815c505 riscv: Fix asan-stack clang build 7a4cf25d8329

[OE-core] [honister][PATCH 06/17] linux-yocto/5.14: update to v5.14.16

2021-11-16 Thread Anuj Mittal
From: Bruce Ashfield Updating linux-yocto/5.14 to the latest korg -stable release that comprises the following commits: f63179c1e68c Linux 5.14.16 e874c870dfd8 KVM: x86: Take srcu lock in post_kvm_run_save() 9ab39a3d0cec KVM: SEV-ES: fix another issue with string I/O VMGEXITs

[OE-core] [honister][PATCH 05/17] vim: add patch number to CVE-2021-3778 patch

2021-11-16 Thread Anuj Mittal
From: Ross Burton Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit 222be29051a3543ac63a0eb07019e90d44429b16) Signed-off-by: Anuj Mittal --- .../vim/files/CVE-2021-3778.patch | 37 +-- 1 file changed, 26 insertions(+), 11

[OE-core] [honister][PATCH 03/17] squashfs-tools: follow-up fix for CVE-2021-41072

2021-11-16 Thread Anuj Mittal
From: Kai Kang Squash a follow-up fix for CVE-2021-41072 from upstream: https://github.com/plougher/squashfs-tools/commit/19fcc93 Signed-off-by: Kai Kang Signed-off-by: Richard Purdie (cherry picked from commit 70709ff0741ed9fb9c111ef4b7aa2ee7432453f4) Signed-off-by: Anuj Mittal ---

[OE-core] [honister][PATCH 02/17] mirrors: Add uninative mirror on kernel.org

2021-11-16 Thread Anuj Mittal
From: Richard Purdie At the last nas outage, we realised that we don't have good mirrors of the uninative tarball if our main system can't be accessed. kernel.org mirrors some Yocto Project data so we've ensured uninative is there. Add the appropriate mirror url to make use of that.

[OE-core] [honister][PATCH 01/17] avahi: update CVE id fixed by local-ping.patch

2021-11-16 Thread Anuj Mittal
From: Chen Qi CVE-2021-36217 is treated as a duplicate of CVE-2021-3502. Update the local-ping.patch to mark it resolve both. Signed-off-by: Chen Qi Signed-off-by: Richard Purdie (cherry picked from commit 4d75d6c39f1faeb38191b55f1fa9311b63fcfb29) Signed-off-by: Anuj Mittal ---

[OE-core] [honister][PATCH 00/17] Review request

2021-11-16 Thread Anuj Mittal
Please review these changes for honister. No issues seen on autobuilder. https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/2930 Thanks, Anuj The following changes since commit d2cba06c27c87c64423636153c0f186c5f45b147: glibc-version.inc: remove branch= from GLIBC_GIT_URI

[OE-core] Yocto Project Status WW46`21

2021-11-16 Thread Stephen Jolley
Current Dev Position: YP 3.5 M1 Next Deadline: 6th Dec. 2021 YP 3.5 M1 build Next Team Meetings: * Bug Triage meeting Thursday Nov.18th at 7:30am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09) *

Re: [OE-core] [hardknott][PATCH 00/14] Review request

2021-11-16 Thread Anuj Mittal
On Tue, 2021-11-16 at 06:50 +0100, Jacob Kroon wrote: > On 11/16/21 04:24, Anuj Mittal wrote: > > Please review these changes for hardknott. No issues seen while > > testing > > on autobuilder. > > > > Thanks, > > > > Anuj > > > > The following changes since commit > >

Re: [OE-core] Yocto : Need help in building latest openembedded branch code

2021-11-16 Thread Mark Hatle
The variable syntax has changed between older and newer versions of bitbake. See: https://docs.yoctoproject.org/migration-guides/migration-3.4.html#override-syntax-changes On 11/15/21 11:59 PM, mohammed aqdam wrote: Hi There, I am working on a yocto image for the imx8 board, for this I have

[OE-core] [oe] [meta-oe] android-tools: Add flag to enable adbd service (#147)

2021-11-16 Thread Daniel Gomez
Hi Devendra and Khem, I'd like to ask about the 'recent' commit you integrated in the android-tools recipe a few months ago: http://git.openembedded.org/meta-openembedded/commit/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb?id=4271cc28279b79140fc6bbde32c9110aec8d1d86

Re: [OE-core] [PATCH 0/3] SPDX: Add annotations to relationship

2021-11-16 Thread Jose Quaresma
Hi Paul, Great to hear it. I think the SPDX/SBOM will be useful for a bunch of users/companies that currently use the yocto LTS dunfell. It will be an awesome improvement if we have the SPDX/SBOM supported and even more given that the dunfel branch support has been extended for more than 2

Re: [OE-core] [PATCH v2] systemd-boot: upgrade 249.5 -> 249.6

2021-11-16 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of wangmy > Sent: den 16 november 2021 02:29 > To: openembedded-core@lists.openembedded.org > Cc: Wang Mingyu > Subject: [OE-core] [PATCH v2] systemd-boot: upgrade 249.5 -> 249.6