All of lore.kernel.org
 help / color / mirror / Atom feed
* What are _virtual providers? and other Suffixes?
@ 2013-08-19 22:51 Brad Litterell
  2013-08-20 22:27 ` Paul Eggleton
  0 siblings, 1 reply; 7+ messages in thread
From: Brad Litterell @ 2013-08-19 22:51 UTC (permalink / raw)
  To: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 1088 bytes --]

I searched the Yocto Mega Manual, but am still somewhat mystified by the suffix formatting of various variable - especially virtual ones like this:


PREFERRED_PROVIDER_virtual/gettext = "gettext"

PREFERRED_PROVIDER_virtual/kernel_am335x-evm = "linux-ti-staging"

PREFERRED_PROVIDER_virtual/bootloader_am335x-evm = "u-boot-ti-staging"


Also, there seems to be some sort of prioritization going on with the multiple levels underscore characters in places like this:


# Set the PREFERRED_PROVIDER for jpeg functionality based on the MACHINE

# architecture.  For armv7a devices libjpeg-turbo should be used to take

# advantage of the SIMD instructions.

PREFERRED_PROVIDER_jpeg = "libjpeg-turbo"

PREFERRED_PROVIDER_jpeg_armv5te = "jpeg"


(all examples from the arago project in arago-prefs.inc)

Is there a succinct way of viewing these suffixes that will allow me to wrap my head around their various & myriad versions?

Am I right in assuming the "variable name" consists of the uppercase parse (regardless of number of underscores)?

Thanks,
Brad


[-- Attachment #2: Type: text/html, Size: 4556 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-08-21 16:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-19 22:51 What are _virtual providers? and other Suffixes? Brad Litterell
2013-08-20 22:27 ` Paul Eggleton
2013-08-20 23:16   ` Brad Litterell
2013-08-20 23:33     ` Paul Eggleton
2013-08-20 23:42       ` Brad Litterell
2013-08-21 14:26         ` Paul Eggleton
2013-08-21 16:27           ` Brad Litterell

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.