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