summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2020-02-21 11:15:59 +0100
committerGitHub <noreply@github.com>2020-02-21 11:15:59 +0100
commitd53676c90d231d20fb0dba3358beeb8de5f9de58 (patch)
treea51221a46d1fcf793bc7482e02fbb179811bc0a1
parent1c5f12e9255c72898f66f6fd0407e42022d56f57 (diff)
parent0568ed583a0a42d9668f3eefef1c91385260efd4 (diff)
downloadmeta-updater-d53676c90d231d20fb0dba3358beeb8de5f9de58.tar.gz
Merge pull request #685 from advancedtelematic/fix/doc-link
image_types_ostree: update doc link.
-rw-r--r--classes/image_types_ostree.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/image_types_ostree.bbclass b/classes/image_types_ostree.bbclass
index d32aae5..ce9f984 100644
--- a/classes/image_types_ostree.bbclass
+++ b/classes/image_types_ostree.bbclass
@@ -239,10 +239,10 @@ IMAGE_CMD_garagesign () {
239 target_version=${ostree_target_hash} 239 target_version=${ostree_target_hash}
240 if [ -n "${GARAGE_TARGET_VERSION}" ]; then 240 if [ -n "${GARAGE_TARGET_VERSION}" ]; then
241 target_version=${GARAGE_TARGET_VERSION} 241 target_version=${GARAGE_TARGET_VERSION}
242 bbwarn "Target version is overriden with GARAGE_TARGET_VERSION variable. It is a dangerous operation, make sure you've read the respective secion in meta-updater/README.adoc" 242 bbwarn "Target version is overriden with GARAGE_TARGET_VERSION variable. This is a dangerous operation! See https://docs.ota.here.com/ota-client/latest/build-configuration.html#_overriding_target_version"
243 elif [ -e "${STAGING_DATADIR_NATIVE}/target_version" ]; then 243 elif [ -e "${STAGING_DATADIR_NATIVE}/target_version" ]; then
244 target_version=$(cat "${STAGING_DATADIR_NATIVE}/target_version") 244 target_version=$(cat "${STAGING_DATADIR_NATIVE}/target_version")
245 bbwarn "Target version is overriden with target_version file. It is a dangerous operation, make sure you've read the respective secion in meta-updater/README.adoc" 245 bbwarn "Target version is overriden with target_version file. This is a dangerous operation! See https://docs.ota.here.com/ota-client/latest/build-configuration.html#_overriding_target_version"
246 fi 246 fi
247 247
248 # Push may fail due to race condition when multiple build machines try to push simultaneously 248 # Push may fail due to race condition when multiple build machines try to push simultaneously