packagegroup-efi-secure-boot/packagegroup-ima: depend on check_deploy_keys

Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
This commit is contained in:
Lans Zhang
2017-07-11 14:14:12 +08:00
parent c0451db34b
commit a91fbd1776
2 changed files with 10 additions and 0 deletions
@@ -9,6 +9,11 @@ S = "${WORKDIR}"
ALLOW_EMPTY_${PN} = "1" ALLOW_EMPTY_${PN} = "1"
# Check and deploy keys to ${DEPLOY_DIR_IMAGE}
inherit user-key-store
do_install[postfuncs] += "check_deploy_keys"
pkgs = "\ pkgs = "\
grub-efi \ grub-efi \
efitools \ efitools \
@@ -7,6 +7,11 @@ S = "${WORKDIR}"
ALLOW_EMPTY_${PN} = "1" ALLOW_EMPTY_${PN} = "1"
# Check and deploy keys to ${DEPLOY_DIR_IMAGE}
inherit user-key-store
do_install[postfuncs] += "check_deploy_keys"
RDEPENDS_${PN} = "\ RDEPENDS_${PN} = "\
ima-evm-utils \ ima-evm-utils \
" "