summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJia Zhang <lans.zhang2008@gmail.com>2017-08-23 17:37:33 +0800
committerJia Zhang <lans.zhang2008@gmail.com>2017-08-23 17:37:33 +0800
commitc1cdc3d4665c9180b37d8e6afc5f12ac6d31dbe0 (patch)
tree92ad2b144f9976770048bf566123aa456c88abcd
parent1106a2c32551858a7c519f54fcc4d1c9f38f15df (diff)
downloadmeta-secure-core-c1cdc3d4665c9180b37d8e6afc5f12ac6d31dbe0.tar.gz
secure-core-image: install dnf by default
Signed-off-by: Jia Zhang <lans.zhang2008@gmail.com>
-rw-r--r--meta/recipes-core/images/secure-core-image.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/images/secure-core-image.inc b/meta/recipes-core/images/secure-core-image.inc
index 0fc56fb..ca9a586 100644
--- a/meta/recipes-core/images/secure-core-image.inc
+++ b/meta/recipes-core/images/secure-core-image.inc
@@ -17,6 +17,7 @@ SECURE_CORE_IMAGE_EXTRA_INSTALL_append += "\
17IMAGE_INSTALL = "\ 17IMAGE_INSTALL = "\
18 packagegroup-core-boot \ 18 packagegroup-core-boot \
19 kernel-initramfs \ 19 kernel-initramfs \
20 dnf \
20 ${SECURE_CORE_IMAGE_EXTRA_INSTALL} \ 21 ${SECURE_CORE_IMAGE_EXTRA_INSTALL} \
21" 22"
22 23