summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/populate_sdk_base.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes-recipe/populate_sdk_base.bbclass')
-rw-r--r--meta/classes-recipe/populate_sdk_base.bbclass4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes-recipe/populate_sdk_base.bbclass b/meta/classes-recipe/populate_sdk_base.bbclass
index 81896d808f..6cb43ade30 100644
--- a/meta/classes-recipe/populate_sdk_base.bbclass
+++ b/meta/classes-recipe/populate_sdk_base.bbclass
@@ -6,6 +6,10 @@
6 6
7PACKAGES = "" 7PACKAGES = ""
8 8
9# This exists as an optimization for SPDX processing to only run in image and
10# SDK processing context. This class happens to be common to these usages.
11SPDX_MULTILIB_SSTATE_ARCHS = "${@all_multilib_tune_values(d, 'SSTATE_ARCHS')}"
12
9inherit image-postinst-intercepts image-artifact-names 13inherit image-postinst-intercepts image-artifact-names
10 14
11# Wildcards specifying complementary packages to install for every package that has been explicitly 15# Wildcards specifying complementary packages to install for every package that has been explicitly