From 12b382fac24672d24c8f7b9cf0b22e78801a3141 Mon Sep 17 00:00:00 2001 From: Pavel Zhukov <pavel.zhukov@huawei.com> Date: Wed, 13 Oct 2021 12:53:23 +0200 Subject: [PATCH] flavours: Follow project rename Signed-off-by: Pavel Zhukov <pavel.zhukov@huawei.com> --- flavours/freertos/local.conf.sample | 6 +++--- flavours/linux/local.conf.sample | 6 +++--- flavours/zephyr/local.conf.sample | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/flavours/freertos/local.conf.sample b/flavours/freertos/local.conf.sample index ec87702d..fd4e197f 100644 --- a/flavours/freertos/local.conf.sample +++ b/flavours/freertos/local.conf.sample @@ -69,9 +69,9 @@ PACKAGE_CLASSES ?= "package_rpm" # this doesn't mean anything to you. CONF_VERSION = "1" -# Use OSTC download cache default. +# Use Oniro Project download cache default. # Note that this cache is limited to system configurations that are entirely -# re-distributable, as determined by the OSTC legal team. +# re-distributable, as determined by the Oniro Project legal team. # # The mirror is temporarily out of service. # @@ -80,5 +80,5 @@ CONF_VERSION = "1" # If you are building on a very slow device but have relatively reliable network access # *and* the project you are building has a public sstate cache, you may choose to uncomment -# this line and use the sstate cache published by OSTC. +# this line and use the sstate cache published by Oniro Project. # SSTATE_MIRRORS = "file://.* https://cache.ostc-eu.org/bitbake/sstate-cache/PATH;downloadfilename=PATH \n" diff --git a/flavours/linux/local.conf.sample b/flavours/linux/local.conf.sample index 4af9c3bc..6a6d8f77 100644 --- a/flavours/linux/local.conf.sample +++ b/flavours/linux/local.conf.sample @@ -250,9 +250,9 @@ PACKAGECONFIG_append_pn-qemu-system-native = " sdl" # this doesn't mean anything to you. CONF_VERSION = "1" -# Use OSTC download cache default. +# Use Oniro Project download cache default. # Note that this cache is limited to system configurations that are entirely -# re-distributable, as determined by the OSTC legal team. +# re-distributable, as determined by the Oniro Project legal team. # # The mirror is temporarily out of service. # @@ -261,5 +261,5 @@ CONF_VERSION = "1" # If you are building on a very slow device but have relatively reliable network access # *and* the project you are building has a public sstate cache, you may choose to uncomment -# this line and use the sstate cache published by OSTC. +# this line and use the sstate cache published by Oniro Project. # SSTATE_MIRRORS = "file://.* https://cache.ostc-eu.org/bitbake/sstate-cache/PATH;downloadfilename=PATH \n" diff --git a/flavours/zephyr/local.conf.sample b/flavours/zephyr/local.conf.sample index 9af9a98e..35a1ec49 100644 --- a/flavours/zephyr/local.conf.sample +++ b/flavours/zephyr/local.conf.sample @@ -252,9 +252,9 @@ PACKAGECONFIG_append_pn-qemu-system-native = " sdl" # this doesn't mean anything to you. CONF_VERSION = "1" -# Use OSTC download cache default. +# Use Oniro Project download cache default. # Note that this cache is limited to system configurations that are entirely -# re-distributable, as determined by the OSTC legal team. +# re-distributable, as determined by the Oniro Project legal team. # # The mirror is temporarily out of service. # @@ -263,5 +263,5 @@ CONF_VERSION = "1" # If you are building on a very slow device but have relatively reliable network access # *and* the project you are building has a public sstate cache, you may choose to uncomment -# this line and use the sstate cache published by OSTC. +# this line and use the sstate cache published by Oniro Project. # SSTATE_MIRRORS = "file://.* https://cache.ostc-eu.org/bitbake/sstate-cache/PATH;downloadfilename=PATH \n" -- GitLab