From 693d65da3420ae253c9b432b847d4f060a4e083b Mon Sep 17 00:00:00 2001 From: Esben Haabendal <esben.haabendal@huawei.com> Date: Wed, 27 Apr 2022 12:46:26 +0200 Subject: [PATCH] local.conf.sample: Add commented out China MIRROR definition This should help developers in China easily enabling the use of the source mirror we currently maintain in China. Signed-off-by: Esben Haabendal <esben.haabendal@huawei.com> --- conf/local.conf.sample | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 3feeaa20..51b8806c 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -62,3 +62,11 @@ DISTRO ?= "oniro-openharmony-linux" # INHERIT += "rm_work" RM_WORK_EXCLUDE += "qemu-helper-native" + +# +# Use source mirror in China +# +# Uncomment this if you are building in China, and/or have trouble fetching sources. +# +#INHERIT += "own-mirrors" +#SOURCE_MIRROR_URL = "http://114.116.235.68/source-mirror" -- GitLab