mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-17 13:17:00 +00:00
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:
@@ -1,6 +1,6 @@
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/rpm:"
|
||||
|
||||
ROCKO_SRC_URI = "\
|
||||
SRC_URI += "\
|
||||
file://0001-Pass-sign-arguments-to-signature-deletion-too.patch \
|
||||
file://0002-Beat-some-sense-into-rpmsign-cli-parsing.patch \
|
||||
file://0003-Fix-thinko-typo-in-file-signing-error-message.patch \
|
||||
@@ -13,7 +13,6 @@ ROCKO_SRC_URI = "\
|
||||
file://0010-Fix-a-number-of-problems-in-get_fskpass.patch \
|
||||
file://0011-Bump-file-digests-to-SHA256-by-default-finally.patch \
|
||||
"
|
||||
SRC_URI += "${@bb.utils.contains('LAYERSERIES_CORENAMES', 'rocko', '${ROCKO_SRC_URI}', '', d)}"
|
||||
|
||||
PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES', 'ima', 'imaevm', '', d)}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user