diff options
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 8f25c521c6..8fc0449ff9 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -2258,6 +2258,14 @@ | |||
2258 | functionality specific to the respective SDK machine or target | 2258 | functionality specific to the respective SDK machine or target |
2259 | case.</para></listitem> | 2259 | case.</para></listitem> |
2260 | </itemizedlist> | 2260 | </itemizedlist> |
2261 | <note><title>Warning</title> | ||
2262 | When creating a recipe, you must follow this naming convention: | ||
2263 | <literallayout class='monospaced'> | ||
2264 | nativesdk-<replaceable>myrecipe</replaceable>.bb | ||
2265 | </literallayout> | ||
2266 | Not doing so can lead to subtle problems because code exists | ||
2267 | that depends on the naming convention. | ||
2268 | </note> | ||
2261 | </para> | 2269 | </para> |
2262 | 2270 | ||
2263 | <para> | 2271 | <para> |