Clean up the stuffs for stable branches

The following commits are reverted by the way:

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

Because they are only applicable to rocko.

Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
This commit is contained in:
Jia Zhang
2018-09-20 21:21:37 -04:00
parent f450605d48
commit 139a9b656d
22 changed files with 11 additions and 808 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 = "sumo"
@@ -45,8 +45,6 @@ EXTRA_OEMAKE = "\
LIB_GCC="`${CC} -print-libgcc-file-name`" \
"
EXTRA_OEMAKE += "${@bb.utils.contains('LAYERSERIES_CORENAMES', 'rocko', 'GNU_EFI_VERSION=306', '', d)}"
EFI_ARCH_x86 = "ia32"
EFI_ARCH_x86-64 = "x64"