From b2e117ff92db3fda807992f0f50b4bb4bc8dfb94 Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Wed, 7 Apr 2021 14:03:29 +0100
Subject: [PATCH] openharmony-linux-demo-dashboard.conf: Add backwards
 compatible distro conf

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 .../conf/distro/openharmony-linux-demo-dashboard.conf | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 meta-ohos-blueprints/conf/distro/openharmony-linux-demo-dashboard.conf

diff --git a/meta-ohos-blueprints/conf/distro/openharmony-linux-demo-dashboard.conf b/meta-ohos-blueprints/conf/distro/openharmony-linux-demo-dashboard.conf
new file mode 100644
index 00000000..eaa84b44
--- /dev/null
+++ b/meta-ohos-blueprints/conf/distro/openharmony-linux-demo-dashboard.conf
@@ -0,0 +1,11 @@
+# SPDX-FileCopyrightText: Huawei Inc.
+#
+# SPDX-License-Identifier: Apache-2.0
+
+# Deprecated distro configuration in favour of
+# openharmony-linux-blueprint-dashboard
+
+require conf/distro/openharmony-linux-blueprint-dashboard.conf
+
+# We keep the old distro name to sanity check this deprecation.
+DISTRO = "openharmony-linux-demo-dashboard"
-- 
GitLab