All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dev-manual: layer priority takes precedence over PV
@ 2020-02-13 16:42 rpjday
  0 siblings, 0 replies; only message in thread
From: rpjday @ 2020-02-13 16:42 UTC (permalink / raw)
  To: Yocto discussion list

Clarify that if there are multiple recipes with the same name, the
recipe with the highest PV from the highest priority layer will be the
one selected.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

  i'm using docbook's <emphasis> markup here, which renders in HTML as
both bold and italic.

diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 1e6addde4..951263291 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -825,9 +825,11 @@
             </para>

             <note>
-                <para>It is possible for a recipe with a lower version number
+                <para>If the same recipe exists in several layers, the recipe
+                with the highest value of
                 <ulink url='&YOCTO_DOCS_REF_URL;#var-PV'><filename>PV</filename></ulink>
-                in a layer that has a higher priority to take precedence.</para>
+                <emphasis>from the layer with the
+                highest priority</emphasis> will be selected.</para>
                 <para>Also, the layer priority does not currently affect the
                 precedence order of <filename>.conf</filename>
                 or <filename>.bbclass</filename> files.

-- 

========================================================================
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 related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-13 16:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-13 16:42 [PATCH] dev-manual: layer priority takes precedence over PV rpjday

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.