summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/bsp/help.py2
-rw-r--r--scripts/lib/bsp/substrate/target/arch/layer/README2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/lib/bsp/help.py b/scripts/lib/bsp/help.py
index 4cce100d16..bbb7b317d7 100644
--- a/scripts/lib/bsp/help.py
+++ b/scripts/lib/bsp/help.py
@@ -173,7 +173,7 @@ DESCRIPTION
173 173
174 BBLAYERS ?= " \\ 174 BBLAYERS ?= " \\
175 /path/to/poky/meta \\ 175 /path/to/poky/meta \\
176 /path/to/poky/meta-yocto \\ 176 /path/to/poky/meta-poky \\
177 /path/to/poky/meta-mybsp \\ 177 /path/to/poky/meta-mybsp \\
178 " 178 "
179""" 179"""
diff --git a/scripts/lib/bsp/substrate/target/arch/layer/README b/scripts/lib/bsp/substrate/target/arch/layer/README
index 943dfc4412..ca6527cd85 100644
--- a/scripts/lib/bsp/substrate/target/arch/layer/README
+++ b/scripts/lib/bsp/substrate/target/arch/layer/README
@@ -52,7 +52,7 @@ other layers needed. e.g.:
52 52
53 BBLAYERS ?= " \ 53 BBLAYERS ?= " \
54 /path/to/yocto/meta \ 54 /path/to/yocto/meta \
55 /path/to/yocto/meta-yocto \ 55 /path/to/yocto/meta-poky \
56 /path/to/yocto/meta-yocto-bsp \ 56 /path/to/yocto/meta-yocto-bsp \
57 /path/to/yocto/meta-{{=layer_name}} \ 57 /path/to/yocto/meta-{{=layer_name}} \
58 " 58 "