From: Leonardo Sandoval Date: Tue, 25 Jul 2017 22:41:55 +0000 (-0700) Subject: bsp/help: include a warning showing deprecation of create-layer plugin X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c147d7753f94fc65e54556cd3bbbf48933ea2720;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/scripts/lib/bsp/help.py b/scripts/lib/bsp/help.py index 4f0d7721fe8..85d446b8604 100644 --- a/scripts/lib/bsp/help.py +++ b/scripts/lib/bsp/help.py @@ -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_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