summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/common-tasks.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index 7c81e5fe56..3a2fb36554 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -545,6 +545,12 @@ important as it ensures that items in the list remain colon-separated.
545 allow to add build options (e.g. ``systemd``). For these cases, your 545 allow to add build options (e.g. ``systemd``). For these cases, your
546 append file would not even use the :term:`FILESEXTRAPATHS` statement. 546 append file would not even use the :term:`FILESEXTRAPATHS` statement.
547 547
548The end result of this ``.bbappend`` file is that on a Raspberry Pi, where
549``rpi`` will exist in the list of :term:`OVERRIDES`, the file
550``meta-raspberrypi/recipes-bsp/formfactor/formfactor/rpi/machconfig`` will be
551used during :ref:`ref-tasks-fetch` and the test for a non-zero file size in
552:ref:`ref-tasks-install` will return true, and the file will be installed.
553
548Prioritizing Your Layer 554Prioritizing Your Layer
549----------------------- 555-----------------------
550 556