From 9d1d2adbd5a5f08cbd2a909fcec3590f651025b1 Mon Sep 17 00:00:00 2001 From: Peter Hatina Date: Thu, 11 Mar 2021 19:50:50 +0100 Subject: [PATCH] docs: Fix typo in excluded layers example Signed-off-by: Peter Hatina Signed-off-by: Jan Kiszka --- docs/userguide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide.rst b/docs/userguide.rst index a23ac27..c35f616 100644 --- a/docs/userguide.rst +++ b/docs/userguide.rst @@ -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.