Skip to content

Commit

Permalink
[infra/gbs] Add tizen 8.0 profile (Samsung#11818)
Browse files Browse the repository at this point in the history
This commit adds tizen 8.0 profile to gbs.conf.

ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <[email protected]>
  • Loading branch information
hseok-oh authored Oct 30, 2023
1 parent 6eb9ec4 commit ed099dc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions infra/nnfw/config/gbs.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,17 @@ profile = profile.tizen
[profile.tizen]
repos = repo.base, repo.unified

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

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

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

[repo.unified_8]
url = http://download.tizen.org/snapshots/TIZEN/Tizen-8.0/Tizen-8.0-Unified/latest/repos/standard/packages/

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

0 comments on commit ed099dc

Please sign in to comment.