I'm using one of the machines from meta-fsl-arm (i.MX6) which
has this setting in the MACHINE.conf:
  MACHINE_EXTRA_RRECOMMENDS_append_mx6 = " imx-audio"

While this is reasonable for most of these boards, I have one
which has no audio and I'd like to leave this package (and all
that it pulls with it) out of my images.

I tried using this in my image recipe with no joy:
  MACHINE_EXTRA_RRECOMMENDS := "${@oe_filter_out('imx-audio', 
'${MACHINE_EXTRA_RRECOMMENDS}', d)}"

How can I "filter out" this extra/unwanted/setting?

--
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to