mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-17 05:06:59 +00:00
Maintain the stable branch sumo
The following commits are reverted by the way: - meta-integrity: rpm: Add back in required patches for rocko (5fa9c85) - meta-intel-sgx: Initial support of linux-sgx-driver (7d4f711) The former is applicable to rocko only, and the latter is still experimental. Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
This commit is contained in:
@@ -19,4 +19,4 @@ LAYERDEPENDS_efi-secure-boot = "\
|
||||
perl-layer \
|
||||
"
|
||||
|
||||
LAYERSERIES_COMPAT_efi-secure-boot = "rocko sumo"
|
||||
LAYERSERIES_COMPAT_efi-secure-boot = "sumo"
|
||||
|
||||
@@ -43,10 +43,9 @@ EXTRA_OEMAKE = "\
|
||||
SBSIGN=${STAGING_BINDIR_NATIVE}/sbsign \
|
||||
gnuefi_libdir=${STAGING_LIBDIR} \
|
||||
LIB_GCC="`${CC} -print-libgcc-file-name`" \
|
||||
GNU_EFI_VERSION=306 \
|
||||
"
|
||||
|
||||
EXTRA_OEMAKE += "${@bb.utils.contains('LAYERSERIES_CORENAMES', 'rocko', 'GNU_EFI_VERSION=306', '', d)}"
|
||||
|
||||
EFI_ARCH_x86 = "ia32"
|
||||
EFI_ARCH_x86-64 = "x64"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user