[meta-freescale] [meta-fsl-arm] mesa-demos broken on nitrogen6x

Doug Schwanke doug.schwanke at firstviewconsultants.com
Mon Aug 17 13:03:46 PDT 2015


Ian,

if I am not mistaken, the i.MX6UL does not have a GPU.

-Doug

From: meta-freescale-bounces at yoctoproject.org [mailto:meta-freescale-bounces at yoctoproject.org] On Behalf Of Ian Coolidge
Sent: Monday, August 17, 2015 2:29 PM
To: meta-freescale at yoctoproject.org
Subject: [meta-freescale] [meta-fsl-arm] mesa-demos broken on nitrogen6x

meta-fsl-arm/recipes-graphics/mesa/mesa-demos_%.bbappend has the following lines of code:

# only apply patches on mx6 that have a GPU
SRC_URI_append_mx6q  = " ${MESA-DEMO-PATCH}"
SRC_URI_append_mx6dl = " ${MESA-DEMO-PATCH}"
SRC_URI_append_mx6sx = " ${MESA-DEMO-PATCH}"
SRC_URI_append_mx6sl = " ${MESA-DEMO-PATCH}"

And meta-fsl-arm-extra/conf/machine/nitrogen6x.conf declares its SOC_FAMILY as:

SOC_FAMILY = "mx6:mx6dl:mx6q"

This causes the MESA-DEMO-PATCH to be applied twice as the nitrogen6x is both mx6dl and mx6q since we have many CPU models of the nitrogen6x.
Is there any reason the recipe couldn't just have:
SRC_URI_append_mx6 = " ${MESA-DEMO-PATCH}"
Thanks for the help!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-freescale/attachments/20150817/629fe64e/attachment.html>


More information about the meta-freescale mailing list