diff options
-rw-r--r-- | meta/classes-recipe/populate_sdk_base.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/populate_sdk_base.bbclass b/meta/classes-recipe/populate_sdk_base.bbclass index 2f6e7b4076..16013d5872 100644 --- a/meta/classes-recipe/populate_sdk_base.bbclass +++ b/meta/classes-recipe/populate_sdk_base.bbclass | |||
@@ -13,7 +13,7 @@ PACKAGES = "" | |||
13 | # SDK processing context. This class happens to be common to these usages. | 13 | # SDK processing context. This class happens to be common to these usages. |
14 | SPDX_MULTILIB_SSTATE_ARCHS = "${@all_multilib_tune_values(d, 'SSTATE_ARCHS')}" | 14 | SPDX_MULTILIB_SSTATE_ARCHS = "${@all_multilib_tune_values(d, 'SSTATE_ARCHS')}" |
15 | 15 | ||
16 | inherit image-postinst-intercepts image-artifact-names | 16 | inherit image-postinst-intercepts image-artifact-names nopackages |
17 | 17 | ||
18 | # Wildcards specifying complementary packages to install for every package that has been explicitly | 18 | # Wildcards specifying complementary packages to install for every package that has been explicitly |
19 | # installed into the rootfs | 19 | # installed into the rootfs |