summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJia Zhang <zhang.jia@linux.alibaba.com>2018-03-19 15:22:44 -0400
committerJia Zhang <zhang.jia@linux.alibaba.com>2018-03-19 15:22:44 -0400
commite9bfbabd5136675380522b7f59a9ca1951292f9b (patch)
treec9e4dda166d1f284e0e8bec9b9bae85ca45725a3
parent387a9bf50007a26960d43423d19197d13530c931 (diff)
downloadmeta-secure-core-e9bfbabd5136675380522b7f59a9ca1951292f9b.tar.gz
README: Document the instruction to install kernel image
Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index 678e200..bc40d8c 100644
--- a/README
+++ b/README
@@ -88,6 +88,7 @@ SECURE_CORE_IMAGE_EXTRA_INSTALL ?= "\
88 packagegroup-luks \ 88 packagegroup-luks \
89" 89"
90DEBUG_FLAGS_forcevariable = "" 90DEBUG_FLAGS_forcevariable = ""
91IMAGE_INSTALL += "kernel-image-bzimage"
91 92
92III. Build meta-secure-core 93III. Build meta-secure-core
93=========================== 94===========================