From c5c8fbb9ce8945cff4676ba2ec2ba01646e534fc Mon Sep 17 00:00:00 2001 From: Francesco Pham Date: Thu, 26 Sep 2024 10:37:22 +0200 Subject: [PATCH] upstram: update the ohos release version we are based on to 4.1 Signed-off-by: Francesco Pham --- upstream.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upstream.md b/upstream.md index c37621f..159970f 100644 --- a/upstream.md +++ b/upstream.md @@ -7,7 +7,7 @@ parent: Eclipse Oniro Project ## Eclipse Oniro Downstream Integration -Eclipse Oniro currently bases its enhancements of OpenHarmony on the 4.0 release. +Eclipse Oniro currently bases its enhancements of OpenHarmony on the 4.1 release. Newer versions will be targeted as they become available and used by the working group members. To collect enhancements and fixes, check for consistency, and run them through continuous integration (CI), the project is using a downstream fork to @@ -21,7 +21,7 @@ different URL in `repo init`, enabling repo sync to pick up the correct reposito and revisions from the manifest. ```bash -repo init -u https://github.com/eclipse-oniro4openharmony/manifest.git -b OpenHarmony-4.0-Release --no-repo-verify +repo init -u https://github.com/eclipse-oniro4openharmony/manifest.git -b OpenHarmony-4.1-Release --no-repo-verify ``` Creating a new repository is necessary for new add-ons. Once the add-on is