summaryrefslogtreecommitdiffstats
path: root/meta/classes/populate_sdk.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/populate_sdk.bbclass')
-rw-r--r--meta/classes/populate_sdk.bbclass9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/classes/populate_sdk.bbclass b/meta/classes/populate_sdk.bbclass
index 089ed9ab35..0f3591b9d5 100644
--- a/meta/classes/populate_sdk.bbclass
+++ b/meta/classes/populate_sdk.bbclass
@@ -22,6 +22,15 @@ fakeroot do_populate_sdk() {
22 rm -rf ${SDK_OUTPUT} 22 rm -rf ${SDK_OUTPUT}
23 mkdir -p ${SDK_OUTPUT} 23 mkdir -p ${SDK_OUTPUT}
24 24
25 # populate_sdk_<image> is required to construct two images:
26 # SDK_ARCH-nativesdk - contains the cross compiler and associated tooling
27 # target - contains a target rootfs configured for the SDK usage
28 #
29 # the output of populate_sdk_<image> should end up in ${SDK_OUTPUT} it is made
30 # up of:
31 # ${SDK_OUTPUT}/<sdk_arch-nativesdk pkgs>
32 # ${SDK_OUTPUT}/${SDKTARGETSYSROOT}/<target pkgs>
33
25 populate_sdk_${IMAGE_PKGTYPE} 34 populate_sdk_${IMAGE_PKGTYPE}
26 35
27 # Don't ship any libGL in the SDK 36 # Don't ship any libGL in the SDK