From 350aeebec408973df6d3649136cbcd82a68f96b9 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 16 Jan 2014 06:26:50 -0600 Subject: ref-manual: Updated native and nativesdk classes. Added a bit about needing to place the inherit statement last. (From yocto-docs rev: 204e15035a9a116002b7f645e4edb378979c89f6) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'documentation/ref-manual') 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: -- cgit v1.2.3-54-g00ecf