[Buildroot] [PATCH 2/7] package/freescale-imx: add option for i.MX8QM

Gary Bisson bisson.gary at gmail.com
Fri Nov 8 17:30:26 UTC 2019


Hi Maeva,

Sorry for the (very) late reply.

On Mon, Sep 09, 2019 at 12:14:58PM +0000, Maeva Manuel wrote:
> Signed-off-by: Maeva Manuel <maeva.manuel at nxp.com>
> ---
>  package/freescale-imx/Config.in | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/package/freescale-imx/Config.in b/package/freescale-imx/Config.in
> index f010aab87b..5672e09b05 100644
> --- a/package/freescale-imx/Config.in
> +++ b/package/freescale-imx/Config.in
> @@ -40,6 +40,9 @@ config BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX6UL
>  config BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX7
>  	bool "imx7d/imx7ulp"
>  
> +config BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8
> +	bool "imx8"
> +
>  config BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8M
>  	bool "imx8m"

This isn't sufficient, you also need to make sure to add
BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8 in the
BR2_PACKAGE_FREESCALE_IMX_HAS_VIV_GPU definition as I'm sure it has a
Vivante GPU ;)

Looking at Config.in, seems that MX8MM has the same issue.

Regards,
Gary


More information about the buildroot mailing list