[oe] [RFC] File local variables

Holger Freyther zecke at selfish.org
Mon Oct 13 15:30:12 UTC 2008


Hey guys,

imagine the following situation, I have the following files:
	foo-native_1.2.3.bb
	foo_1.2.2.bb
	foo_1.2.3.bb
	foo.inc

now I'm forced to keep PR,PE inside the .inc file but in most of our cases we 
have the PR inside the final recipe file. This means when doing a change to 
an inc I need to open all other users to bump the right thing.

Have you experienced this as well?

I have wondered if something like:
	PE_${FN} = "0"
	PR_${FN} = "0"

in each separate file and then some Bitbake magic to build the sum from every 
included file?

comments? Am I just too lazy?

	z.




More information about the Openembedded-devel mailing list