summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2026-03-12 17:02:22 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-03-12 17:25:21 +0000
commitc6b27a6b5d475b6b53dcff570f9ef84e95a6911f (patch)
tree2e28d50b959d2bf075149823d1f25d92b3919042
parent947678262ae85f214a306ff41d7352485c8d5a03 (diff)
downloadmeta-virtualization-c6b27a6b5d475b6b53dcff570f9ef84e95a6911f.tar.gz
qemu-system-native: Tweak whitespace handling
Avoid a yocto-check-layer issue: qemu-system-native:do_recipe_qa: 05c723e48cb4253cb80f1e5dcb63767b266c72cf8a83d3d7ff36a6622e43eb50 -> 7f42888db4f5572303288c58ad79c5267fa81da05a3a71288f91f309b50ed614 bitbake-diffsigs --task qemu-system-native do_recipe_qa --signature 05c723e48cb4253cb80f1e5dcb63767b266c72cf8a83d3d7ff36a6622e43eb50 7f42888db4f5572303288c58ad79c5267fa81da05a3a71288f91f309b50ed614 NOTE: Reconnecting to bitbake server... basehash changed from 1b770ad4a9b79d38c928331d17651d3d66a6ebc45822c336d7ab98bfa8ebfd94 to 6bc5e5507534603aa6f6ab862ab27ef9c0b9ffcfaa9922d7ef25cb563fab6ab9 Variable PACKAGECONFIG value changed: "fdt alsa kvm pie slirp png pixman sdl virglrenderer epoxy {++}" (whitespace changed) but moving the whitespace into the added option. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-devtools/qemu/qemu-system-native_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/qemu/qemu-system-native_%.bbappend b/recipes-devtools/qemu/qemu-system-native_%.bbappend
index b04b6934..1b77db02 100644
--- a/recipes-devtools/qemu/qemu-system-native_%.bbappend
+++ b/recipes-devtools/qemu/qemu-system-native_%.bbappend
@@ -9,4 +9,4 @@
9# The layer.conf propagates virtualization to DISTRO_FEATURES_NATIVE when 9# The layer.conf propagates virtualization to DISTRO_FEATURES_NATIVE when
10# vcontainer or virtualization is in the target DISTRO_FEATURES. 10# vcontainer or virtualization is in the target DISTRO_FEATURES.
11 11
12PACKAGECONFIG:append = " ${@bb.utils.contains('DISTRO_FEATURES_NATIVE', 'virtualization', 'virtfs', '', d)}" 12PACKAGECONFIG:append = "${@bb.utils.contains('DISTRO_FEATURES_NATIVE', 'virtualization', ' virtfs', '', d)}"