From 4f9aea6f06aa15cd91dca5f9b219097272ec13e0 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Wed, 7 Apr 2021 14:27:45 +0100 Subject: [PATCH] ohos-sanity.bbclass: Deprecate openharmony-linux-demo-dashboard "openharmony-linux-demo-dashboard" was deprecated in favour of "openharmony-linux-blueprint-dashboard". Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- meta-ohos-core/classes/ohos-sanity.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-ohos-core/classes/ohos-sanity.bbclass b/meta-ohos-core/classes/ohos-sanity.bbclass index 8d22531a..2ffd0bb9 100644 --- a/meta-ohos-core/classes/ohos-sanity.bbclass +++ b/meta-ohos-core/classes/ohos-sanity.bbclass @@ -13,6 +13,7 @@ OHOS_DEPRECATED_COLLECTIONS = " \ # Same format as for OHOS_DEPRECATED_COLLECTIONS but for DISTRO configurations. OHOS_DEPRECATED_DISTROS = " \ + openharmony-linux-demo-dashboard:openharmony-linux-blueprint-dashboard \ " def unpack_deprecation(elem) -> 'Tuple[str, str]': -- GitLab