From 31a39f3502bb0b7c3012a2adc61442d3d2547557 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 18 Jun 2020 10:05:53 +0200 Subject: images: replace soc overrides to also include use-mainline-bsp With use-mainline-bsp the SoC overrides mx6/mx6q/mx6ull... are filtered out of the overrides. Replace them with the specific machine name if the override should also be active in the use-mainline-bsp case for that machine. Related-to: ELB-2805 Signed-off-by: Max Krummenacher --- recipes-images/images/packagegroup-tdx-graphical.bb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'recipes-images/images/packagegroup-tdx-graphical.bb') diff --git a/recipes-images/images/packagegroup-tdx-graphical.bb b/recipes-images/images/packagegroup-tdx-graphical.bb index fbff118..1054cb2 100644 --- a/recipes-images/images/packagegroup-tdx-graphical.bb +++ b/recipes-images/images/packagegroup-tdx-graphical.bb @@ -67,15 +67,17 @@ IMAGE_INSTALL_OPENCL_IMX = " \ RRECOMMENDS_packagegroup-gpu-tdx-graphical = " \ glmark2 \ " -IMAGE_INSTALL_MX6QDL = " \ +IMAGE_INSTALL_GPU_MX6QDL = " \ packagegroup-fsl-gpu-libs \ " -RRECOMMENDS_packagegroup-gpu-tdx-graphical_append_mx6dl = " ${IMAGE_INSTALL_MX6QDL}" +RRECOMMENDS_packagegroup-gpu-tdx-graphical_append_mx6dl = " \ + ${IMAGE_INSTALL_GPU_MX6QDL} \ +" RRECOMMENDS_packagegroup-gpu-tdx-graphical_append_mx6q = " \ - ${IMAGE_INSTALL_MX6QDL} \ + ${IMAGE_INSTALL_GPU_MX6QDL} \ ${IMAGE_INSTALL_OPENCL_IMX} \ " -RRECOMMENDS_packagegroup-gpu-tdx-graphical_mx6ull = "" +RRECOMMENDS_packagegroup-gpu-tdx-graphical_colibri-imx6ull = "" RRECOMMENDS_packagegroup-gpu-tdx-graphical_append_mx8 = " \ tinycompress \ libvdk-imx \ -- cgit v1.2.3