[OE-core] Multiple *.bbappend files support

Koen Kooi koen at dominion.thruhere.net
Mon Apr 15 10:33:28 UTC 2013


Op 15 apr. 2013, om 12:26 heeft Yevhen Kyriukha <kirgene at gmail.com> het volgende geschreven:

> Is there a way to use multiple *.bbappend files in different layers?
> 
> I'm using meta-raspberrypi and my own layer.
> Both extend base-files with *.bbappend and both have PRINC = "1".
> But only first of *.bbappend files applied (that is in meta-raspberrypi).
> PR of base-files also increments by one (not by two).

Yeah, try to make all bbappends use:

	PRINC := "${@int(PRINC) + 1}"

regards,

Koen



More information about the Openembedded-core mailing list