[Tizen] Add supplementary repository 60/158560/4
authorYoungsoo Choi <kenshin.choi@samsung.com>
Thu, 19 Oct 2017 10:49:38 +0000 (19:49 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Fri, 3 Nov 2017 04:42:46 +0000 (13:42 +0900)
This adds supplementary repository of chromium-efl for electron
because the chromium-efl for electron hasn't been released in public.

Change-Id: I0312bad831c402ba235bfb7566601bdf0bad8858
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
efl/build/gbs.conf

index 69eabac..ce62f71 100755 (executable)
@@ -53,13 +53,16 @@ url = http://165.213.149.200/download/public_mirror/tizen/4.0-base/latest/repos/
 user = blinkbot
 passwdx = QlpoOTFBWSZTWd0JOhUAAACBAABgIAAhAIIjF3JFOFCQ3Qk6FQ==
 
+[repo.electron_armv7l]
+url = http://10.113.138.88/tizenrepo/electron_repo/armv7l/
+
 ###############################################
 #
 # Tizen v4.0 for standard (armv7l)
 #
 [profile.tz_v4.0_standard_armv7l]
 obs = obs.tizen_v4.0
-repos = repo.public_4.0_base_arm, repo.tz_v4.0_standard
+repos = repo.electron_armv7l, repo.public_4.0_base_arm, repo.tz_v4.0_standard
 buildroot = ~/GBS-ROOT-4.0-STANDARD-ARMV7L2
 
 ###############################################