bsp/help: include a warning showing deprecation of create-layer plugin

This plugin will be removed starting 2.5 development in favour
of using 'bitbake-layers create-layer' script/plugin, offering a single
script to manage layers.

(From meta-yocto rev: 76dd79e345d8edb22fc7aefd31f2a1f150916718)

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Leonardo Sandoval
2017-07-25 15:41:55 -07:00
committed by Richard Purdie
parent e75639f85a
commit c147d7753f

View File

@@ -818,6 +818,10 @@ yocto_layer_help_usage = """
yocto_layer_create_usage = """
WARNING: this plugin will be removed starting 2.5 development in favour
of using 'bitbake-layers create-layer' script/plugin, offering a single
script to manage layers.
Create a new generic Yocto layer
usage: yocto-layer create <layer-name> [layer_priority]
@@ -845,6 +849,10 @@ yocto_layer_create_usage = """
yocto_layer_create_help = """
WARNING: this plugin will be removed starting 2.5 development in favour
of using 'bitbake-layers create-layer' script/plugin, offering a single
script to manage layers.
NAME
yocto-layer create - Create a new generic Yocto layer