diff options
author | Lans Zhang <jia.zhang@windriver.com> | 2017-07-11 13:49:22 +0800 |
---|---|---|
committer | Lans Zhang <jia.zhang@windriver.com> | 2017-07-11 13:49:22 +0800 |
commit | 02ae233112cfa704af7cf42e7cc2e14f8986aabf (patch) | |
tree | 10d37cc22dcfd766f84dc082346ae5dcbae725a0 | |
parent | 7bd761d8bb17b91ddc82b9e7282996e1766abf39 (diff) | |
download | meta-secure-core-02ae233112cfa704af7cf42e7cc2e14f8986aabf.tar.gz |
shim: enable http boot support
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
-rw-r--r-- | meta-efi-secure-boot/recipes-bsp/shim/shim_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-efi-secure-boot/recipes-bsp/shim/shim_git.bb b/meta-efi-secure-boot/recipes-bsp/shim/shim_git.bb index 3a3cfa7..d371bd4 100644 --- a/meta-efi-secure-boot/recipes-bsp/shim/shim_git.bb +++ b/meta-efi-secure-boot/recipes-bsp/shim/shim_git.bb | |||
@@ -58,6 +58,7 @@ EXTRA_OEMAKE = "\ | |||
58 | AR=${AR} \ | 58 | AR=${AR} \ |
59 | ${@'VENDOR_CERT_FILE=${WORKDIR}/vendor_cert.cer' if d.getVar('MOK_SB', True) == '1' else ''} \ | 59 | ${@'VENDOR_CERT_FILE=${WORKDIR}/vendor_cert.cer' if d.getVar('MOK_SB', True) == '1' else ''} \ |
60 | ${@'VENDOR_DBX_FILE=${WORKDIR}/vendor_dbx.esl' if uks_signing_model(d) == 'user' else ''} \ | 60 | ${@'VENDOR_DBX_FILE=${WORKDIR}/vendor_dbx.esl' if uks_signing_model(d) == 'user' else ''} \ |
61 | ENABLE_HTTPBOOT=1 \ | ||
61 | " | 62 | " |
62 | 63 | ||
63 | PARALLEL_MAKE = "" | 64 | PARALLEL_MAKE = "" |