Skip to content
Snippets Groups Projects
Commit 693d65da authored by Esben Haabendal's avatar Esben Haabendal
Browse files

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: default avatarEsben Haabendal <esben.haabendal@huawei.com>
parent c08b5bd2
No related branches found
No related tags found
1 merge request!1Initial code import
...@@ -62,3 +62,11 @@ DISTRO ?= "oniro-openharmony-linux" ...@@ -62,3 +62,11 @@ DISTRO ?= "oniro-openharmony-linux"
# #
INHERIT += "rm_work" INHERIT += "rm_work"
RM_WORK_EXCLUDE += "qemu-helper-native" 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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment