Skip to content

Commit ada0d20

Browse files
authored
Add tizen 5.5 M1 configuration (#1928)
IoT.js-DCO-1.0-Signed-off-by: Haesik Jun haesik.jun@samsung.com
1 parent 17685a8 commit ada0d20

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

config/tizen/sample.gbs.conf

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,26 @@
22
#profile = profile.tizen40m3
33
#profile = profile.tizen50
44
#profile = profile.tizen50m1
5-
profile = profile.tizen50m2
5+
#profile = profile.tizen50m2
6+
profile = profile.tizen55m1
67

78
upstream_branch = ${upstreamversion}
89
upstream_tag = ${upstreamversion}
910
packaging_dir = config/tizen/packaging
1011

1112

13+
[profile.tizen55m1]
14+
obs = obs.spin
15+
repos = repo.tizen55m1_base, repo.tizen55m1_standard
16+
17+
[repo.tizen55m1_base]
18+
url = http://download.tizen.org/releases/milestone/tizen/base/tizen-base_20190503.1/repos/standard/packages/
19+
20+
[repo.tizen55m1_standard]
21+
url = http://download.tizen.org/releases/milestone/tizen/unified/tizen-unified_20190523.1/repos/standard/packages/
22+
23+
24+
1225
[profile.tizen50m2]
1326
obs = obs.spin
1427
repos = repo.tizen50m2_base, repo.tizen50m2_standard

0 commit comments

Comments
 (0)