From: koushik.girijala Date: Mon, 22 Feb 2016 10:19:05 +0000 (+0530) Subject: GBS conf for tizen 2.4 public url X-Git-Tag: 1.2.0+RC1~671 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a73b63e674f31e7400999c7c9fe2e0a9b699781a;p=platform%2Fupstream%2Fiotivity.git GBS conf for tizen 2.4 public url GBS Conf for Tizen 2.4 BLE server build to work Change-Id: Ie1df48cc33e164bc6e8ce60b8f938647bee9a2e8 Signed-off-by: koushik.girijala Reviewed-on: https://gerrit.iotivity.org/gerrit/5113 Tested-by: jenkins-iotivity Reviewed-by: Jaehong Jo Reviewed-by: Jon A. Cruz --- diff --git a/gbsbuild.sh b/gbsbuild.sh index d9ab246..577ce0c 100755 --- a/gbsbuild.sh +++ b/gbsbuild.sh @@ -62,7 +62,7 @@ if [ ! -d .git ]; then fi echo "Calling core gbs build command" -gbscommand="gbs build -A armv7l -B ~/GBS-ROOT --include-all --repository ./" +gbscommand="gbs build -A armv7l -B ~/GBS-ROOT-OIC --include-all --repository ./" echo $gbscommand if eval $gbscommand; then echo "Build is successful" diff --git a/resource/csdk/connectivity/build/tizen/gbsbuild.sh b/resource/csdk/connectivity/build/tizen/gbsbuild.sh index 5417614..58a041e 100755 --- a/resource/csdk/connectivity/build/tizen/gbsbuild.sh +++ b/resource/csdk/connectivity/build/tizen/gbsbuild.sh @@ -94,7 +94,7 @@ if [ ! -d .git ]; then fi echo "Calling core gbs build command" -gbscommand="gbs build -A armv7l --include-all --repository ./ --define 'TARGET_TRANSPORT $1' --define 'SECURED $2' --define 'RELEASE $4' --define 'LOGGING $5' --define 'WITH_TCP $6'" +gbscommand="gbs build -A armv7l -B ~/GBS-ROOT-OIC --include-all --repository ./ --define 'TARGET_TRANSPORT $1' --define 'SECURED $2' --define 'RELEASE $4' --define 'LOGGING $5' --define 'WITH_TCP $6'" echo $gbscommand if eval $gbscommand; then echo "Core build is successful" diff --git a/resource/csdk/stack/samples/tizen/build/gbsbuild.sh b/resource/csdk/stack/samples/tizen/build/gbsbuild.sh index 987199f..180c63d 100644 --- a/resource/csdk/stack/samples/tizen/build/gbsbuild.sh +++ b/resource/csdk/stack/samples/tizen/build/gbsbuild.sh @@ -87,7 +87,7 @@ if [ ! -d .git ]; then fi echo "Calling core gbs build command" -gbscommand="gbs build -A armv7l -B ~/GBS-ROOT-RI --include-all --repository ./ --define 'TARGET_TRANSPORT $1' --define 'SECURED $2' --define 'RELEASE $4' --define 'LOGGING $5' --define 'ROUTING $6'" +gbscommand="gbs build -A armv7l -B ~/GBS-ROOT-RI-OIC --include-all --repository ./ --define 'TARGET_TRANSPORT $1' --define 'SECURED $2' --define 'RELEASE $4' --define 'LOGGING $5' --define 'ROUTING $6'" echo $gbscommand if eval $gbscommand; then echo "Core build is successful" @@ -110,7 +110,7 @@ if echo $BUILD_SAMPLE|grep -qi '^ON$'; then git commit -m "Initial commit" fi echo "Calling sample gbs build command" - gbscommand="gbs build -A armv7l -B ~/GBS-ROOT-RI --include-all --repository ./ --define 'TARGET_TRANSPORT $1' --define 'SECURED $2' --define 'RELEASE $4' --define 'LOGGING $5' --define 'ROUTING $6'" + gbscommand="gbs build -A armv7l -B ~/GBS-ROOT-RI-OIC --include-all --repository ./ --define 'TARGET_TRANSPORT $1' --define 'SECURED $2' --define 'RELEASE $4' --define 'LOGGING $5' --define 'ROUTING $6'" echo $gbscommand if eval $gbscommand; then echo "Sample build is successful" diff --git a/tools/tizen/.gbs.conf b/tools/tizen/.gbs.conf index 37128eb..9235ad7 100644 --- a/tools/tizen/.gbs.conf +++ b/tools/tizen/.gbs.conf @@ -9,7 +9,7 @@ profile = profile.tizen #passwd = obs = obs.tizen #Comma separated list of repositories -repos = repo.tizen_latest +repos = repo.public_latest, repo.devel-gcc49-base, #repos = repo.tizen_main, repo.tizen_base #Build config for gbs build #buildconf = @@ -25,15 +25,12 @@ url = https://api.tizen.org #passwd = #Repo section example -[repo.tizen_latest] +[repo.public_latest] #Build against repo's URL -url = http://download.tizen.org/releases/2.3/2.3-mobile/tizen-2.3-mobile_20150206.1/repos/target/packages/ +url = http://download.tizen.org/snapshots/2.4-mobile/common/tizen-2.4-mobile_20160106.1/repos/target-TM1/packages/ #Optional user and password, set if differ from profile's user and password #user = #passwd = -#Individual repo is also supported -#[repo.tizen_base] -#url = http://download.tizen.org/releases/daily/trunk/ivi/latest/repos/base/ia32/packages/ -#[repo.tizen_main] -#url = http://download.tizen.org/releases/daily/trunk/ivi/latest/repos/ivi/ia32/packages/ +[repo.devel-gcc49-base] +url = http://download.tizen.org/releases/2.4/2.4-base/tizen-2.4-base_20151027.1/repos/standard/packages/ \ No newline at end of file