diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-06-05 15:43:28 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-22 09:18:49 +0100 |
commit | bb71e194c591325a4c721805396ac135cb295eb4 (patch) | |
tree | fc835d102d48859421bd2aa45da92e12ca191b96 /documentation | |
parent | 003d869116cb4a80360d34c6b2a2c15636689c82 (diff) | |
download | poky-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.xml | 8 |
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> |