docs: Fix typo in excluded layers example

Signed-off-by: Peter Hatina <peter@hatina.eu>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Peter Hatina 2021-03-11 19:50:50 +01:00 committed by Jan Kiszka
parent f32290d425
commit 9d1d2adbd5

View File

@ -202,7 +202,7 @@ It's also possible to include configuration files from other repos like this:
# If `kas-poky.yml` adds the `meta-yocto-bsp` layer and we
# do not want it in our bblayers for this project, we can
# overwrite it by setting:
meta-yocto-bsp: exclude
meta-yocto-bsp: excluded
The files are addressed relative to the git repository path.