diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 99c5814278..c451146f96 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -1798,6 +1798,9 @@ Create a myrecipe-native.bb that inherits the native class. + If you use this method, you must order the inherit statement + in the recipe after all other inherit statements so that the + native class is inherited last. Create or modify a target recipe that has adds the following: @@ -1836,6 +1839,9 @@ Create a myrecipe-nativesdk.bb recipe that inherits the nativesdk class. + If you use this method, you must order the inherit statement + in the recipe after all other inherit statements so that the + native class is inherited last. Create a nativesdk variant of any recipe by adding the following: