From bb71e194c591325a4c721805396ac135cb295eb4 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 5 Jun 2017 15:43:28 -0700 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 8 ++++++++ 1 file changed, 8 insertions(+) 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 functionality specific to the respective native or target case. + Warning + When creating a recipe, you must follow this naming convention: + + native-myrecipe.bb + + Not doing so can lead to subtle problems because code exists + that depends on the naming convention. +