summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorTom Rini <tom.rini@gmail.com>2021-08-12 12:10:25 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-14 12:04:24 +0100
commit98ca1114ef6db08b2b82d5faf7beababcb62d697 (patch)
treee7dd850b38b1f6c33b09c9841c868ede6f8ffa42 /documentation/dev-manual
parentcb8c550da403897dbed38699b8579fc0ad29742b (diff)
downloadpoky-98ca1114ef6db08b2b82d5faf7beababcb62d697.tar.gz
common-tasks: Add a summary to the end of the bbappend example
Try and make it clearer what the final result of this bbappend example is. (From yocto-docs rev: c6d0b030fe495a9eb81ad542ad56479f7e7e18e2) Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reviewed-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-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