summaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel
diff options
context:
space:
mode:
authorGeorge Nita <george.nita@enea.com>2015-07-10 05:11:54 +0200
committerGeorge Nita <george.nita@enea.com>2015-07-10 05:11:54 +0200
commit8292f22ea94554d4d8ffb58ca96d8c3c12543dd0 (patch)
tree436baa2a65a1eae5da834cd6ef5306f4372e773e /common/recipes-kernel
parent6098c21c68145a054bf04f8706d780007c254048 (diff)
parent6b3837170bfda7ce9df409c10e05f66f4b987a89 (diff)
downloadmeta-intel-8292f22ea94554d4d8ffb58ca96d8c3c12543dd0.tar.gz
Merge remote-tracking branch 'origin/master' into master-enea
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.