Re: [yocto-patches] [meta-security][PATCH] wic: move to files/wic
Scott Murray <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 14 Apr 2026, Martin Jansa wrote: > Gentle ping as the builds cannot be started with recent oe-core (since > last week) when meta-security is included. My apologies, I have been dealing with some family matters the past couple of weeks, but aim to get recent submissions pushed out in the next day or two. Scott > oe-core $ bitbake -k ovmf-native > NOTE: Started PRServer with DBfile: > /OE/build/oe-core/cache/prserv.sqlite3, Address: 127.0.0.1:36907, PID: > 407062 > ERROR: OE-core's config sanity checker detected a potential misconfiguration. > Either fix the cause of this error or at your own risk disable the > checker (see sanity.conf). > Following is the list of potential problems / advisories: > > wic/wks files at /OE/build/oe-core/meta-security/wic need to be > moved to files/wic within the layer to be found/used > wic/wks files at /OE/build/oe-core/meta-security/wic need to be moved > to files/wic within the layer to be found/used > > Cheers, > > On Wed, Apr 8, 2026 at 12:33 PM Martin Jansa via > lists.yoctoproject.org <[email protected]> > wrote: > > > > From: Martin Jansa <[email protected]> > > > > To avoid sanity check failure > > https://git.openembedded.org/openembedded-core/commit/?id=07e410600c41103098b670f12abe87f64419a624 > > > > Signed-off-by: Martin Jansa <[email protected]> > > --- > > {wic => files/wic}/beaglebone-yocto-verity.wks.in | 0 > > {wic => files/wic}/systemd-bootdisk-dmverity-hash.wks.in | 0 > > {wic => files/wic}/systemd-bootdisk-dmverity.wks.in | 0 > > 3 files changed, 0 insertions(+), 0 deletions(-) > > rename {wic => files/wic}/beaglebone-yocto-verity.wks.in (100%) > > rename {wic => files/wic}/systemd-bootdisk-dmverity-hash.wks.in (100%) > > rename {wic => files/wic}/systemd-bootdisk-dmverity.wks.in (100%) > > > > diff --git a/wic/beaglebone-yocto-verity.wks.in b/files/wic/beaglebone-yocto-verity.wks.in > > similarity index 100% > > rename from wic/beaglebone-yocto-verity.wks.in > > rename to files/wic/beaglebone-yocto-verity.wks.in > > diff --git a/wic/systemd-bootdisk-dmverity-hash.wks.in b/files/wic/systemd-bootdisk-dmverity-hash.wks.in > > similarity index 100% > > rename from wic/systemd-bootdisk-dmverity-hash.wks.in > > rename to files/wic/systemd-bootdisk-dmverity-hash.wks.in > > diff --git a/wic/systemd-bootdisk-dmverity.wks.in b/files/wic/systemd-bootdisk-dmverity.wks.in > > similarity index 100% > > rename from wic/systemd-bootdisk-dmverity.wks.in > > rename to files/wic/systemd-bootdisk-dmverity.wks.in > > > > > > -=-=-=-=-=-=-=-=-=-=-=- > > Links: You receive all messages sent to this group. > > View/Reply Online (#3662): https://lists.yoctoproject.org/g/yocto-patches/message/3662 > > Mute This Topic: https://lists.yoctoproject.org/mt/118722653/3617156 > > Group Owner: [email protected] > > Unsubscribe: https://lists.yoctoproject.org/g/yocto-patches/leave/13388836/3617156/66960823/xyzzy [[email protected]] > > -=-=-=-=-=-=-=-=-=-=-=- > > > > >