From: Youngsoo Choi Date: Mon, 9 Apr 2018 01:23:59 +0000 (-0700) Subject: [M63][Bring Up] Add supplementary repository X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=23decf1b397fd8a134d631f12b43f7325c60edd2;p=profile%2Fmobile%2Fapps%2Fweb%2Fbrowser.git [M63][Bring Up] Add supplementary repository Build command with m63 chromium-efl: $ ./build_mobile.sh Change-Id: I741a966fcb761d636070066a3951cb787ce27190 Signed-off-by: Youngsoo Choi --- diff --git a/build_mobile.sh b/build_mobile.sh index 86933fc..26d4716 100755 --- a/build_mobile.sh +++ b/build_mobile.sh @@ -1,3 +1,2 @@ #!/bin/bash -gbs -c .gbs.conf build -P profile.tzmo_v3.0_arm-wayland_mirror -A armv7l --include-all -#gbs -c .gbs.conf build -P profile.tzmo_v3.0_arm64-wayland -A aarch64 --include-all +gbs -c ./gbs.conf build -P tz_4.0_standard_armv7l -A armv7l --include-all $@ diff --git a/gbs.conf b/gbs.conf new file mode 100755 index 0000000..c07b37c --- /dev/null +++ b/gbs.conf @@ -0,0 +1,24 @@ +############################################### +# +# Tizen v4.0 unified +# +[obs.tizen_4.0] +url = https://api.tizen.org + +[repo.tz_4.0_standard] +url = http://download.tizen.org/snapshots/tizen/4.0-unified/latest/repos/standard/packages/ + +[repo.public_4.0_base_arm] +url = http://download.tizen.org/snapshots/tizen/4.0-base/latest/repos/arm/packages/ + +[repo.m63] +url = http://10.113.138.88/tizenrepo/m63/ + +############################################### +# +# Tizen v4.0 for standard (armv7l) +# +[profile.tz_4.0_standard_armv7l] +obs = obs.tizen_4.0 +repos = repo.public_4.0_base_arm, repo.m63, repo.tz_4.0_standard +buildroot = ~/GBS-ROOT-4.0-STANDARD-ARMV7L-M63