summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-graphics/libgles
Commit message (Collapse)AuthorAgeFilesLines
* meta-xilinx-mali400: Create new Mali400 layerJohn Toomey2024-11-216-259/+0
| | | | | | | | | 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>
* various: WORKDIR/UNPACKDIR changesMark Hatle2024-06-101-6/+6
| | | | | | | | | | | | Recently oe-core implemented an architetural change that WORKDIR is no longer to be used as a dumping group for miscellaneous files. link: https://lists.openembedded.org/g/openembedded-architecture/topic/cleanup_of_workdir_by/105739556 oe-core: e022d62ba917 ("base/bitbake.conf: Introduce UNPACKDIR") Based on changes submitted by Trevor Woerner <twoerner@gmail.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Merge remote-tracking branch 'xilinx/master' into master_2024.1Mark Hatle2024-05-211-1/+0
|\ | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * libmali-xlnx: Rename, version now in recipeMark Hatle2024-05-201-1/+0
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | Switch from master to xlnx_rel_v2024.1 branchMark Hatle2024-04-101-1/+1
|/ | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* libmali-xlnx: Update branch to xlnx_rel_v2023.2John Toomey2023-08-291-1/+1
| | | | | | | | Changelog: (none) Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* libmali-xlnx: Added support for EGL_IMAGE_PRESERVED_KHR attributeParth Gajjar2023-02-231-2/+2
| | | | | | | | Added support for EGL_IMAGE_PRESERVED_KHR attribute after update in weston 10.0.2 Signed-off-by: Parth Gajjar <parth.gajjar@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* libmali-xlnx: install packages only when related DISTRO_FEATURES are selectedQuanyang Wang2023-01-251-1/+4
| | | | | | | | | | | | | | Issue: LINCD-4047 When DISTRO_FEATURES doesn't contain fbdev, ${D}${libdir}/fbdev/${MONOLITHIC_LIBMALI} will not be installed, and this will trigger the build warning as below: WARNING: libmali-xlnx-r9p0-01rel0-r0 do_package: libmali-xlnx:NOT adding alternative provide /usr/lib64/libMali.so.9.0: /usr/lib64/fbdev/libMali.so.9.0 does not exist So only add ${PN}-x11/fbdev/wayland to PACKAGES when related DISTRO_FEATURES is selected. Signed-off-by: Quanyang Wang <quanyang.wang@windriver.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* mali400: mali400 is now a MACHINE_FEATURE, set package arch to MACHINE_ARCHMark Hatle2022-10-251-2/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* libmali-xlnx: Use REQUIRED_MACHINE_FEATURES for better error messagesMark Hatle2022-10-251-3/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* libmali-xlnx: Move to enable via mali400 overrideMark Hatle2022-10-251-2/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* various: Move to 2022.2 release branchMark Hatle2022-09-201-1/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* libmali-xlnx: Update to 2022 branchMark Hatle2022-01-121-1/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* Initial restructure/split of meta-xilinx-bspMark Hatle2021-12-226-0/+261
Create a new meta-xilinx-core, move core functionality to the core, keeping board specific files in the bsp layer. zynqmp-generic changed from require <board> to include, so if meta-xilinx-bsp is not available it will not fail. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>