diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2022-10-24 18:32:23 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2022-11-10 15:38:42 -0800 |
| commit | e426e0628cce185cfc8d27755cc7a35aaa408ad7 (patch) | |
| tree | f8c82826166c070b22c9c1cc41ce240c2c61f070 | |
| parent | da133caa9d9fb86709f6215f0dafcecde6ba1854 (diff) | |
| download | meta-xilinx-e426e0628cce185cfc8d27755cc7a35aaa408ad7.tar.gz | |
libmali-xlnx: Use REQUIRED_MACHINE_FEATURES for better error messages
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-core/recipes-graphics/libgles/libmali-xlnx.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-xilinx-core/recipes-graphics/libgles/libmali-xlnx.bb b/meta-xilinx-core/recipes-graphics/libgles/libmali-xlnx.bb index 332adb25..3159829d 100644 --- a/meta-xilinx-core/recipes-graphics/libgles/libmali-xlnx.bb +++ b/meta-xilinx-core/recipes-graphics/libgles/libmali-xlnx.bb | |||
| @@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://EULA;md5=82e466d0ed92c5a15f568dbe6b31089c" | |||
| 6 | inherit features_check update-alternatives | 6 | inherit features_check update-alternatives |
| 7 | 7 | ||
| 8 | ANY_OF_DISTRO_FEATURES = "x11 fbdev wayland" | 8 | ANY_OF_DISTRO_FEATURES = "x11 fbdev wayland" |
| 9 | REQUIRED_MACHINE_FEATURES = "mali400" | ||
| 9 | 10 | ||
| 10 | PROVIDES += "virtual/libgles1 virtual/libgles2 virtual/egl virtual/libgbm" | 11 | PROVIDES += "virtual/libgles1 virtual/libgles2 virtual/egl virtual/libgbm" |
| 11 | 12 | ||
| @@ -26,9 +27,6 @@ SRC_URI = " \ | |||
| 26 | file://gbm.pc \ | 27 | file://gbm.pc \ |
| 27 | " | 28 | " |
| 28 | 29 | ||
| 29 | COMPATIBLE_MACHINE = "^$" | ||
| 30 | COMPATIBLE_MACHINE:mali400 = ".*" | ||
| 31 | |||
| 32 | PACKAGE_ARCH = "${SOC_VARIANT_ARCH}" | 30 | PACKAGE_ARCH = "${SOC_VARIANT_ARCH}" |
| 33 | 31 | ||
| 34 | 32 | ||
