summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-06-05 15:43:28 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-22 09:18:49 +0100
commitbb71e194c591325a4c721805396ac135cb295eb4 (patch)
treefc835d102d48859421bd2aa45da92e12ca191b96 /documentation
parent003d869116cb4a80360d34c6b2a2c15636689c82 (diff)
downloadpoky-bb71e194c591325a4c721805396ac135cb295eb4.tar.gz
ref-manual: Added warning to native.bbclass for naming convention
Fixes [YOCTO #11411] Added a naming convention warning to the native.bbclass description that is similar to the existing warning used in the description for the nativesdk.bbclass. (From yocto-docs rev: ece69399decb54045c974e9e537286eb820fde61) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-classes.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 16af6f9d07..2b5cb88efd 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -2228,6 +2228,14 @@ This check was removed for YP 2.3 release
2228 functionality specific to the respective native or target 2228 functionality specific to the respective native or target
2229 case.</para></listitem> 2229 case.</para></listitem>
2230 </itemizedlist> 2230 </itemizedlist>
2231 <note><title>Warning</title>
2232 When creating a recipe, you must follow this naming convention:
2233 <literallayout class='monospaced'>
2234 native-<replaceable>myrecipe</replaceable>.bb
2235 </literallayout>
2236 Not doing so can lead to subtle problems because code exists
2237 that depends on the naming convention.
2238 </note>
2231 </para> 2239 </para>
2232 2240
2233 <para> 2241 <para>