[OE-core] rust in SDK

2021-11-23 Thread Peter Bergin
Hi, I'm looking for information about how mature and tested it is to have rust tools in the SDK. In README-rust.md [1] there is a phrase "Once the Rust SDK support is added to oe-core..." which can be read that it is not ready yet. In the first bullet "What works:" it states "-buildsdk and -c

[OE-core] [PATCHv2] native/cross: Add ar wrapper for determinism

2021-11-23 Thread Jacob Kroon
Add a wrapper around ar calls for native/cross recipes. This wrapper adds the -D option so that deterministic archives are built for native/cross output. This improves the changes of hash equivalence matches and hence build artefact reuse. We don't need this in the target case since we compile bin

Re: [OE-core] [PATCH 2/2] dnf: Backport bugfix for upgrade

2021-11-23 Thread Jate Sujjavanich
Meant to add a [dunfell] to the subject. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#158653): https://lists.openembedded.org/g/openembedded-core/message/158653 Mute This Topic: https://lists.openembedded.org/mt/87274566/21656 Group Owner: openem

Re: [OE-core] [PATCH 1/2] libdnf: Backport bugfix for upgrade calc

2021-11-23 Thread Jate Sujjavanich
Meant to add a [dunfell] to the subject. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#158652): https://lists.openembedded.org/g/openembedded-core/message/158652 Mute This Topic: https://lists.openembedded.org/mt/87274565/21656 Group Owner: openem

[OE-core] [PATCH 2/2] dnf: Backport bugfix for upgrade

2021-11-23 Thread Jate Sujjavanich
Keep installed packages in upgrade job This prevents duplicate identical packages from being reinstalled with each upgrade Signed-off-by: Jate Sujjavanich --- ...ackages-in-upgrade-job-RhBug-1728252.patch | 60 +++ meta/recipes-devtools/dnf/dnf_4.2.2.bbappend | 3 + 2 files ch

[OE-core] [PATCH 1/2] libdnf: Backport bugfix for upgrade calc

2021-11-23 Thread Jate Sujjavanich
Mark goal.upgrade with sltr as targeted This allows a bugfix in dnf to work Signed-off-by: Jate Sujjavanich --- ...job-goal.upgrade-with-sltr-as-target.patch | 58 +++ .../libdnf/libdnf_0.28.1.bbappend | 3 + 2 files changed, 61 insertions(+) create mode 100644 me

[OE-core] [PATCH v3] image: Include psplash only when screen machine feature is enabled

2021-11-23 Thread Khem Raj
base-image boots in degraded mode when using systems without display system since there is no fb device detected and pslash service would fail to start. Removing this image feature means that core-image-base is complete for headless devices Signed-off-by: Khem Raj --- v3: Remove a typo '0' meta

Re: [OE-core] [PATCH 00/20] kernel/kernel-yocto: consolidated pull request

2021-11-23 Thread Bruce Ashfield
On Tue, Nov 23, 2021 at 6:59 PM Khem Raj wrote: > > dont forget to send removal patch for meta-python once they are in core. Definitely! This may take a while to sort out, but I have one ready and will send when required. Bruce > > On Tue, Nov 23, 2021 at 1:57 PM Bruce Ashfield > wrote: > >

Re: [OE-core] [PATCH 00/20] kernel/kernel-yocto: consolidated pull request

2021-11-23 Thread Khem Raj
dont forget to send removal patch for meta-python once they are in core. On Tue, Nov 23, 2021 at 1:57 PM Bruce Ashfield wrote: > > From: Bruce Ashfield > > Richard, > > There's a few routine -stable updates at the start of this, and then some > more painful (and RFC) commits. > > As part of this

Re: [OE-core] [PATCH] native/cross: Add ar wrapper for determinism

2021-11-23 Thread Jacob Kroon
On 11/24/21 00:06, Richard Purdie wrote: > On Tue, 2021-11-23 at 21:22 +0100, Jacob Kroon wrote: >> >> On 11/23/21 15:12, Richard Purdie wrote: >>> From: Jacob Kroon >>> >>> Add a wrapper around ar calls for native/cross recipes. This wrapper adds >>> the -D option so that deterministic archives a

