Never mind about this patch. I will simply drop it since patch 16 uses imxdpu override instead.
Tom > -----Original Message----- > From: Gary Bisson [mailto:[email protected]] > Sent: Tuesday, July 31, 2018 1:59 AM > To: Tom Hochstein <[email protected]> > Cc: meta-freescale Mailing List <[email protected]> > Subject: Re: [meta-freescale] [PATCH 04/52] imx-dpu-g2d: Limit to i.MX 8MQ > support > > 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 <[email protected]> > wrote: > > Signed-off-by: Tom Hochstein <[email protected]> > > --- > > 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 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
