diff options
author | Jeonghoon Park <jh1979.park@samsung.com> | 2021-04-28 17:10:18 +0900 |
---|---|---|
committer | 박정훈/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 <jh1979.park@samsung.com> | 2021-05-04 09:41:34 +0900 |
commit | 43aa6a8c9c837bdc1543d159e234f777032d5e4b (patch) | |
tree | d73e20109608c134bc8a7b6bd55fc2e9d75ebcd5 | |
parent | 0562c29ba904041ee2454712f06a4bbb3b972212 (diff) | |
download | tic-core-43aa6a8c9c837bdc1543d159e234f777032d5e4b.tar.gz tic-core-43aa6a8c9c837bdc1543d159e234f777032d5e4b.tar.bz2 tic-core-43aa6a8c9c837bdc1543d159e234f777032d5e4b.zip |
update urls of repositories to the latest released version for the default recipe
-rw-r--r-- | etc/recipe.yaml.in | 4 |
1 files 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 |