summaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2015-07-08 10:36:16 -0700
committerSaul Wold <sgw@linux.intel.com>2015-07-08 10:36:16 -0700
commit6b3837170bfda7ce9df409c10e05f66f4b987a89 (patch)
tree436baa2a65a1eae5da834cd6ef5306f4372e773e /common/recipes-kernel
parent2ff587659537dbdc31829739bcbb72731fab5ef9 (diff)
downloadmeta-intel-6b3837170bfda7ce9df409c10e05f66f4b987a89.tar.gz
linux-yocto-dev: Enable the intel-quark BSP
The linux-yocto-dev kernel is 4.1 based and has the support needed to enable the intel-quark bsp without additional patching Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common/recipes-kernel')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-dev.bbappend8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-dev.bbappend b/common/recipes-kernel/linux/linux-yocto-dev.bbappend
index 554bd624..75cd2809 100644
--- a/common/recipes-kernel/linux/linux-yocto-dev.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto-dev.bbappend
@@ -14,6 +14,14 @@ KMACHINE_corei7-64-intel-common = "intel-corei7-64"
14KBRANCH_corei7-64-intel-common = "standard/base" 14KBRANCH_corei7-64-intel-common = "standard/base"
15KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" 15KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}"
16 16
17# Quark / X1000 BSP Info
18LINUX_VERSION_i586-nlp-32-intel-common = "4.1"
19COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}"
20KMACHINE_i586-nlp-32-intel-common = "intel-quark"
21KBRANCH_i586-nlp-32-intel-common = "standard/base"
22KERNEL_FEATURES_append_i586-nlp-32-intel-common = ""
23#KCONFIG_MODE_i586-nlp-32-intel-common = "--allnoconfig"
24
17# NOTE: We do not set SRCREVs here as -dev is intended to be built with AUTOREV 25# NOTE: We do not set SRCREVs here as -dev is intended to be built with AUTOREV
18# and setting them here breaks the default mechanism to use AUTOREV if the 26# and setting them here breaks the default mechanism to use AUTOREV if the
19# default SRCREV is set and linux-yocto-dev is the preferred provider. 27# default SRCREV is set and linux-yocto-dev is the preferred provider.