diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 0ef4beb1f3..fd0401705b 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -256,10 +256,11 @@ BBLAYERS = " \ /home/scottrif/poky/meta \ /home/scottrif/poky/meta-yocto \ + /home/scottrif/poky/meta-yocto-bsp \ /home/scottrif/poky/meta-mykernel \ " - This example enables three layers, one of which is a custom, user-defined layer + This example enables four layers, one of which is a custom, user-defined layer named meta-mykernel.