From 79a73dbb43e8b352526c26fb6c81f213dbcfd8e2 Mon Sep 17 00:00:00 2001 From: Zbigniew Bodek <zbigniew.bodek@huawei.com> Date: Fri, 12 Feb 2021 16:43:44 +0100 Subject: [PATCH] meta-ohos: Change default DISTRO in Linux's local.conf.sample Poky is no longer correct default DISTRO. Change it to openharmony-linux. Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com> --- flavours/linux/local.conf.sample | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/flavours/linux/local.conf.sample b/flavours/linux/local.conf.sample index ae1f2988..4d24cabc 100644 --- a/flavours/linux/local.conf.sample +++ b/flavours/linux/local.conf.sample @@ -72,17 +72,7 @@ MACHINE ??= "qemux86-64" # # Default policy config # -# The distribution setting controls which policy settings are used as defaults. -# The default value is fine for general Yocto project use, at least initially. -# Ultimately when creating custom policy, people will likely end up subclassing -# these defaults. -# -DISTRO ?= "poky" -# As an example of a subclass there is a "bleeding" edge policy configuration -# where many versions are set to the absolute latest code from the upstream -# source control systems. This is just mentioned here as an example, its not -# useful to most new users. -# DISTRO ?= "poky-bleeding" +DISTRO = "openharmony-linux" # # Package Management configuration -- GitLab