diff options
Diffstat (limited to 'meta/classes-recipe/populate_sdk_base.bbclass')
| -rw-r--r-- | meta/classes-recipe/populate_sdk_base.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes-recipe/populate_sdk_base.bbclass b/meta/classes-recipe/populate_sdk_base.bbclass index 61a8b5e300..50bb81cd04 100644 --- a/meta/classes-recipe/populate_sdk_base.bbclass +++ b/meta/classes-recipe/populate_sdk_base.bbclass | |||
| @@ -4,6 +4,9 @@ | |||
| 4 | # SPDX-License-Identifier: MIT | 4 | # SPDX-License-Identifier: MIT |
| 5 | # | 5 | # |
| 6 | 6 | ||
| 7 | SDK_CLASSES += "${@bb.utils.contains("IMAGE_CLASSES", "testimage", "testsdk", "", d)}" | ||
| 8 | inherit_defer ${SDK_CLASSES} | ||
| 9 | |||
| 7 | PACKAGES = "" | 10 | PACKAGES = "" |
| 8 | 11 | ||
| 9 | # This exists as an optimization for SPDX processing to only run in image and | 12 | # This exists as an optimization for SPDX processing to only run in image and |
