meta-tizen: Use the Tizen Common kernel configuration
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 16 Jul 2014 08:58:56 +0000 (10:58 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 17:21:29 +0000 (09:21 -0800)
commit664864d603f37f683ab6b975fae8b369e5801681
treeac03060d474c7be80eabf58bd2e8d246e4670a33
parent12b5f08bcaf44f59cd9543746db113de3932a8af
meta-tizen: Use the Tizen Common kernel configuration

A lot of options were missing in the default configuration. To get a
kernel configuration very similar to the one used in Tizen Common, two
things are done:
* Setting the "KCONFIG_MODE" variable to prevent the use of the
  "--allnoconfig" flag which disable all kernel options.
* Use the defconfig files from the Tizen Common kernel (project
  kernel-common).

The difference between the Tizen Common kernel configuration and the
Tizen Yocto one are now minimal. There are due to two things:
* Use of kernel 3.14.5 in Yocto instead of 3.14.4.
* Additional BSP/MACHINE specific and Yocto specific configurations.

Also rename the subdir for additional files "linux-yocto".

Change-Id: Id9dd111975ff0e5deaa84567aaeeb61908c192b2
(From meta-tizen rev: ead1cdf716b1d619b39540dfd53eac0af69bf462)

Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
meta-tizen/recipes-kernel/linux/files/defconfig [deleted file]
meta-tizen/recipes-kernel/linux/files/intel-ethernet-drivers.cfg [deleted file]
meta-tizen/recipes-kernel/linux/linux-yocto/0001-Smack-Cgroup-filesystem-access.patch [moved from meta-tizen/recipes-kernel/linux/files/0001-Smack-Cgroup-filesystem-access.patch with 100% similarity]
meta-tizen/recipes-kernel/linux/linux-yocto/0002-SMACK-Fix-handling-value-NULL-in-post-setxattr.patch [moved from meta-tizen/recipes-kernel/linux/files/0002-SMACK-Fix-handling-value-NULL-in-post-setxattr.patch with 100% similarity]
meta-tizen/recipes-kernel/linux/linux-yocto/genericx86/defconfig [new file with mode: 0644]
meta-tizen/recipes-kernel/linux/linux-yocto/romley-ivb/defconfig [new file with mode: 0644]
meta-tizen/recipes-kernel/linux/linux-yocto/valleyisland-64/defconfig [new file with mode: 0644]
meta-tizen/recipes-kernel/linux/linux-yocto_3.14.bbappend