From d3edf6ad3dbd5eebc281c023fa00bc061655b28c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 5 Dec 2013 14:08:47 -0600 Subject: [PATCH] ref-manual: Edits to nativesdk class. (From yocto-docs rev: e869b89259c8f46a5dd3c27542cbf3a1d2267c81) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 92950020d6..ed36bec9b6 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -1637,7 +1637,7 @@ <filename>nativesdk.bbclass</filename> - The native SDK (nativesdk) class provides common + The nativesdk class provides common functionality for recipes that wish to build tools to run as part of an SDK (i.e. tools that run on SDKMACHINE). @@ -1648,7 +1648,7 @@ a couple different ways: Create a myrecipe-native.bb - that inherits the nativesdk class. + recipe that inherits the nativesdk class. Create a nativesdk variant of any recipe by adding the following: