summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2021-08-04 10:52:40 +0800
committerJia Zhang <zhang.jia@linux.alibaba.com>2021-08-09 18:51:13 +0800
commit40420437422f6a1fff187280547096366806aee6 (patch)
treece08e8342ce6b212e4ecdc29bef50e7848ef356d /README
parent6768abc7d453ae854091aa0fe70ba2e215290f5b (diff)
downloadmeta-secure-core-40420437422f6a1fff187280547096366806aee6.tar.gz
meta-secure-core: Convert to new override syntax
Converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index 5ae8533..79b19ad 100644
--- a/README
+++ b/README
@@ -77,10 +77,10 @@ The full features in meta-secure-core can be configured with these definitions
77in local.conf: 77in local.conf:
78 78
79INITRAMFS_IMAGE = "secure-core-image-initramfs" 79INITRAMFS_IMAGE = "secure-core-image-initramfs"
80DISTRO_FEATURES_NATIVE_append += "systemd ima tpm tpm2 efi-secure-boot luks" 80DISTRO_FEATURES_NATIVE:append = " systemd ima tpm tpm2 efi-secure-boot luks"
81DISTRO_FEATURES_append += "systemd ima tpm tpm2 efi-secure-boot luks modsign" 81DISTRO_FEATURES:append = " systemd ima tpm tpm2 efi-secure-boot luks modsign"
82MACHINE_FEATURES_NATIVE_append += "efi" 82MACHINE_FEATURES_NATIVE:append = " efi"
83MACHINE_FEATURES_append += "efi" 83MACHINE_FEATURES:append = " efi"
84PACKAGE_CLASSES = "package_rpm" 84PACKAGE_CLASSES = "package_rpm"
85INHERIT += "sign_rpm_ext" 85INHERIT += "sign_rpm_ext"
86SECURE_CORE_IMAGE_EXTRA_INSTALL ?= "\ 86SECURE_CORE_IMAGE_EXTRA_INSTALL ?= "\
@@ -90,9 +90,9 @@ SECURE_CORE_IMAGE_EXTRA_INSTALL ?= "\
90 packagegroup-ima \ 90 packagegroup-ima \
91 packagegroup-luks \ 91 packagegroup-luks \
92" 92"
93DEBUG_FLAGS_forcevariable = "" 93DEBUG_FLAGS:forcevariable = ""
94IMAGE_INSTALL += "kernel-image-bzimage" 94IMAGE_INSTALL += "kernel-image-bzimage"
95USER_CLASSES_remove = "image-prelink" 95USER_CLASSES:remove = "image-prelink"
96 96
97# Uncomment this line to modify the root parameter in boot command line if the default one 97# Uncomment this line to modify the root parameter in boot command line if the default one
98# is not working for you. It is helpful when secure boot is enabled. 98# is not working for you. It is helpful when secure boot is enabled.