From 94a3d28b8f30762548ac372dc7b0ba3ec603eaac Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Tue, 9 Mar 2021 11:10:12 +0000 Subject: [PATCH] openharmony-image-common.inc: Inherit ohos-image This allows any image including this `.inc` file to have at its disposal the primitives defined in that class. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- meta-ohos-core/recipes-core/images/openharmony-image-common.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-ohos-core/recipes-core/images/openharmony-image-common.inc b/meta-ohos-core/recipes-core/images/openharmony-image-common.inc index 8cef05a0..16eb969b 100644 --- a/meta-ohos-core/recipes-core/images/openharmony-image-common.inc +++ b/meta-ohos-core/recipes-core/images/openharmony-image-common.inc @@ -1,5 +1,7 @@ # Common settings for all OpenHarmony images +inherit ohos-image + IMAGE_INSTALL_append = "\ packagegroup-net-essentials \ packagegroup-net-tools \ -- GitLab