meta-poky commit 6016ec177af2406cacfeb3276dfcb8bfc3df8fce enabled vulkan by default. As framebuffer distro doesn't have x11 or wayland, we need to remove vulkan distro feature.
Signed-off-by: Daiane Angolini <[email protected]> --- conf/distro/fsl-framebuffer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/fsl-framebuffer.conf b/conf/distro/fsl-framebuffer.conf index cb5feae..7e44259 100644 --- a/conf/distro/fsl-framebuffer.conf +++ b/conf/distro/fsl-framebuffer.conf @@ -6,4 +6,4 @@ DISTRO = "fsl-framebuffer" DISTRO_NAME = "FSL FrameBuffer" # Remove conflicting backends. -DISTRO_FEATURES_remove = "x11 wayland directfb " +DISTRO_FEATURES_remove = "x11 wayland directfb vulkan " -- 2.7.4 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
