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
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 And finally, AFAIK, you're supposed to run "gbs build" in the same directory as "repo sync". -- 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-source > > 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/ia32/packages/ > #[repo.tizen_main] > #url = > http://download.tizen.org/releases/daily/trunk/ivi/latest/repos/ivi/ia32/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
