On Sat, 2011-10-15 at 12:38 +0200, Martin Jansa wrote: > * this way we can use > EXTRA_DRIDRIVERS_armv4t += ",glamo" in meta-openmoko layer and > EXTRA_DRIDRIVERS_armv4t += ",foo" in meta-bar layer without knowledge > of other modules in other layers in stack > * actually it's like old MACHINE_DRI_MODULES from OE-classic but renamed > to indicate that it should be used for architecture not machine
This is way overcomplicated. Just do: DRIDRIVERS_append_armv4t = ",glamo" With the other approach you should be using .= to avoid spaces anyway. Cheers, Richard _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
