Maintain the stable branch rocko

The modifications based on the following commits are made by the way:

- seloader: Fix building for rocko (bc6bbe2)
- meta-integrity: rpm: Add back in required patches for rocko (5fa9c85)

Because the sanity check for rocko now becomes unnecessary.

In addition, the meta-intel-sgx is removed because it is still
experimental.

- meta-intel-sgx: Initial support of linux-sgx-driver (7d4f711)

Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
This commit is contained in:
Jia Zhang
2018-09-20 10:08:23 -04:00
parent ab99b6a892
commit 1423a3c5c5
15 changed files with 14 additions and 91 deletions
+1 -1
View File
@@ -19,4 +19,4 @@ LAYERDEPENDS_efi-secure-boot = "\
perl-layer \
"
LAYERSERIES_COMPAT_efi-secure-boot = "rocko sumo"
LAYERSERIES_COMPAT_efi-secure-boot = "rocko"
@@ -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"