summaryrefslogtreecommitdiffstats
path: root/bitbake/doc
diff options
context:
space:
mode:
authorSimon A. Eugster <simon.eu@gmail.com>2024-09-20 14:40:20 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-12-20 16:21:35 +0000
commit59c725f411fd6b123a91c02fb5bcda164022831a (patch)
treecea2f7ad0efd9c044d098920fb27b785c5abd508 /bitbake/doc
parentf1745ce249da7b862e1976bbeda45ac7d781efd2 (diff)
downloadpoky-59c725f411fd6b123a91c02fb5bcda164022831a.tar.gz
bitbake: doc: Document suffix for BBFILE_PRIORITY
(Bitbake rev: 08c340d97717e632c5185a52eec46d90359d4006) Signed-off-by: Simon A. Eugster <simon.eu@gmail.com> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc')
-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