From: Stefan Agner <[email protected]> The graphics upgrade for L4.9.11-1.0.0 release renamed some packages, namely: - imx-gpu-viv-g2d -> imx-gpu-g2d - imx-gpu-viv-tools-apitrace -> imx-gpu-apitrace
Furthermore the imx-gpu-sdk package does not compile currently hence remove for now. Signed-off-by: Stefan Agner <[email protected]> --- recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu.bb b/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu.bb index b34f4ee..b847d46 100644 --- a/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu.bb +++ b/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu.bb @@ -15,7 +15,7 @@ SOC_TOOLS_GPU = "" # OpenVG support and is intended to add in future release. # i.MX6 SoloLite do not support apitrace because of its dependency on gles2. SOC_TOOLS_GPU_imxgpu2d = " \ - imx-gpu-viv-g2d \ + imx-gpu-g2d \ imx-gpu-viv-tools \ ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '', \ bb.utils.contains('DISTRO_FEATURES', 'x11', 'xserver-xorg-extension-viv-autohdmi', \ @@ -23,8 +23,7 @@ SOC_TOOLS_GPU_imxgpu2d = " \ " SOC_TOOLS_GPU_append_imxgpu3d = " \ - imx-gpu-sdk \ - imx-gpu-viv-tools-apitrace \ + imx-gpu-apitrace \ " RDEPENDS_${PN} = " \ -- 2.13.6 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
