* [RFC] File local variables
@ 2008-10-13 15:30 Holger Freyther
2008-10-17 11:34 ` Robert Schuster
0 siblings, 1 reply; 2+ messages in thread
From: Holger Freyther @ 2008-10-13 15:30 UTC (permalink / raw)
To: openembedded-devel
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [RFC] File local variables
2008-10-13 15:30 [RFC] File local variables Holger Freyther
@ 2008-10-17 11:34 ` Robert Schuster
0 siblings, 0 replies; 2+ messages in thread
From: Robert Schuster @ 2008-10-17 11:34 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 790 bytes --]
Hi,
Holger Freyther schrieb:
> 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.
Clear to this point.
> Have you experienced this as well?
Sure. :)
> I have wondered if something like:
> PE_${FN} = "0"
> PR_${FN} = "0"
What is ${FN}?
> in each separate file and then some Bitbake magic to build the sum from every
> included file?
>
> comments? Am I just too lazy?
Can you explain a bit how this is being supposed to being used.
Regards
Robert
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 260 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-17 11:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-13 15:30 [RFC] File local variables Holger Freyther
2008-10-17 11:34 ` Robert Schuster
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.