[meta-freescale] [distro][PATCH] distro/fslc-framebuffer: Remove vulkan distro feature

Fabio Berton fabio.berton at ossystems.com.br
Mon Aug 28 11:26:41 PDT 2017


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: Fabio Berton <fabio.berton at ossystems.com.br>
---
 conf/distro/fslc-framebuffer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/distro/fslc-framebuffer.conf b/conf/distro/fslc-framebuffer.conf
index f9031a7..4ae77b4 100644
--- a/conf/distro/fslc-framebuffer.conf
+++ b/conf/distro/fslc-framebuffer.conf
@@ -6,4 +6,4 @@ DISTRO = "fslc-framebuffer"
 DISTRO_NAME = "FSLC FrameBuffer"
 
 # Remove conflicting backends.
-DISTRO_FEATURES_remove = "x11 wayland directfb "
+DISTRO_FEATURES_remove = "x11 wayland directfb vulkan"
-- 
2.11.0



More information about the meta-freescale mailing list