summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-multimedia
diff options
context:
space:
mode:
authorJohn Toomey <john.toomey@amd.com>2024-05-15 14:16:28 +0100
committerMark Hatle <mark.hatle@amd.com>2024-05-28 14:09:05 -0600
commitb2932fda0375cd904cbb9f2f797fca627ba8423b (patch)
treeb5ff4fa73ad917563a76c5cf093d98b43e8e3f3c /meta-xilinx-multimedia
parentba2734715e9d4934dcdb11e3e7deaad772e86067 (diff)
downloadmeta-xilinx-b2932fda0375cd904cbb9f2f797fca627ba8423b.tar.gz
meta-xilinx-mali400: Create new Mali400 layer
Create a new layer containing all code related to the Mali400 graphics stack and software. This includes the Mali kernel module / patches, libglu/libgles code, mesa, wayland, kernel recipe and udev rules. This layer also includes a dynamic layer for the qt5 bbappends and patches. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-multimedia')
-rw-r--r--meta-xilinx-multimedia/recipes-multimedia/gstreamer/FIXME/gstreamer1.0-plugins-base_%.bbappend6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta-xilinx-multimedia/recipes-multimedia/gstreamer/FIXME/gstreamer1.0-plugins-base_%.bbappend b/meta-xilinx-multimedia/recipes-multimedia/gstreamer/FIXME/gstreamer1.0-plugins-base_%.bbappend
deleted file mode 100644
index 03823f6e..00000000
--- a/meta-xilinx-multimedia/recipes-multimedia/gstreamer/FIXME/gstreamer1.0-plugins-base_%.bbappend
+++ /dev/null
@@ -1,6 +0,0 @@
1# Links to libmali-xlnx, so it becomes MACHINE_ARCH specific
2DEFAULT_PACKAGE_ARCH := "${PACKAGE_ARCH}"
3MALI_PACKAGE_ARCH[vardepsexclude] = "MACHINE_ARCH"
4MALI_PACKAGE_ARCH = "${@'${MACHINE_ARCH}' if d.getVar('PREFERRED_PROVIDER_virtual/libgles1') == 'libmali-xlnx' else '${DEFAULT_PACKAGE_ARCH}'}"
5PACKAGE_ARCH[vardepsexclude] = "MALI_PACKAGE_ARCH"
6PACKAGE_ARCH = "${@bb.utils.contains_any('DEPENDS', 'virtual/libgles1 virtual/libgles2 virtual/egl virtual/libgbm', '${MALI_PACKAGE_ARCH}', '${DEFAULT_PACKAGE_ARCH}', d)}"