diff options
Diffstat (limited to 'meta/classes-recipe/populate_sdk_base.bbclass')
| -rw-r--r-- | meta/classes-recipe/populate_sdk_base.bbclass | 4 |
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 | ||
| 7 | PACKAGES = "" | 7 | PACKAGES = "" |
| 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. | ||
| 11 | SPDX_MULTILIB_SSTATE_ARCHS = "${@all_multilib_tune_values(d, 'SSTATE_ARCHS')}" | ||
| 12 | |||
| 9 | inherit image-postinst-intercepts image-artifact-names | 13 | inherit 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 |
