Use the Tizen Common kernel configuration 42/24542/1
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 16 Jul 2014 08:58:56 +0000 (10:58 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 16 Jul 2014 09:14:15 +0000 (11:14 +0200)
commitead1cdf716b1d619b39540dfd53eac0af69bf462
tree5401fb2ee02e931f96e83878d1b89f11e32f0272
parentb47127cdc1d70fa535f6da3b6d07fb9fdf68beeb
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
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-kernel/linux/files/defconfig [deleted file]
recipes-kernel/linux/files/intel-ethernet-drivers.cfg [deleted file]
recipes-kernel/linux/linux-yocto/0001-Smack-Cgroup-filesystem-access.patch [moved from recipes-kernel/linux/files/0001-Smack-Cgroup-filesystem-access.patch with 100% similarity]
recipes-kernel/linux/linux-yocto/0002-SMACK-Fix-handling-value-NULL-in-post-setxattr.patch [moved from recipes-kernel/linux/files/0002-SMACK-Fix-handling-value-NULL-in-post-setxattr.patch with 100% similarity]
recipes-kernel/linux/linux-yocto/genericx86/defconfig [new file with mode: 0644]
recipes-kernel/linux/linux-yocto/romley-ivb/defconfig [new file with mode: 0644]
recipes-kernel/linux/linux-yocto/valleyisland-64/defconfig [new file with mode: 0644]
recipes-kernel/linux/linux-yocto_3.14.bbappend