From f0a2a2f44587f02fa7f434e82f91a6de2231f6b6 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 17 Oct 2014 09:03:38 -0700 Subject: [PATCH] ref-manual: Updated the populate_sdk_* class Improved the formatting of the two examples that show where sysroots are written. (From yocto-docs rev: 7807e8a727e1e70c2537ac9ead2ad15305c656ca) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index ed6d059e01..6880c60a5a 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -2391,7 +2391,7 @@ populate_sdk_base: The base class supporting SDK creation under all package - managers (i.e. DEB, RPM, and IPK). + managers (i.e. DEB, RPM, and opkg). populate_sdk_deb: Supports creation of the SDK given the Debian package manager. @@ -2399,13 +2399,14 @@ Supports creation of the SDK given the RPM package manager. populate_sdk_ipk: - Supports creation of the SDK given the IPK package manager. + Supports creation of the SDK given the opkg (IPK format) + package manager. - The populate_sdk_base package inherits the + The populate_sdk_base class inherits the appropriate populate_sdk_* (i.e. deb, rpm, and ipk) based on @@ -2416,8 +2417,8 @@ The base class ensures all source and destination directories are established and then populates the SDK. After populating the SDK, the populate_sdk_base - class constructs two images: - SDK_ARCH-nativesdk, + class constructs two sysroots: + ${SDK_ARCH}-nativesdk, which contains the cross-compiler and associated tooling, and the target, which contains a target root filesystem that is configured for the SDK usage. @@ -2425,8 +2426,8 @@ SDK_OUTPUT, which consists of the following: - ${SDK_OUTPUT}/<sdk_arch-nativesdk pkgs> - ${SDK_OUTPUT}/${SDKTARGETSYSROOT}/<target pkgs> + ${SDK_OUTPUT}/${SDK_ARCH}-nativesdk-pkgs + ${SDK_OUTPUT}/${SDKTARGETSYSROOT}/target-pkgs