All of lore.kernel.org
 help / color / mirror / Atom feed
* Resolving multiple providers
@ 2016-01-30  4:00 Gary Thomas
  0 siblings, 0 replies; only message in thread
From: Gary Thomas @ 2016-01-30  4:00 UTC (permalink / raw)
  To: yocto

Trying to build openjdk-7 from meta-java and I get this warning:
   NOTE: multiple providers are available for runtime java2-runtime (cacao, openjre-8, jamvm, openjdk-7-jre, openjdk-8)
   NOTE: consider defining a PREFERRED_PROVIDER entry to match java2-runtime
I tried to add PREFERRED_PROVIDER for java2-runtime:
   $ grep ^PRE conf/local.conf
   PREFERRED_PROVIDER_virtual/java-initial-native = "cacao-initial-native"
   PREFERRED_PROVIDER_virtual/java-native = "jamvm-native"
   PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native"
   PREFERRED_PROVIDER_java2-runtime = "openjdk-7-jre"

However, I still get the warning.  What am I missing?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-01-30  4:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-30  4:00 Resolving multiple providers Gary Thomas

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.