diff options
Diffstat (limited to 'scripts/lib/bsp/substrate/target')
-rw-r--r-- | scripts/lib/bsp/substrate/target/arch/layer/README | 2 |
1 files changed, 1 insertions, 1 deletions
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 | " |