From 51b766a7b3dc17d188fea62f034f637e8f384f9f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 29 Aug 2018 10:16:43 -0700 Subject: [PATCH] Document building a full featured image with SDK This can be used for on device building Signed-off-by: Khem Raj --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 984d470..fdd2b47 100644 --- a/README.md +++ b/README.md @@ -57,9 +57,20 @@ repo rebase . ./meta-riscv/setup.sh ``` ## Build Image + +A console-only image ```text bitbake core-image-full-cmdline ``` + +Basic image without X support suitable for Linux Standard Base (LSB) implementations. +It includes the full meta-toolchain, plus development headers and libraries to form +a standalone (on device) SDK + +``` +bitbake core-image-lsb-sdk +``` + ## Run in QEMU ```text runqemu nographic