diff mbox series

dev-manual: correct OVERRIDES to FILESOVERRIDES for FILESPATH

Message ID d673601a-4878-eda8-d649-b5a29490025d@crashcourse.ca
State New
Headers show
Series dev-manual: correct OVERRIDES to FILESOVERRIDES for FILESPATH | expand

Commit Message

Robert P. J. Day Sept. 15, 2026, 2 p.m. UTC
It's "FILESOVERRIDES" that defines how OE uses FILESPATH, not
"OVERRIDES".

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

---
diff mbox series

Patch

diff --git a/documentation/dev-manual/layers.rst b/documentation/dev-manual/layers.rst
index 49dc7a6e9..9fa255907 100644
--- a/documentation/dev-manual/layers.rst
+++ b/documentation/dev-manual/layers.rst
@@ -607,7 +607,7 @@  important as it ensures that items in the list remain colon-separated.
    append file would not even use the :term:`FILESEXTRAPATHS` statement.

 The end result of this ``.bbappend`` file is that on a Raspberry Pi, where
-``rpi`` will exist in the list of :term:`OVERRIDES`, the file
+``rpi`` will exist in the list of :term:`FILESOVERRIDES`, the file
 ``meta-raspberrypi/recipes-bsp/formfactor/formfactor/rpi/machconfig`` will be
 used during :ref:`ref-tasks-fetch` and the test for a non-zero file size in
 :ref:`ref-tasks-install` will return true, and the file will be installed.
@@ -667,7 +667,7 @@  file is in the layer at ``recipes-graphics/xorg-xserver``::
 Building off of the previous example, we once again are setting the
 :term:`FILESEXTRAPATHS` variable.  In this case we are also using
 :term:`SRC_URI` to list additional source files to use when ``rpi`` is found in
-the list of :term:`OVERRIDES`.  The :ref:`ref-tasks-install` task will then perform a
+the list of :term:`FILESOVERRIDES`.  The :ref:`ref-tasks-install` task will then perform a
 check for an additional :term:`MACHINE_FEATURES` that if set will cause these
 additional files to be installed.  These additional files are listed in
 :term:`FILES` so that they will be packaged.