From 000776e2d3ecdbf03fd3204e5879e4900f68118f Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Fri, 22 Sep 2023 12:55:51 -0600 Subject: meta-microblaze: mesa: Make it clear this doesn't work Signed-off-by: Mark Hatle (cherry picked from commit 6c89f01f87beb4d52cbce1bcc06589221eeeef44) Signed-off-by: Mark Hatle --- meta-microblaze/recipes-graphics/mesa/mesa_%.bbappend | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-microblaze/recipes-graphics/mesa/mesa_%.bbappend diff --git a/meta-microblaze/recipes-graphics/mesa/mesa_%.bbappend b/meta-microblaze/recipes-graphics/mesa/mesa_%.bbappend new file mode 100644 index 00000000..7c80fb6c --- /dev/null +++ b/meta-microblaze/recipes-graphics/mesa/mesa_%.bbappend @@ -0,0 +1,14 @@ +# mesa doesn't compile with microblaze compiler + +# +# When building POKY, it's advised that the user set the following: +# +# POKY_DEFAULT_DISTRO_FEATURES:microblaze = "ptest" +# +# The original version is: POKY_DEFAULT_DISTRO_FEATURES = "opengl ptest multiarch wayland vulkan" +# +# opengl, wayland and vulkan are not supported, primarily due to mesa not compiling. +# +# multiarch is not something we have on microblaze, so can be left or removed +# +COMPATIBLE_MACHINE:microblaze = "none" -- cgit v1.2.3-54-g00ecf