File tree Expand file tree Collapse file tree 2 files changed +26
-3
lines changed
Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 11[general]
2- profile = profile.t70std
2+ profile = profile.t80std
3+ # profile = profile.t70std
34#profile = profile.t65std
45#profile = profile.t60std
56#profile = profile.t55std
@@ -12,6 +13,28 @@ profile = profile.t70std
1213user =
1314passwd =
1415
16+ ############## Tizen 8.0 ##############
17+ [profile.t80std]
18+ repos = repo.80base, repo.80std
19+ buildroot = ~/GBS-ROOT/t80std
20+
21+ [profile.t80emul]
22+ repos = repo.80emulbase, repo.80emul
23+ buildroot = ~/GBS-ROOT/t80emul
24+
25+ [repo.80base]
26+ url=https://download.tizen.org/snapshots/TIZEN/Tizen-8.0/Tizen-8.0-Base/latest/repos/standard/packages/
27+
28+ [repo.80std]
29+ url=https://download.tizen.org/snapshots/TIZEN/Tizen-8.0/Tizen-8.0-Unified/latest/repos/standard/packages/
30+
31+ [repo.80emulbase]
32+ url=http://download.tizen.org/snapshots/TIZEN/Tizen-8.0/Tizen-8.0-Base/reference/repos/standard/packages/
33+
34+ [repo.80emul]
35+ url=https://download.tizen.org/snapshots/TIZEN/Tizen-8.0/Tizen-8.0-Unified/latest/repos/emulator/packages/
36+
37+
1538############## Tizen 7.0 ##############
1639[profile.t70std]
1740repos = repo.70base, repo.70std
Original file line number Diff line number Diff line change 77 strategy :
88 fail-fast : false
99 matrix :
10- config : [ '', ' --nopt --shared' ]
10+ config : [ '--nopt --shared' ]
1111 steps :
1212 - name : Checkout source
1313 uses : actions/checkout@v2
8585 strategy :
8686 fail-fast : false
8787 matrix :
88- profile : [t70std ]
88+ profile : [t80std ]
8989 steps :
9090 - name : Checkout source
9191 uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments