From 43aa6a8c9c837bdc1543d159e234f777032d5e4b Mon Sep 17 00:00:00 2001 From: Jeonghoon Park Date: Wed, 28 Apr 2021 17:10:18 +0900 Subject: update urls of repositories to the latest released version for the default recipe --- etc/recipe.yaml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/recipe.yaml.in b/etc/recipe.yaml.in index ab84ac6..85d8a22 100644 --- a/etc/recipe.yaml.in +++ b/etc/recipe.yaml.in @@ -53,10 +53,10 @@ Recipe: Repositories: - Name: unified-standard Options: --ssl_verify=no --priority=10 - Url: http://download.tizen.org/snapshots/tizen/unified/latest/repos/standard/packages/ + Url: http://download.tizen.org/releases/milestone/tizen/unified/latest/repos/standard/packages/ - Name: base-standard Options: --ssl_verify=no --priority=20 - Url: http://download.tizen.org/snapshots/tizen/base/latest/repos/standard/packages/ + Url: http://download.tizen.org/releases/milestone/tizen/base/latest/repos/standard/packages/ NoChrootScripts: - Contents: "####################### buildname.nochroot #######################\nif [ -n \"$IMG_NAME\" ]; then\n echo \"BUILD_ID=$IMG_NAME\" >> $INSTALL_ROOT/etc/tizen-release\n echo \"BUILD_ID=$IMG_NAME\" >> $INSTALL_ROOT/etc/os-release\n echo \"$IMG_NAME @BUILD_ID@\" >>$INSTALL_ROOT/etc/tizen-snapshot\nfi\n" Name: buildname -- cgit v1.2.3