Re: [OE-core] [PATCH] native/cross: Add ar wrapper for determinism

2021-11-23 Thread Richard Purdie
On Tue, 2021-11-23 at 21:22 +0100, Jacob Kroon wrote: > > On 11/23/21 15:12, Richard Purdie wrote: > > From: Jacob Kroon > > > > Add a wrapper around ar calls for native/cross recipes. This wrapper adds > > the -D option so that deterministic archives are built for native/cross > > output. This

Re: [OE-core] [PATCHv3] waffle: add explicit dependency to cmake-native

2021-11-23 Thread Richard Purdie
On Tue, 2021-11-23 at 12:00 -0600, Anibal Limon wrote: > Hi, > > Is this patch good enough? or need another change. There was feedback about the commit message needing work. Someone else also sent a similar patch with a commit message with the right explanation in it so that was merged in prefere

Re: [OE-core] [PATCH] meson: drop redundant patch

2021-11-23 Thread Richard Purdie
On Tue, 2021-11-23 at 19:38 +, Ross Burton wrote: > This patch disables the debian-detection to use the correct $libdir by > default on that platform. However in cross builds this is always > overridden to be $prefix/lib, and all recipes that inherit meson pass > the correct libdir explicitly.

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

2021-11-23 Thread Jim Wilson
On Tue, Nov 16, 2021 at 9:59 AM Khem Raj wrote: > yes, this patch is fine in itself. > Thanks. I see that the patch got applied last week. Jim -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#158642): https://lists.openembedded.org/g/openembedde

[OE-core] [PATCH 20/20] perf: sort-pmuevents: allow for additional type qualifiers and storage class

2021-11-23 Thread Bruce Ashfield
From: Max Krummenacher With kernel 5.16 some structs in pmu-events do get a const qualifier, some a static const storage class and qualifier. The current sort-pmuevents cannot cope with that and drops all struct arrays with such additional elements. This then leads to compiler errors. Allow '^s

[OE-core] [PATCH 19/20] perf: sort-pmuevents: don't drop elements

2021-11-23 Thread Bruce Ashfield
From: Max Krummenacher If a struct element neither has an element cpuid or name it gets silenty dropped. Kernel 5.15 for some ARCHs have at least one array of structs matching this. e.g. for arm pmu-events.c: |#include "pmu-events/pmu-events.h" struct pmu_events_map pmu_events_map[] = { {

[OE-core] [PATCH 18/20] linux-yocto-dev: introduce dt-validation PACKAGECONFIG

2021-11-23 Thread Bruce Ashfield
From: Bruce Ashfield Add a PACKAGECONFIG to control which type of dt-validation is installed (full, or wrapped). This is currently in linux-yocto-dev, as 5.16 introduces the functionality of required dt schema validation. Other v5.16 providing recipes can use the base functionality as they desi

[OE-core] [PATCH 15/20] maintainers: update for kernel dtschema checking dependencies

2021-11-23 Thread Bruce Ashfield
From: Bruce Ashfield These packages are required for dtschema checking in the kernel build. Adding myself as the maintainer. Signed-off-by: Bruce Ashfield --- meta/conf/distro/include/maintainers.inc | 8 1 file changed, 8 insertions(+) diff --git a/meta/conf/distro/include/maintaine

[OE-core] [PATCH 16/20] linux-yocto: export pkgconfig variables to devshell

2021-11-23 Thread Bruce Ashfield
From: Bruce Ashfield Not all of the kernel host/build Makefiles allow pkg-config to be overriden to pkg-config-native. Exporting these variables allow us to debug host tool issues with the kernel build. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto.inc | 9 +

[OE-core] [PATCH 17/20] kernel: introduce python3-dtschema-wrapper

