-----Original Message-----
From: [email protected] [mailto:[email protected]] On 
Behalf Of Stéphane Desneux
Sent: Wednesday, April 02, 2014 6:39 PM
To: [email protected]
Subject: Re: [Dev] Help - Build tizen generic image

Hi Suresh,

>From the command you pasted in your message, I see that:
- you clone Tizen:Generic (repo init ... -m generic.xml)
- but your GBS conf points to Tizen:Mobile snapshots

[Qiang] run 'gbs build' under the dir, where you run repo sync, ~/.gbs.conf 
will not be used, instead,  .gbs.conf under that source dir will be used.
[Qiang] So you don't need touch ~/.gbs.conf, just care about 
tizen-source-dir/.gbs.conf, which is created by 'repo sync' command


This will probably fail at build time.

Another point: the manifest files in scm/manifest are not up to date. I think 
that after "repo init", you'll have to replace the generic.xml file with a 
manifest coming from snapshots, for example:
http://download.tizen.org/snapshots/tizen/generic/generic-wayland-x86_64/tizen_20140331.9/builddata/manifest/tizen_20140331.9_x86_64.xml

[Qiang] Right.  We have implemented a new solution to make sure manifest can 
also point to the latest code with snapshot repo, tizen ivi is done, but tizen 
generic has not been ready, expect can be finished this week.


And finally, AFAIK, you're supposed to run "gbs build" in the same directory as 
"repo sync".

[Qiang] Right.
--
Stéphane Desneux
Intel OTC - Vannes/FR
gpg:1CA35726/DFA9B0232EF80493AF2891FA24E3A2841CA35726

On 01/04/2014 19:04, Suresh Kanzariya wrote:
> Hi,
> 
> Before I have build individual package for Tizen, now I Need expert 
> advise to build tizen image.
> 
> I am following below link.
> https://source.tizen.org/documentation/developer-guide/cloning-tizen-s
> ource
> 
> Here are my command
> cd /data/TizenProject
> 
> repo init -u ssh://<username>@review.tizen.org:29418/scm/manifest -b 
> tize n -m generic.xml
> 
> repo sync
> 
> Now in order to build the image from where should I apply gbs build 
> command? (i.e. from TizenProject dir), And 'gbs build' will build the 
> complete image or is there any other method?
> 
> 
> 
> Here are content from my gbs.conf file.  I am not able to attach the 
> file so pasted it here !!
> 
> [general]
> #Current profile name which should match a profile section name 
> profile = profile.tizen tmpdir = /var/tmp buildroot = /data/GBS-ROOT/ 
> packaging_branch = master
> 
> 
> [profile.tizen]
> #Common authentication info for whole profile #user =
> #CAUTION: please use the key name "passwd" to reset plaintext password 
> #passwd = obs = obs.tizen #Comma separated list of repositories repos 
> = repo.tizen_latest #repos = repo.tizen_main, repo.tizen_base
> 
> [obs.tizen]
> #OBS API URL pointing to a remote OBS.
> url = https://api.tizen.org
> #Optional user and password, set if differ from profile's user and 
> password #user = #passwd =
> 
> #Repo section example
> [repo.tizen_latest]
> #Build against repo's URL
> url = http://download.tizen.org/snapshots/tizen/mobile/latest/
> #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/i
> a32/packages/
> #[repo.tizen_main]
> #url = 
> http://download.tizen.org/releases/daily/trunk/ivi/latest/repos/ivi/ia
> 32/packages/
> 
> Thank you.
> -Suresh
> _______________________________________________
> Dev mailing list
> [email protected]
> https://lists.tizen.org/listinfo/dev
> 
_______________________________________________
Dev mailing list
[email protected]
https://lists.tizen.org/listinfo/dev
_______________________________________________
Dev mailing list
[email protected]
https://lists.tizen.org/listinfo/dev

Reply via email to