summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaiane Angolini <daiane.angolini@foundries.io>2026-05-27 18:31:41 -0300
committerDaiane Angolini <daiane.angolini@foundries.io>2026-05-27 19:57:40 -0300
commita0f1e77a387e5a68befcce4f57ad2905f812f9e6 (patch)
tree95b6f38836bbf43e388897df8679e72d707bf8bc
parenta5edb37053083fd4d6e14a2e43ddc07e8462ed9f (diff)
downloadmeta-freescale-a0f1e77a387e5a68befcce4f57ad2905f812f9e6.tar.gz
fragments/graphics: add X11 display backend fragment
fslc-x11 was the only display backend distro with no fragment equivalent; users migrating from meta-freescale-distro had no way to replicate its DISTRO_FEATURES adjustments with the new fragment-based workflow. Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
-rw-r--r--conf/fragments/graphics/x11.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/fragments/graphics/x11.conf b/conf/fragments/graphics/x11.conf
new file mode 100644
index 000000000..11fb07b88
--- /dev/null
+++ b/conf/fragments/graphics/x11.conf
@@ -0,0 +1,5 @@
1BB_CONF_FRAGMENT_SUMMARY = "Enable X11 display backend"
2BB_CONF_FRAGMENT_DESCRIPTION = "Enables X11 display backend while removing Wayland support."
3
4DISTRO_FEATURES:remove = "wayland"
5DISTRO_FEATURES:append = " x11"