tizen.conf: always use 3.14 kernel
authorPatrick Ohly <patrick.ohly@intel.com>
Tue, 3 Feb 2015 13:30:11 +0000 (05:30 -0800)
committerPatrick Ohly <patrick.ohly@intel.com>
Tue, 3 Feb 2015 15:22:48 +0000 (07:22 -0800)
Because the weaker ?= assignment was used, a BSP layer like
meta-intel was able to override the default kernel. We cannot
allow that, because we really need the Tizen kernel (additional
patches, defconfig).

Change-Id: Idd84347fc0350efc285acb19e17e317af6c2d9a9

meta-tizen-common-base/conf/distro/tizen.conf

index 2580560..d8ea93c 100644 (file)
@@ -47,7 +47,9 @@ PREFERRED_PROVIDER_rpmbuild = "rpm-native"
 PREFERRED_PROVIDER_libpam = "pam"
 PREFERRED_PROVIDER_pciutils-ids = "pciutils"
 
-PREFERRED_VERSION_linux-yocto ?= "3.14%"
+# We have to use our kernel recipe, even when BSP layers
+# like meta-intel set a different default.
+PREFERRED_VERSION_linux-yocto = "3.14%"
 PREFERRED_VERSION_elfutils ?= "0.160"
 
 LICENSE_FLAGS_WHITELIST += "commercial"