From dd931d85cacf3de563fbd44f2f8656d711ce4a29 Mon Sep 17 00:00:00 2001
From: Thierry Escande <thierry.escande@huawei.com>
Date: Tue, 21 Jun 2022 09:36:31 +0200
Subject: [PATCH] README.md: Add OPENHARMONY_VERSION section

Signed-off-by: Thierry Escande <thierry.escande@huawei.com>
---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index 30eebe18..6445dddb 100644
--- a/README.md
+++ b/README.md
@@ -98,6 +98,14 @@ another shell/terminal. Run this in the ohoe directory:
 The current directory will be changed to the build directory, from where you
 should be running your `bitbake` build commands and so on.
 
+## OpenHarmony version
+
+You can choose which version of OpenHarmony to be built by uncommenting the
+variable `OPENHARMONY_VERSION` in the `local.conf` file and setting it to the
+desired value.
+
+Supported versions are `3.0` and `3.1`.
+
 ## QEMU example image
 
 The meta-openharmony provides an example image recipe which can be used for
-- 
GitLab