diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2020-07-19 23:54:00 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2020-07-19 23:54:00 +0000 |
| commit | e17f5b1d307b7b8910d67883e57a9604305906d5 (patch) | |
| tree | 5a9f9551abafa2e64f176c905f7d04c25772ae5e /lib/libsecureboot/local.trust.mk | |
| parent | cf5cd89c3a93eb41213a0fe83be7ff79c3d9bb63 (diff) | |
Notes
Diffstat (limited to 'lib/libsecureboot/local.trust.mk')
| -rw-r--r-- | lib/libsecureboot/local.trust.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libsecureboot/local.trust.mk b/lib/libsecureboot/local.trust.mk index b28e5ee2d1ef6..77d45f95facd6 100644 --- a/lib/libsecureboot/local.trust.mk +++ b/lib/libsecureboot/local.trust.mk @@ -8,6 +8,9 @@ # force these for Junos #MANIFEST_SKIP_ALWAYS= boot +MANIFEST_SKIP= boot +XCFLAGS.veopen+= -DMANIFEST_SKIP_MAYBE=\"${MANIFEST_SKIP}\" + VE_HASH_LIST= \ SHA1 \ SHA256 \ @@ -37,6 +40,7 @@ VE_SIGNATURE_EXT_LIST+= \ VE_SIGNATURE_LIST+= OPENPGP VE_SIGNATURE_EXT_LIST+= asc +PYTHON ?= /usr/local/bin/python SIGNER ?= ${SB_TOOLS_PATH:U/volume/buildtools/bin}/sign.py .if exists(${SIGNER}) @@ -99,7 +103,7 @@ ta.h: vc_rsa.pem .endif # we take the mtime of this as our baseline time -#BUILD_UTC_FILE= ecerts.pem +BUILD_UTC_FILE= ecerts.pem #VE_DEBUG_LEVEL=3 #VE_VERBOSE_DEFAULT=1 |
