Hi Hyukjoong, You can also check this wiki article dedicated to the Linux kernel on Tizen: https://wiki.tizen.org/wiki/Linux#Tizen:Common
The idea behind this model is to have a shared kernel base with global patches on one side (platform/kernel/linux-stable) and let the profile maintainers deal with their own requirements, while still sharing the same base. In the particular case of Tizen:Common, we maintain the profile/common/kernel-common tree with Common specific options for x86(_64) and generic ARM (vexpress setup). For the kernel config files, the easy way to find them is to clone profile/common/kernel-common, to checkout the tizen_common branch and grab them in arch/x86/configs/, or run a 'make config' and get the generated .config file. Please note that we only maintain the defconfig files: this way, we follow the upstream configuration defaults and only specify the delta. Alternatively, you can install a Common image and grab /proc/config.gz. Best regards, -- Stéphane Desneux Intel OTC - Vannes/FR gpg:1CA35726/DFA9B0232EF80493AF2891FA24E3A2841CA35726 On 03/12/2014 13:25, Hyukjoong Kim wrote: > 2014-12-03 18:22 GMT+09:00 Dominig ar Foll (Intel OTC) > <[email protected] <mailto:[email protected]>>: > > > Le 03/12/2014 06:52, Hyukjoong Kim a écrit : > > Hi, > > I have a simple question about tizen 3.0 common. > > In case of tizen 3.0 with x86(_64), the linux kernel code is > different from vanilla linux kernel, correct? > > NO. We have specific option of configuration You will find how > Common is built described here: > https://wiki.tizen.org/wiki/__Common#Build_configurations > <https://wiki.tizen.org/wiki/Common#Build_configurations> > > From the wiki page, I could not find the specific configuration for > linux kernel. > Although I didn't understand clearly, did you mean if I specify the > kernel configuration with tizen-specific option, then tizen can be > runnable with lower version of kernel? (despite the several disadvantage) > Then, how can I get specific configuration for tizen common 3.0? > > > > > For more detail look at the page 16 of Stéphane presentation at > Linux Con Oct14 in Düsseldorf. > > https://wiki.tizen.org/w/__images/8/86/LinuxCon14___TizenCommon_20141015.pdf > <https://wiki.tizen.org/w/images/8/86/LinuxCon14_TizenCommon_20141015.pdf> > > I read about the p16 of the ppt. But, I can't get the clear meaning. You > mean the method to switch into tizen common specific linux kernel by > merging tizen-specific patch with vanilla kernel branch? and the URL is > correct? > > And now, I'm using generic QEMU with former SoC (non baytrail), so I > think the SoC problem will not happen. right? > > Thanks, > > -Hyukjoong > > > _______________________________________________ > Dev mailing list > [email protected] > https://lists.tizen.org/listinfo/dev > _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
