summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
index 6c5bab4d4d..ad219b531f 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
@@ -754,6 +754,10 @@ overview of their function and contents.
754 :term:`BBFILE_PRIORITY` 754 :term:`BBFILE_PRIORITY`
755 Assigns the priority for recipe files in each layer. 755 Assigns the priority for recipe files in each layer.
756 756
757 This variable is used in the ``conf/layer.conf`` file and must be
758 suffixed with a `_` followed by the name of the specific layer (e.g.
759 ``BBFILE_PRIORITY_emenlow``). Colon as separator is not supported.
760
757 This variable is useful in situations where the same recipe appears 761 This variable is useful in situations where the same recipe appears
758 in more than one layer. Setting this variable allows you to 762 in more than one layer. Setting this variable allows you to
759 prioritize a layer against other layers that contain the same recipe 763 prioritize a layer against other layers that contain the same recipe
@@ -768,7 +772,7 @@ overview of their function and contents.
768 higher precedence. For example, the value 6 has a higher precedence 772 higher precedence. For example, the value 6 has a higher precedence
769 than the value 5. If not specified, the :term:`BBFILE_PRIORITY` variable 773 than the value 5. If not specified, the :term:`BBFILE_PRIORITY` variable
770 is set based on layer dependencies (see the :term:`LAYERDEPENDS` variable 774 is set based on layer dependencies (see the :term:`LAYERDEPENDS` variable
771 for more information. The default priority, if unspecified for a 775 for more information). The default priority, if unspecified for a
772 layer with no dependencies, is the lowest defined priority + 1 (or 1 776 layer with no dependencies, is the lowest defined priority + 1 (or 1
773 if no priorities are defined). 777 if no priorities are defined).
774 778