diff options
Diffstat (limited to 'classes')
-rw-r--r-- | classes/sdk.oeclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/classes/sdk.oeclass b/classes/sdk.oeclass index 14b3c64dcb..bd49c51225 100644 --- a/classes/sdk.oeclass +++ b/classes/sdk.oeclass @@ -1,3 +1,7 @@ +# SDK packages are built either explicitly by the user, +# or indirectly via dependency. No need to be in 'world'. +EXCLUDE_FROM_WORLD = "1" + SDK_NAME = "${TARGET_ARCH}/oe" PACKAGE_ARCH = "${BUILD_ARCH}" |