diff options
author | Lans Zhang <jia.zhang@windriver.com> | 2017-07-11 12:50:32 +0800 |
---|---|---|
committer | Lans Zhang <jia.zhang@windriver.com> | 2017-07-11 12:50:32 +0800 |
commit | b9f73cac1653c49e465785f2832732302d980a84 (patch) | |
tree | 8df33e4508bed804ac31af71b8a646e8297e6694 | |
parent | 1f814daaf19db2d351f6cc5f5f6a877f68e486aa (diff) | |
download | meta-secure-core-b9f73cac1653c49e465785f2832732302d980a84.tar.gz |
initrdscripts-secure-core: add RRECOMMENDS
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
-rw-r--r-- | meta/recipes-core/initrdscripts/initrdscripts-secure-core.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-core/initrdscripts/initrdscripts-secure-core.bb b/meta/recipes-core/initrdscripts/initrdscripts-secure-core.bb index 2ce7c09..0da1453 100644 --- a/meta/recipes-core/initrdscripts/initrdscripts-secure-core.bb +++ b/meta/recipes-core/initrdscripts/initrdscripts-secure-core.bb | |||
@@ -40,3 +40,10 @@ RDEPENDS_${PN} += "\ | |||
40 | gawk \ | 40 | gawk \ |
41 | eudev \ | 41 | eudev \ |
42 | " | 42 | " |
43 | |||
44 | # @initrdscripts-ima: init.ima | ||
45 | # @cryptfs-tpm2-initramfs: init.cryptfs | ||
46 | RRECOMMENDS_${PN} += "\ | ||
47 | initrdscripts-ima \ | ||
48 | cryptfs-tpm2-initramfs \ | ||
49 | " | ||