* anyone know of a single OE/yocto recipe that uses BBVERSIONS?
@ 2014-08-11 11:40 Robert P. J. Day
2014-08-11 15:09 ` Christopher Larson
0 siblings, 1 reply; 3+ messages in thread
From: Robert P. J. Day @ 2014-08-11 11:40 UTC (permalink / raw)
To: Yocto discussion list
collecting examples of recipe design and variants, and bitbake user
manual refers to BBVERSIONS variable to allow a recipe file to build
multiple versions from one file, but in the dozen or so layers i have
checked out, i've seen not a single example of usage of that variable.
are there any?
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: anyone know of a single OE/yocto recipe that uses BBVERSIONS?
2014-08-11 11:40 anyone know of a single OE/yocto recipe that uses BBVERSIONS? Robert P. J. Day
@ 2014-08-11 15:09 ` Christopher Larson
2014-08-11 16:45 ` Robert P. J. Day
0 siblings, 1 reply; 3+ messages in thread
From: Christopher Larson @ 2014-08-11 15:09 UTC (permalink / raw)
To: Robert P. J. Day; +Cc: Yocto discussion list
[-- Attachment #1: Type: text/plain, Size: 1199 bytes --]
On Mon, Aug 11, 2014 at 4:40 AM, Robert P. J. Day <rpjday@crashcourse.ca>
wrote:
> collecting examples of recipe design and variants, and bitbake user
> manual refers to BBVERSIONS variable to allow a recipe file to build
> multiple versions from one file, but in the dozen or so layers i have
> checked out, i've seen not a single example of usage of that variable.
>
> are there any?
>
Nope, as far as I know, it's not being used at all at the moment. The idea
was we could use it to avoid having multiple recipes with different
versions and .inc includes all over the place, but then policy changed to
tend to prefer having just a single recipe version around, so it's of less
use. If you'd like to see an example of a prototyped recipe using it, which
I created while implementing BBVERSIONS, see
https://gist.github.com/kergoth/338382. This was an attempt, at the time
(2010) to have a single m4 recipe that was capable of building every m4
version that existed. It was mostly to see if it could be done :)
--
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics
[-- Attachment #2: Type: text/html, Size: 1687 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: anyone know of a single OE/yocto recipe that uses BBVERSIONS?
2014-08-11 15:09 ` Christopher Larson
@ 2014-08-11 16:45 ` Robert P. J. Day
0 siblings, 0 replies; 3+ messages in thread
From: Robert P. J. Day @ 2014-08-11 16:45 UTC (permalink / raw)
To: Christopher Larson; +Cc: Yocto discussion list
[-- Attachment #1: Type: TEXT/PLAIN, Size: 1735 bytes --]
On Mon, 11 Aug 2014, Christopher Larson wrote:
>
> On Mon, Aug 11, 2014 at 4:40 AM, Robert P. J. Day <rpjday@crashcourse.ca> wrote:
> collecting examples of recipe design and variants, and bitbake user
> manual refers to BBVERSIONS variable to allow a recipe file to build
> multiple versions from one file, but in the dozen or so layers i have
> checked out, i've seen not a single example of usage of that variable.
>
> are there any?
>
>
> Nope, as far as I know, it's not being used at all at the moment.
> The idea was we could use it to avoid having multiple recipes with
> different versions and .inc includes all over the place, but then
> policy changed to tend to prefer having just a single recipe version
> around, so it's of less use. If you'd like to see an example of a
> prototyped recipe using it, which I created while implementing
> BBVERSIONS, see https://gist.github.com/kergoth/338382. This was an
> attempt, at the time (2010) to have a single m4 recipe that was
> capable of building every m4 version that existed. It was mostly to
> see if it could be done :)
fair enough ... given that it doesn't seem to have a lot of
utilitarian value, i won't bother mentioning it in my notes. or, at
most, very briefly.
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-08-11 16:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-11 11:40 anyone know of a single OE/yocto recipe that uses BBVERSIONS? Robert P. J. Day
2014-08-11 15:09 ` Christopher Larson
2014-08-11 16:45 ` Robert P. J. Day
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.