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-14 10:19:24 +0100
commitdce79d0efc1df9f1db32604dc0d9dd3514769e58 (patch)
treea8642236b4a6eff66e32ffa60355769bb58d5cdf /documentation
parenta61cb95ebdf1566272e21ed0516852fb1f79a02f (diff)
downloadpoky-dce79d0efc1df9f1db32604dc0d9dd3514769e58.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: 2ceeb5416d439197e94640229e3685ab8b87e0fb) 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>