Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | various: Fix variable usage | Mark Hatle | 2024-11-21 | 1 | -1/+1 |
| | | | | | | | | | | Remove most direct references to WORKDIR. S = "${WORKDIR}" is no longer allowed, adjust this to refer to UNPACKDIR ${WORKDIR}/package is also incorrect, adjust to ${PKGD}. Signed-off-by: Mark Hatle <mark.hatle@amd.com> | ||||
* | meta-xilinx-mali400: Create new Mali400 layer | John Toomey | 2024-06-12 | 27 | -0/+1657 |
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> (cherry picked from commit b9dbc1c932dacf76a2bf3c2158269e3d219c1b4c) Signed-off-by: Mark Hatle <mark.hatle@amd.com> |