diff options
author | Jia Zhang <zhang.jia@linux.alibaba.com> | 2018-09-20 21:21:37 -0400 |
---|---|---|
committer | Jia Zhang <zhang.jia@linux.alibaba.com> | 2018-09-20 21:21:37 -0400 |
commit | 139a9b656d789db5a3caa40fe719e5e736add9da (patch) | |
tree | 3ae80f28affdef48f53312d7c1102218ff156816 /meta-efi-secure-boot | |
parent | f450605d48c82a49c8bde9e6328b9a3999d77fcf (diff) | |
download | meta-secure-core-139a9b656d789db5a3caa40fe719e5e736add9da.tar.gz |
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>
Diffstat (limited to 'meta-efi-secure-boot')
-rw-r--r-- | meta-efi-secure-boot/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/meta-efi-secure-boot/conf/layer.conf b/meta-efi-secure-boot/conf/layer.conf index 7d69fea..167ca22 100644 --- a/meta-efi-secure-boot/conf/layer.conf +++ b/meta-efi-secure-boot/conf/layer.conf | |||
@@ -19,4 +19,4 @@ LAYERDEPENDS_efi-secure-boot = "\ | |||
19 | perl-layer \ | 19 | perl-layer \ |
20 | " | 20 | " |
21 | 21 | ||
22 | LAYERSERIES_COMPAT_efi-secure-boot = "rocko sumo" | 22 | LAYERSERIES_COMPAT_efi-secure-boot = "sumo" |
diff --git a/meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb b/meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb index 5d5fe2d..40ff582 100644 --- a/meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb +++ b/meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb | |||
@@ -45,8 +45,6 @@ EXTRA_OEMAKE = "\ | |||
45 | LIB_GCC="`${CC} -print-libgcc-file-name`" \ | 45 | LIB_GCC="`${CC} -print-libgcc-file-name`" \ |
46 | " | 46 | " |
47 | 47 | ||
48 | EXTRA_OEMAKE += "${@bb.utils.contains('LAYERSERIES_CORENAMES', 'rocko', 'GNU_EFI_VERSION=306', '', d)}" | ||
49 | |||
50 | EFI_ARCH_x86 = "ia32" | 48 | EFI_ARCH_x86 = "ia32" |
51 | EFI_ARCH_x86-64 = "x64" | 49 | EFI_ARCH_x86-64 = "x64" |
52 | 50 | ||