mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-16 12:47:00 +00:00
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:
@@ -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 \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user