diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2024-03-13 13:27:05 +0900 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2024-03-13 13:29:59 +0900 |
commit | 0969fd4ce36688ab67e93f04d9125333f2faa9cb (patch) | |
tree | eeef011fb91de71a121173431789d23f650da5b8 | |
parent | 40d2c856aa22cd3841bb271d37003b4d10cef6db (diff) | |
download | meta-0969fd4ce36688ab67e93f04d9125333f2faa9cb.tar.gz meta-0969fd4ce36688ab67e93f04d9125333f2faa9cb.tar.bz2 meta-0969fd4ce36688ab67e93f04d9125333f2faa9cb.zip |
Chnage the correct repo urlaccepted/tizen/unified/riscv/20240319.073905accepted/tizen/unified/20240315.032937accepted/tizen_unified_riscv
Tizen package repo path was changed to TIZEN/Tizen/Tizen-Unified/..
If check the ks file loccally, it has to change the repo url everytime.
Change-Id: I2013861818eed714b601dea8860a861ef25d48b4
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
-rw-r--r-- | common-repos.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common-repos.yaml b/common-repos.yaml index 4a9858e..4564b62 100644 --- a/common-repos.yaml +++ b/common-repos.yaml @@ -1,12 +1,12 @@ Repositories: - Name: unified-standard - Url: http://download.tizen.org/snapshots/tizen/unified/@BUILD_ID@/repos/standard/packages/ + Url: http://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/@BUILD_ID@/repos/standard/packages/ Options: --ssl_verify=no - Name: unified-emulator - Url: http://download.tizen.org/snapshots/tizen/unified/@BUILD_ID@/repos/emulator/packages/ + Url: http://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/@BUILD_ID@/repos/emulator/packages/ Options: --ssl_verify=no - Name: base-standard - Url: http://download.tizen.org/snapshots/tizen/base/latest/repos/standard/packages/ + Url: http://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Base/latest/repos/standard/packages/ Options: --ssl_verify=no |