All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm] mesa-demos broken on nitrogen6x
@ 2015-08-17 19:29 Ian Coolidge
  2015-08-17 20:03 ` Doug Schwanke
  2015-08-17 20:37 ` Ann Thornton
  0 siblings, 2 replies; 7+ messages in thread
From: Ian Coolidge @ 2015-08-17 19:29 UTC (permalink / raw)
  To: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 710 bytes --]

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!

[-- Attachment #2: Type: text/html, Size: 1047 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-08-18 10:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-17 19:29 [meta-fsl-arm] mesa-demos broken on nitrogen6x Ian Coolidge
2015-08-17 20:03 ` Doug Schwanke
2015-08-17 20:37 ` Ann Thornton
2015-08-17 21:43   ` Fabio Estevam
2015-08-18  0:00     ` Otavio Salvador
2015-08-18  0:26       ` Ian Coolidge
2015-08-18 10:02         ` Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.