From 0e7af54763666cde16219465ad2ebaf52dc7f7e6 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 25 Sep 2017 09:45:47 -0700 Subject: dev-manual: Updated compatible log program section. Script name changed to "yocto-check-layer". (From yocto-docs rev: 545a90dd2816c4e97dc70efc76c7cca49684c2d8) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../dev-manual/dev-manual-common-tasks.xml | 23 +++++++++++----------- 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml') diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index f82d37e1dc..3f33a81b12 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -443,10 +443,10 @@ with the Yocto Project). Ensuring compatibility makes the layer easy to be consumed by others in the Yocto Project community and could allow you - permission to use the Yocto Project Compatibility Logo. + permission to use the Yocto Project Compatible Logo. Only Yocto Project member organizations are permitted to - use the Yocto Project Compatibility Logo. + use the Yocto Project Compatible Logo. The logo is not available for general use. For information on how to become a Yocto Project member organization, see the @@ -463,7 +463,7 @@ Successfully passing a script - (yocto-compat-layer.py) that + (yocto-check-layer) that when run against your layer, tests it against constraints based on experiences of how layers have worked in the real world and where pitfalls have been @@ -501,15 +501,14 @@ The remainder of this section presents information on the registration form and on the - yocto-compat-layer.py script. + yocto-check-layer script. -
- Yocto Project Compatibility Program Application +
+ Yocto Project Compatible Program Application - Use the form to apply for your layer's compatibility - approval. + Use the form to apply for your layer's approval. Upon successful application, you can use the Yocto Project Compatibility Logo with your layer and the application that uses your layer. @@ -549,11 +548,11 @@
-
- <filename>yocto-compat-layer.py</filename> Script +
+ <filename>yocto-check-layer</filename> Script - The yocto-compat-layer.py script + The yocto-check-layer script provides you a way to assess how compatible your layer is with the Yocto Project. You should run this script prior to using the form to @@ -577,7 +576,7 @@ your build directory: $ source oe-init-build-env - $ yocto-compat-layer.py your_layer_directory + $ yocto-check-layer your_layer_directory Be sure to provide the actual directory for your layer as part of the command. -- cgit v1.2.3-54-g00ecf