diff options
author | Lans Zhang <jia.zhang@windriver.com> | 2017-07-11 13:01:04 +0800 |
---|---|---|
committer | Lans Zhang <jia.zhang@windriver.com> | 2017-07-11 13:01:04 +0800 |
commit | 7bd761d8bb17b91ddc82b9e7282996e1766abf39 (patch) | |
tree | 9d35fcd8ab07111538b76c9bcbd34f41fcdcd919 | |
parent | fbce2ce14b66969c4f35d67d5d3d9cce7ead037b (diff) | |
download | meta-secure-core-7bd761d8bb17b91ddc82b9e7282996e1766abf39.tar.gz |
secure-core-image: install lsb packagegroup
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
-rw-r--r-- | meta/recipes-core/images/secure-core-image.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/images/secure-core-image.bb b/meta/recipes-core/images/secure-core-image.bb index e08b84a..35ea93b 100644 --- a/meta/recipes-core/images/secure-core-image.bb +++ b/meta/recipes-core/images/secure-core-image.bb | |||
@@ -16,6 +16,7 @@ SECURE_CORE_IMAGE_EXTRA_INSTALL_append += "\ | |||
16 | 16 | ||
17 | IMAGE_INSTALL = "\ | 17 | IMAGE_INSTALL = "\ |
18 | packagegroup-core-boot \ | 18 | packagegroup-core-boot \ |
19 | packagegroup-core-lsb \ | ||
19 | kernel-initramfs \ | 20 | kernel-initramfs \ |
20 | ${SECURE_CORE_IMAGE_EXTRA_INSTALL} \ | 21 | ${SECURE_CORE_IMAGE_EXTRA_INSTALL} \ |
21 | " | 22 | " |