[meta-freescale] [PATCH 04/52] imx-dpu-g2d: Limit to i.MX 8MQ support

Gary Bisson gary.bisson at boundarydevices.com
Mon Jul 30 23:58:44 PDT 2018


Hi Tom,

I believe the title is wrong, i.MX8MQ doesn't support the DPU (neither
does i.MX8MM actually).

Do you mean i.MX8QM?

On Mon, Jul 30, 2018 at 9:41 PM, Tom Hochstein <tom.hochstein at nxp.com> wrote:
> Signed-off-by: Tom Hochstein <tom.hochstein at nxp.com>
> ---
>  recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.4.2.bb | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.4.2.bb b/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.4.2.bb
> index dd3aa9d..af4fdd0 100644
> --- a/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.4.2.bb
> +++ b/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.4.2.bb
> @@ -34,4 +34,5 @@ INSANE_SKIP_${PN} += "ldflags"
>  FILES_${PN} = "${libdir}/libg2d* /opt"
>  FILES_${PN}-dev = "${libdir}/libg2d${SOLIBSDEV} ${includedir}"
>
> -COMPATIBLE_MACHINE = "(mx8mm)"
> +COMPATIBLE_MACHINE = "(^$)"
> +COMPATIBLE_MACHINE_imxgpu2d = "(mx8)"

What is it depending on imxgpu2d?

Regards,
Gary


More information about the meta-freescale mailing list