On Wed, Mar 19, 2014 at 10:30:50PM +0530, Suresh Kanzariya wrote: > Hi, > > I am trying to build tizen image, for that I have setup gbs in my > ubuntu 12.04 and I have compiled zlib and sed packages from source > downloaded from 'git clone'. > > I have some question in my mind. I have explored the document on the > site, but now I want to understand > 1. What is the difference between Generic, Mobile and IVI profile for > tizen? on my ubuntu which Image i can build and test since I don't > have any ARM device. Those are the different "profile" definitions of Tizen, for different product platform. Generic is to be the common base of all other profiles, which will include all common packages and all supported building targets and arches. Mobile is for mobile phone platform currently, and IVI is for ia32 IVI platform.
According your request, emulator but not ARM images can be found in: http://download.tizen.org/snapshots/tizen/emulator/tizen_20140310.5/ The emulator images and packages are built by using almost the same source code for ARM images. > 2. In order to build tizen image for mobile, Do i need a cross > toolchain like linaro? In Tizen build, especially for ARM build, we are using a real full stack ARM native runtime, which will be run inside a emulator container with several accelerating tricks. > 3. Do I need to download all package source in order to build image for qemu? > > I am trying to build individual package and trying to learn the build > system environment. Yes, you can build out images from all source code with the help of gbs local full build featrure. But also you can use the snapshots in download.tizen.org as the base, and build individual package or group of packages by gbs, then integrate the gbs output(rpm) into the images for testings. That's the quick way for development. FYI, some links as below: https://source.tizen.org/documentation/developer-guide http://download.tizen.org/snapshots/tizen/emulator/tizen_20140310.5/ (emulator) http://download.tizen.org/snapshots/tizen/rd-pq/tizen_20140310.11/ (ARM) http://download.tizen.org/snapshots/tizen/ivi/ivi/tizen_20140319.13/ (IVI) thanks - jf.ding > > Thanks. > Suresh > _______________________________________________ > Dev mailing list > [email protected] > https://lists.tizen.org/listinfo/dev _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
