From b5746625d8991a83ff9ef4793f9731b1a19f1323 Mon Sep 17 00:00:00 2001 From: Kristijonas Ciulcinskas <kristijonas.ciulcinskas@huawei.com> Date: Wed, 20 Jul 2022 16:23:12 +0200 Subject: [PATCH] README.md: Add subsections to General usage Signed-off-by: Kristijonas Ciulcinskas <kristijonas.ciulcinskas@huawei.com> --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7f9a87b0..31fc4d9b 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,8 @@ projects for building OpenHarmony reference implementation. ## General usage +### Prerequisites + In order to build with this layer, you need to use a compatible host OS. See https://docs.yoctoproject.org/3.1.8/brief-yoctoprojectqs/brief-yoctoprojectqs.html for details on this. Sections @@ -76,6 +78,8 @@ Make sure to update as well as install git-lfs which wasn't required in yocto do sudo apt-get update && sudo apt-get install git-lfs +### Setting-up + To use the meta-openharmony layer, you need a build setup with BitBake and all needed Yocto layers. -- GitLab