mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 07:27:12 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
a61cb95ebd
commit
dce79d0efc
@@ -2228,6 +2228,14 @@ This check was removed for YP 2.3 release
|
|||||||
functionality specific to the respective native or target
|
functionality specific to the respective native or target
|
||||||
case.</para></listitem>
|
case.</para></listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
<note><title>Warning</title>
|
||||||
|
When creating a recipe, you must follow this naming convention:
|
||||||
|
<literallayout class='monospaced'>
|
||||||
|
native-<replaceable>myrecipe</replaceable>.bb
|
||||||
|
</literallayout>
|
||||||
|
Not doing so can lead to subtle problems because code exists
|
||||||
|
that depends on the naming convention.
|
||||||
|
</note>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
|||||||
Reference in New Issue
Block a user