diff options
author | Mark Hatle <mark.hatle@amd.com> | 2023-09-22 12:55:51 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-09-22 12:55:51 -0600 |
commit | 6c89f01f87beb4d52cbce1bcc06589221eeeef44 (patch) | |
tree | 7c16241827087768d958b7bea570217784c08881 /meta-microblaze | |
parent | 5705396a0bc50bca1b58a873f82d511c640dc358 (diff) | |
download | meta-xilinx-6c89f01f87beb4d52cbce1bcc06589221eeeef44.tar.gz |
meta-microblaze: mesa: Make it clear this doesn't work
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-microblaze')
-rw-r--r-- | meta-microblaze/recipes-graphics/mesa/mesa_%.bbappend | 14 |
1 files changed, 14 insertions, 0 deletions
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 @@ | |||
1 | # mesa doesn't compile with microblaze compiler | ||
2 | |||
3 | # | ||
4 | # When building POKY, it's advised that the user set the following: | ||
5 | # | ||
6 | # POKY_DEFAULT_DISTRO_FEATURES:microblaze = "ptest" | ||
7 | # | ||
8 | # The original version is: POKY_DEFAULT_DISTRO_FEATURES = "opengl ptest multiarch wayland vulkan" | ||
9 | # | ||
10 | # opengl, wayland and vulkan are not supported, primarily due to mesa not compiling. | ||
11 | # | ||
12 | # multiarch is not something we have on microblaze, so can be left or removed | ||
13 | # | ||
14 | COMPATIBLE_MACHINE:microblaze = "none" | ||