Skip to content

Commit

Permalink
[infra/gbs] Add tizen 9.0 repo and 7.0 profile
Browse files Browse the repository at this point in the history
This commit adds tizen 7.0 profile and 9.0 repo to gbs.conf.

ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
  • Loading branch information
hseok-oh committed May 23, 2024
1 parent 8dd9291 commit 4ed6043
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion infra/nnfw/config/gbs.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ profile = profile.tizen
[profile.tizen]
repos = repo.base, repo.unified

[profile.tizen_7]
repos = repo.base_7, repo.unified_7

[profile.tizen_8]
repos = repo.base_8, repo.unified_8

Expand All @@ -15,9 +18,15 @@ repos = repo.base-dev, repo.unified-dev
repos = repo.base-riscv, repo.unified-riscv

[repo.unified]
url = http://download.tizen.org/snapshots/TIZEN/Tizen-7.0/Tizen-7.0-Unified/reference/repos/standard/packages/
url = http://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/reference/repos/standard/packages/

[repo.base]
url = http://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Base/reference/repos/standard/packages/

[repo.unified_7]
url = http://download.tizen.org/snapshots/TIZEN/Tizen-7.0/Tizen-7.0-Unified/reference/repos/standard/packages/

[repo.base_7]
url = http://download.tizen.org/snapshots/TIZEN/Tizen-7.0/Tizen-7.0-Base/reference/repos/standard/packages/

[repo.unified_8]
Expand Down

0 comments on commit 4ed6043

Please sign in to comment.