summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2021-08-09 17:35:36 +0800
committerJia Zhang <zhang.jia@linux.alibaba.com>2021-08-09 18:51:13 +0800
commit626750b8397c9765047309444e67f8f5737d1876 (patch)
treedab47b12f06e3c3c1e6fe779c5a4e745a0410a89
parent0e475df858503a8b30febe99c1c422e4c7cdca9a (diff)
downloadmeta-secure-core-626750b8397c9765047309444e67f8f5737d1876.tar.gz
README: update
The image-prelink feature has been disabled by default in oe-core commit f9719cc1c3fe9d380336e7af418daf27473b2e8b. We don't need to remove it explicitly in local.conf. Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
-rw-r--r--README3
1 files changed, 1 insertions, 2 deletions
diff --git a/README b/README
index 79b19ad..7290b8a 100644
--- a/README
+++ b/README
@@ -91,8 +91,7 @@ SECURE_CORE_IMAGE_EXTRA_INSTALL ?= "\
91 packagegroup-luks \ 91 packagegroup-luks \
92" 92"
93DEBUG_FLAGS:forcevariable = "" 93DEBUG_FLAGS:forcevariable = ""
94IMAGE_INSTALL += "kernel-image-bzimage" 94IMAGE_INSTALL:append = " kernel-image-bzimage"
95USER_CLASSES:remove = "image-prelink"
96 95
97# Uncomment this line to modify the root parameter in boot command line if the default one 96# 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. 97# is not working for you. It is helpful when secure boot is enabled.