2021-11-23 Thread Bruce Ashfield
From: Bruce Ashfield The 5.16 kernel introduced mandatory schema checking on any dtb file built through the kernel. That funcionality is provided via python3-dt-schema. The dependencies to enable that functionality is not small, and may not always be desired (in particular on architectures that

[OE-core] [PATCH 14/20] python: import ruamel-yaml from meta-python

2021-11-23 Thread Bruce Ashfield
From: Bruce Ashfield Importing ruamel-yaml from meta-python. This package is a dependency of python3-dtschema, which is required to validate kernel devicetrees. Signed-off-by: Bruce Ashfield --- .../python/python3-ruamel-yaml_0.17.16.bb | 23 +++ 1 file changed, 23 insertio

[OE-core] [PATCH 13/20] python: import webcolors from meta-python

2021-11-23 Thread Bruce Ashfield
From: Bruce Ashfield Importing webcolors, which is a dependency of python3-jsonschema. These packges are required to support the validation of kernel device trees. Signed-off-by: Bruce Ashfield --- .../python/python3-webcolors/run-ptest| 3 +++ .../python/python3-webcolors_1.11.1.bb

[OE-core] [PATCH 12/20] python: import rfc3986-validator from meta-python

2021-11-23 Thread Bruce Ashfield
From: Bruce Ashfield Importing rfc3986-validator, which is a dependency of python3-jsonschema. These packges are required to support the validation of kernel device trees. Signed-off-by: Bruce Ashfield --- ...e-pytest-runner-to-test_requirements.patch | 32 +++ .../python/pytho

[OE-core] [PATCH 11/20] python: import rfc3339-validator from meta-python

2021-11-23 Thread Bruce Ashfield
From: Bruce Ashfield Importing rfc3339-validator from meta-python, which is a dependency of python3-jsonschema. These packges are required to support the validation of kernel device trees. Signed-off-by: Bruce Ashfield --- .../python/python3-rfc3339-validator_0.1.4.bb | 20 +++

[OE-core] [PATCH 10/20] python: import idna from meta-python

2021-11-23 Thread Bruce Ashfield
From: Bruce Ashfield Importing idna from meta-python, which is a dependency of python3-jsonschema. These packges are required to support the validation of kernel device trees. Signed-off-by: Bruce Ashfield --- .../python/python3-idna_3.3.bb| 19 +++ 1 file chang

[OE-core] [PATCH 08/20] python: import jsonpointer from meta-python

2021-11-23 Thread Bruce Ashfield
From: Bruce Ashfield required to support python3-json, which is required for python3-dtschema and device tree checking by the kernel. Signed-off-by: Bruce Ashfield --- .../python/python3-jsonpointer/run-ptest | 3 +++ .../python/python3-jsonpointer_2.1.bb | 26 +++

[OE-core] [PATCH 09/20] python: import jsonschema from meta-python

2021-11-23 Thread Bruce Ashfield
From: Bruce Ashfield Importing this package as a dependency to python3-dt-schema, which is required for kernel device tree validation. Signed-off-by: Bruce Ashfield --- .../python/python3-jsonschema_3.2.0.bb| 48 +++ 1 file changed, 48 insertions(+) create mode 100644

[OE-core] [PATCH 07/20] python: introduce python3-dtschema

2021-11-23 Thread Bruce Ashfield
From: Bruce Ashfield kernel commit 53182e81f47d [kbuild: Enable DT schema checks for %.dtb targets], which is part of v5.16+, makes the checking of dtb schemas manditory. To support the checking, we introduce this new recipe dtschema. Dependencies will be imported in subsequent commits, so we c

[OE-core] [PATCH 05/20] linux-yocto-dev: bump to v5.16+

2021-11-23 Thread Bruce Ashfield
From: Bruce Ashfield Bumping the version of -dev ot 5.16. We also pickup two new dependencies to support kernel dtschema validation. This requirement was introduced by kernel commit: commit 53182e81f47d4ea0c727c49ad23cb782173ab849 Author: Rob Herring Date: Mon Sep 13 09:51:46 2021 -0

[OE-core] [PATCH 06/20] kernel: export native PKGCONFIG variables

2021-11-23 Thread Bruce Ashfield
From: Bruce Ashfield In a similar manner to cml1.bbclass, we export the pkg-config variables to allow a direct call to pkg-config access to the native sysroot versus the target sysroot. The kernel doesn't use pkg-config for target configuration, and has many explicit calls to pkg-config, without

[OE-core] [PATCH 02/20] linux-yocto/5.14: update to v5.14.18

2021-11-23 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.14 to the latest korg -stable release that comprises the following commits: a0265dd8262d Linux 5.14.18 1379769b0b46 rsi: fix control-message timeout eda57a310234 media: staging/intel-ipu3: css: Fix wrong size comparison imgu_css_fw_init

[OE-core] [PATCH 04/20] kernel-yocto: conditionally enable stack protection checking on x86-64

2021-11-23 Thread Bruce Ashfield
From: Bruce Ashfield The kernel Makfile uses pkgconfig to check for libelf when enabling CONFIG_STACK_VALIDATION. We already have libelf in our DEPENDS, but the kernel Makefiles hardcode 'pkgconfig', so fail to pick up our pkgconfig-native binary that would report the correct flags and paths for

[OE-core] [PATCH 03/20] linux-yocto/5.10: update to v5.10.79

2021-11-23 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.10 to the latest korg -stable release that comprises the following commits: bd816c278316 Linux 5.10.79 62424fe4c2cf rsi: fix control-message timeout 8971158af1e0 media: staging/intel-ipu3: css: Fix wrong size comparison imgu_css_fw_init

[OE-core] [PATCH 01/20] linux-yocto/5.15: update to v5.15.2

2021-11-23 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.15 to the latest korg -stable release that comprises the following commits: 7cc36c3e14ae Linux 5.15.2 5dbe126056fb rsi: fix control-message timeout 7d6f8d3bab72 media: staging/intel-ipu3: css: Fix wrong size comparison imgu_css_fw_init

[OE-core] [PATCH 00/20] kernel/kernel-yocto: consolidated pull request

2021-11-23 Thread Bruce Ashfield
From: Bruce Ashfield Richard, There's a few routine -stable updates at the start of this, and then some more painful (and RFC) commits. As part of this series, we fix one pkg-config issue that was preventing x86 from doing stack valildation during build. At one point it was increasing my build

Re: [oe][OE-core][Patch 0/2] perf: sort-pmuevents: some fixes

2021-11-23 Thread Bruce Ashfield
On Tue, Nov 23, 2021 at 9:05 AM Bruce Ashfield via lists.openembedded.org wrote: > > On Tue, Nov 23, 2021 at 8:58 AM Max Krummenacher wrote: > > > > Let me know if there is anything I can do/provide from my side. > > I know you already did, but does 'bitbake perf -c cleansstate' help? > > The bui

[OE-core] [PATCH] wayland-protocols: upgrade 1.23 -> 1.24

2021-11-23 Thread Denys Dmytriyenko
wayland-protocols 1.24 is now available. This release adds feedback to the DMA buffer protocol, allowing smarter and more dynamic DMA buffer allocation semantics. Other changes include documentation improvements and improved testing infrastructure. This is also the first release of wayland-protoc

Re: [OE-core] [PATCH] native/cross: Add ar wrapper for determinism

2021-11-23 Thread Jacob Kroon
On 11/23/21 15:12, Richard Purdie wrote: > From: Jacob Kroon > > Add a wrapper around ar calls for native/cross recipes. This wrapper adds > the -D option so that deterministic archives are built for native/cross > output. This improves the changes of hash equivalence matches and hence > build

Re: [OE-core] [PATCH] meson: drop redundant patch

2021-11-23 Thread Alexander Kanavin
Sorry, I have to say no. The offending is_debianlike function is still in place, and I would not want to battle cryptic errors again if it is taken in use somewhere else. The correct fix is to drop the function itself. Alex On Tue, 23 Nov 2021 at 20:39, Ross Burton wrote: > This patch disables

[OE-core] [PATCH] meson: drop redundant patch

2021-11-23 Thread Ross Burton
This patch disables the debian-detection to use the correct $libdir by default on that platform. However in cross builds this is always overridden to be $prefix/lib, and all recipes that inherit meson pass the correct libdir explicitly. Signed-off-by: Ross Burton --- meta/recipes-devtools/meson

Re: [OE-core] [PATCHv3] waffle: add explicit dependency to cmake-native

2021-11-23 Thread Anibal Limon
Hi, Is this patch good enough? or need another change. Regards!, Anibal On Mon, 15 Nov 2021 at 10:36, Anibal Limon via lists.openembedded.org wrote: > cmake-native can get pulled into the sysroot via dependencies, but it > is always needed: > > | Program cmake found: NO > | ERROR: meson failed

Re: [OE-core] [PATCH] glibc: Fix i586/c3 support

2021-11-23 Thread Richard Purdie
On Tue, 2021-11-23 at 09:13 -0800, Khem Raj wrote: > > On 11/23/21 8:55 AM, Richard Purdie wrote: > > CET can't be enabled on i586 or c3 for x86, adjust the configuration > > accordingly > > to fix those builds. > > > > Signed-off-by: Richard Purdie > > --- > > meta/recipes-core/glibc/glibc_2

Re: [OE-core] [qa-build-notification] [yocto] QA notification for completed autobuilder build (yocto-3.1.12.rc1)

2021-11-23 Thread Richard Purdie
On Tue, 2021-11-23 at 11:54 +, Teoh, Jay Shen wrote: > This is the full report for yocto-3.1.12.rc1: > https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults > > === Summary > No high milestone defects. > > new issue found > > Bu

Re: [OE-core] [PATCH] glibc: Fix i586/c3 support

2021-11-23 Thread Khem Raj
On 11/23/21 8:55 AM, Richard Purdie wrote: CET can't be enabled on i586 or c3 for x86, adjust the configuration accordingly to fix those builds. Signed-off-by: Richard Purdie --- meta/recipes-core/glibc/glibc_2.34.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/

[OE-core] [PATCH] glibc: Fix i586/c3 support

2021-11-23 Thread Richard Purdie
CET can't be enabled on i586 or c3 for x86, adjust the configuration accordingly to fix those builds. Signed-off-by: Richard Purdie --- meta/recipes-core/glibc/glibc_2.34.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/glibc/glibc_2.34.bb b/meta/recipes-

[OE-core] Yocto Project Status WW46`21

2021-11-23 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. 25th at 7:30am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09) *

[OE-core] [PATCH] go: upgrade 1.16.8 -> 1.16.10

2021-11-23 Thread Pavel Zhukov
From: Pavel Zhukov The release includes fixes for CVE-2021-41771 and CVE-2021-41772 Signed-off-by: Pavel Zhukov --- meta/recipes-devtools/go/{go-1.16.8.inc => go-1.16.10.inc}| 4 ++-- ...go-binary-native_1.16.8.bb => go-binary-native_1.16.10.bb} | 4 ++-- ...-cross-canadian_1.16.8.bb => go

Re: [OE-core] [PATCH] buildhistory: Fix do_package race issues

2021-11-23 Thread Alexander Kanavin
Thanks Richard, this should remove occasional false failures from AUH runs :) Alex On Tue, 23 Nov 2021 at 14:59, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > The buildhistory_list_pkg_files function uses data from do_package, not > do_packagedata. Usally the two are restored tog

[OE-core] [PATCH] native/cross: Add ar wrapper for determinism

2021-11-23 Thread Richard Purdie
From: Jacob Kroon Add a wrapper around ar calls for native/cross recipes. This wrapper adds the -D option so that deterministic archives are built for native/cross output. This improves the changes of hash equivalence matches and hence build artefact reuse. We don't need this in the target case

[OE-core] [PATCH] bitbake.conf: Pass -D option to ranlib for determisim

2021-11-23 Thread Richard Purdie
Add the -D option to BUILD_RANLIB so that deterministic archives are built for native/cross output. This improves the changes of hash equivalence matches and hence build artefact reuse. We don't need this in the target case since we compile binutils-cross with an option making this the default. S

[OE-core] [PATCH] bitbake.conf: Pass -D option to ranlib for determisim

2021-11-23 Thread Richard Purdie
Add the -D option to BUILD_RANLIB so that deterministic archives are built for native/cross output. This improves the changes of hash equivalence matches and hence build artefact reuse. We don't need this in the target case since we compile binutils-cross with an option making this the default. S

Re: [oe][OE-core][Patch 0/2] perf: sort-pmuevents: some fixes

2021-11-23 Thread Bruce Ashfield
On Tue, Nov 23, 2021 at 8:58 AM Max Krummenacher wrote: > > Let me know if there is anything I can do/provide from my side. > I know you already did, but does 'bitbake perf -c cleansstate' help? The builds were clean, but to rule out old artifacts, I just started a new build on a separate server,

[OE-core] [PATCH] buildhistory: Fix do_package race issues

2021-11-23 Thread Richard Purdie
The buildhistory_list_pkg_files function uses data from do_package, not do_packagedata. Usally the two are restored together but it may see a half complete directory or other races issues depending on timing. Rework the function so that it uses the correct task dependencies. This should avoid race

Re: [oe][OE-core][Patch 0/2] perf: sort-pmuevents: some fixes

2021-11-23 Thread Max Krummenacher
Let me know if there is anything I can do/provide from my side. I know you already did, but does 'bitbake perf -c cleansstate' help? Max On Tue, Nov 23, 2021 at 2:55 PM Bruce Ashfield wrote: > > On Tue, Nov 23, 2021 at 8:48 AM Max Krummenacher wrote: > > > > Hi Bruce, > > > > On Tue, Nov 23, 20

Re: [oe][OE-core][Patch 0/2] perf: sort-pmuevents: some fixes

2021-11-23 Thread Bruce Ashfield
On Tue, Nov 23, 2021 at 8:48 AM Max Krummenacher wrote: > > Hi Bruce, > > On Tue, Nov 23, 2021 at 2:41 AM Bruce Ashfield > wrote: > > > > On Mon, Nov 22, 2021 at 11:35 AM Max Krummenacher > > wrote: > > > > > > I am trying out a kernel recipe using linux master, 5.16-rc2. I found > > > that pe

Re: [oe][OE-core][Patch 0/2] perf: sort-pmuevents: some fixes

2021-11-23 Thread Max Krummenacher
Hi Bruce, On Tue, Nov 23, 2021 at 2:41 AM Bruce Ashfield wrote: > > On Mon, Nov 22, 2021 at 11:35 AM Max Krummenacher > wrote: > > > > I am trying out a kernel recipe using linux master, 5.16-rc2. I found > > that perf fails to build in do_compile with such a setup. > > Root cause is that the k

Re: [OE-core] [yocto] QA notification for completed autobuilder build (yocto-3.1.12.rc1)

2021-11-23 Thread Teoh, Jay Shen
Hi all, This is the full report for yocto-3.1.12.rc1: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. new issue found Bug 14622 - bsps-hw.bsps-hw.Test_Seek_bar_and_volume_control manual

Re: [OE-core] [docs] [PATCH] dev-manual: how to purge duplicate sstate cache files

2021-11-23 Thread Michael Opdenacker
Greetings, On 11/19/21 5:06 PM, Michael Opdenacker wrote: > Signed-off-by: Michael Opdenacker > --- > documentation/dev-manual/common-tasks.rst | 25 ++- > 1 file changed, 24 insertions(+), 1 deletion(-) > > diff --git a/documentation/dev-manual/common-tasks.rst > b/document

[OE-core] [PATCH] wic: support rootdev identified by partition label

2021-11-23 Thread Schmidt, Adriaan
We already support specifying the rootfs by PARTUUID. This adds general support for letting the kernel find the rootfs by PARTLABEL. Signed-off-by: Adriaan Schmidt --- scripts/lib/wic/plugins/imager/direct.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/lib/wic/plugins/imager/di