GBS conf for tizen 2.4 public url
authorkoushik.girijala <g.koushik@samsung.com>
Mon, 22 Feb 2016 10:19:05 +0000 (15:49 +0530)
committerJon A. Cruz <jonc@osg.samsung.com>
Wed, 24 Feb 2016 00:18:46 +0000 (00:18 +0000)
GBS Conf for Tizen 2.4 BLE server build to work

Change-Id: Ie1df48cc33e164bc6e8ce60b8f938647bee9a2e8
Signed-off-by: koushik.girijala <g.koushik@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/5113
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Jaehong Jo <jaehong.jo@samsung.com>
Reviewed-by: Jon A. Cruz <jonc@osg.samsung.com>
gbsbuild.sh
resource/csdk/connectivity/build/tizen/gbsbuild.sh
resource/csdk/stack/samples/tizen/build/gbsbuild.sh
tools/tizen/.gbs.conf

index d9ab246..577ce0c 100755 (executable)
@@ -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"
index 5417614..58a041e 100755 (executable)
@@ -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"
index 987199f..180c63d 100644 (file)
@@ -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"
index 37128eb..9235ad7 100644 (file)
@@ -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 = <patch/to/build-config-file>
@@ -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