diff mbox series

wic: upgrade 0.3.0 -> 0.3.1

Message ID 20260627180658.558372-1-twoerner@gmail.com
State New
Headers show
Series wic: upgrade 0.3.0 -> 0.3.1 | expand

Commit Message

Trevor Woerner June 27, 2026, 6:06 p.m. UTC
Pick up nine commits since the v0.3.0 tagged release.

git log --oneline 5974ade11032f218841d9f449ef0efeee3f9a2ca..5137f70fb43189d98e5738b7734f69f214516b97
5137f70fb431 wic: Update after plugin name changes once again
bb768b12b733 bootimg_pcbios: fix typo in comment
85067dd89492 README.md: literal cleanups
9c75ddc60d06 README.md: add Trevor (the maintainer)'s mail as Cc recipients
0cbe5b9d2934 README.md: add example instruction for sending patches
1f9e8c77c049 add basic b4 config file
0a8ddac66dc1 wic/plugins: gate root= with rootdev check for efi, pcbios and partition
f20cda73b495 wic: Fix updating fstab for nvme devices
bc0a8d88f6cd src: rename top-level bb imports to avoid oe-core/bitbake collision

AI-Generated: codex/claude-sonnet 4.6 (high)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 meta/recipes-support/wic/{wic_0.3.0.bb => wic_0.3.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/wic/{wic_0.3.0.bb => wic_0.3.1.bb} (90%)
diff mbox series

Patch

diff --git a/meta/recipes-support/wic/wic_0.3.0.bb b/meta/recipes-support/wic/wic_0.3.1.bb
similarity index 90%
rename from meta/recipes-support/wic/wic_0.3.0.bb
rename to meta/recipes-support/wic/wic_0.3.1.bb
index 7dbf84b039a6..bfd34374a14c 100644
--- a/meta/recipes-support/wic/wic_0.3.0.bb
+++ b/meta/recipes-support/wic/wic_0.3.1.bb
@@ -4,7 +4,7 @@  LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=4ee23c52855c222cba72583d301d2338"
 
 SRC_URI = "git://git.yoctoproject.org/wic.git;branch=master;protocol=https;tag=v${PV}"
-SRCREV = "5974ade11032f218841d9f449ef0efeee3f9a2ca"
+SRCREV = "5137f70fb43189d98e5738b7734f69f214516b97"
 
 CVE_PRODUCT = "yoctoproject:wic"