* What does "virtual/" mean?
@ 2013-06-12 8:43 Paul D. DeRocco
2013-06-12 8:52 ` Paul Eggleton
0 siblings, 1 reply; 2+ messages in thread
From: Paul D. DeRocco @ 2013-06-12 8:43 UTC (permalink / raw)
To: yocto
I see lots of references to "virtual/kernel", as opposed to simply "kernel".
The bitbake docs show "virtual/whatever" and "virtual/package" in some of
its syntactic examples. But what does the "virtual/" prefix actually mean?
Google coughs up endless uses of the term, as though everyone knows what it
means, but no explanation of it.
--
Ciao, Paul D. DeRocco
Paul mailto:pderocco@ix.netcom.com
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: What does "virtual/" mean?
2013-06-12 8:43 What does "virtual/" mean? Paul D. DeRocco
@ 2013-06-12 8:52 ` Paul Eggleton
0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggleton @ 2013-06-12 8:52 UTC (permalink / raw)
To: Paul D. DeRocco; +Cc: yocto
Hi Paul,
On Wednesday 12 June 2013 01:43:31 Paul D. DeRocco wrote:
> I see lots of references to "virtual/kernel", as opposed to simply "kernel".
> The bitbake docs show "virtual/whatever" and "virtual/package" in some of
> its syntactic examples. But what does the "virtual/" prefix actually mean?
> Google coughs up endless uses of the term, as though everyone knows what it
> means, but no explanation of it.
It's simply a convention to indicate the particular item is not a real package
but a virtual placeholder that could be configured at build time to point to
one of a selection of different providers; i.e. a recipe that requires kernel
headers could have virtual/kernel in its DEPENDS rather than having to name a
specific kernel recipe and the distro or machine configuration can set
PREFERRED_PROVIDER_virtual/kernel to point to whatever real kernel recipe is
desired.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-12 8:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-12 8:43 What does "virtual/" mean? Paul D. DeRocco
2013-06-12 8:52 ` Paul Eggleton
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.