diff options
| author | Daiane Angolini <daiane.angolini@foundries.io> | 2026-05-27 18:31:41 -0300 |
|---|---|---|
| committer | Daiane Angolini <daiane.angolini@foundries.io> | 2026-05-27 19:57:40 -0300 |
| commit | a0f1e77a387e5a68befcce4f57ad2905f812f9e6 (patch) | |
| tree | 95b6f38836bbf43e388897df8679e72d707bf8bc | |
| parent | a5edb37053083fd4d6e14a2e43ddc07e8462ed9f (diff) | |
| download | meta-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.conf | 5 |
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 @@ | |||
| 1 | BB_CONF_FRAGMENT_SUMMARY = "Enable X11 display backend" | ||
| 2 | BB_CONF_FRAGMENT_DESCRIPTION = "Enables X11 display backend while removing Wayland support." | ||
| 3 | |||
| 4 | DISTRO_FEATURES:remove = "wayland" | ||
| 5 | DISTRO_FEATURES:append = " x11" | ||
