diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-09-22 12:55:51 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-10-21 15:10:12 -0600 |
| commit | 000776e2d3ecdbf03fd3204e5879e4900f68118f (patch) | |
| tree | fd6a8bd3e5eb2149f31b1af7c4d070b6870072e5 /meta-microblaze | |
| parent | c3544a015405ab8ed71b5d7dadde79017cb0ce96 (diff) | |
| download | meta-xilinx-000776e2d3ecdbf03fd3204e5879e4900f68118f.tar.gz | |
meta-microblaze: mesa: Make it clear this doesn't work
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
(cherry picked from commit 6c89f01f87beb4d52cbce1bcc06589221eeeef44)
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" | ||
