diff options
author | Armin Kuster <akuster808@gmail.com> | 2022-06-21 18:51:23 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-06-23 18:47:59 -0700 |
commit | f453866cf6b00d59a9dd4b0ba0a16cb3d2c0c743 (patch) | |
tree | 9a292e4dae6b51f976b3e31b7317cb7ea7fc128a | |
parent | a87a1a3e7cd87a3124d1d2b737a24ef62d023333 (diff) | |
download | meta-security-f453866cf6b00d59a9dd4b0ba0a16cb3d2c0c743.tar.gz |
security-build-image: add lkrg-module to build image
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-core/images/security-build-image.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/images/security-build-image.bb b/recipes-core/images/security-build-image.bb index a8757f9..411cd20 100644 --- a/recipes-core/images/security-build-image.bb +++ b/recipes-core/images/security-build-image.bb | |||
@@ -3,6 +3,7 @@ DESCRIPTION = "A small image for building meta-security packages" | |||
3 | IMAGE_FEATURES += "ssh-server-openssh" | 3 | IMAGE_FEATURES += "ssh-server-openssh" |
4 | 4 | ||
5 | IMAGE_INSTALL = "\ | 5 | IMAGE_INSTALL = "\ |
6 | ${@bb.utils.contains("DISTRO_FEATURES", "lkrg", "lkrg-module", "",d)} \ | ||
6 | packagegroup-base \ | 7 | packagegroup-base \ |
7 | packagegroup-core-boot \ | 8 | packagegroup-core-boot \ |
8 | packagegroup-core-security \ | 9 | packagegroup-core-security \ |