From 02ae233112cfa704af7cf42e7cc2e14f8986aabf Mon Sep 17 00:00:00 2001 From: Lans Zhang Date: Tue, 11 Jul 2017 13:49:22 +0800 Subject: shim: enable http boot support Signed-off-by: Lans Zhang --- meta-efi-secure-boot/recipes-bsp/shim/shim_git.bb | 1 + 1 file changed, 1 insertion(+) 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 = "\ AR=${AR} \ ${@'VENDOR_CERT_FILE=${WORKDIR}/vendor_cert.cer' if d.getVar('MOK_SB', True) == '1' else ''} \ ${@'VENDOR_DBX_FILE=${WORKDIR}/vendor_dbx.esl' if uks_signing_model(d) == 'user' else ''} \ + ENABLE_HTTPBOOT=1 \ " PARALLEL_MAKE = "" -- cgit v1.2.3-54-g00ecf