From b09077637dcf738b05c873fa701b17e1aee1ec55 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Fri, 15 Oct 2021 15:20:27 +0100 Subject: [PATCH] default.xml: Add a readme link to meta-asos This gives a initial documentation entry in the repo workspace. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- manifests/default.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifests/default.xml b/manifests/default.xml index 1859d773..a5750e8d 100644 --- a/manifests/default.xml +++ b/manifests/default.xml @@ -66,7 +66,9 @@ SPDX-FileCopyrightText: Huawei Inc. --> - <project name="meta-ohos" path="meta-ohos" /> + <project name="meta-ohos" path="meta-ohos"> + <linkfile src="README.md" dest="README.md"/> + </project> <project name="meta-clang" revision="main" path="meta-clang" /> <project name="meta-riscv" revision="OSTC/dunfell" path="meta-riscv" /> <project name="meta-zephyr" revision="ostc/master" path="meta-zephyr" /> -- GitLab