Hello.
I need helps... to build tizen platform and update this on device RD-PQ
I'm working on ubuntu 14.04 in VMware.
I've got all codes of tizen_2.2 with command like below on tizen_2.2 directory
- mkdir tizen_2.2; cd tizen_2.2
- repo init -u ssh://calvin98@review.tizen.org:29418/scm/manifest -b tizen_2.2
- repo sync
in ~/.gbs.conf, url described like below
url = http://download.tizen.org/releases/2.2/latest/
and tried to build all modules on tizen_2.2/framework directories.
- gbs build -A armv7l --include-all
almost all of modules it's about 300 of 377 was failed because of dependencies. I heard that I have to download modules needed to build, but I've no idea which modules are located on which git url.
anybody let me know how to overcome this situation?
is there a way to get all of codes of tizen_2.2 or any versions building can be done without dependency errors.....??