From 626750b8397c9765047309444e67f8f5737d1876 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Mon, 9 Aug 2021 17:35:36 +0800 Subject: [PATCH] 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 --- README | 3 +-- 1 file changed, 1 insertion(+), 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 ?= "\ packagegroup-luks \ " DEBUG_FLAGS:forcevariable = "" -IMAGE_INSTALL += "kernel-image-bzimage" -USER_CLASSES:remove = "image-prelink" +IMAGE_INSTALL:append = " kernel-image-bzimage" # Uncomment this line to modify the root parameter in boot command line if the default one # is not working for you. It is helpful when secure boot is enabled.