diff options
author | Saul Wold <sgw@linux.intel.com> | 2015-07-08 10:36:16 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2015-07-08 10:36:16 -0700 |
commit | 6b3837170bfda7ce9df409c10e05f66f4b987a89 (patch) | |
tree | 436baa2a65a1eae5da834cd6ef5306f4372e773e /common | |
parent | 2ff587659537dbdc31829739bcbb72731fab5ef9 (diff) | |
download | meta-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')
-rw-r--r-- | common/recipes-kernel/linux/linux-yocto-dev.bbappend | 8 |
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" | |||
14 | KBRANCH_corei7-64-intel-common = "standard/base" | 14 | KBRANCH_corei7-64-intel-common = "standard/base" |
15 | KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" | 15 | KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" |
16 | 16 | ||
17 | # Quark / X1000 BSP Info | ||
18 | LINUX_VERSION_i586-nlp-32-intel-common = "4.1" | ||
19 | COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}" | ||
20 | KMACHINE_i586-nlp-32-intel-common = "intel-quark" | ||
21 | KBRANCH_i586-nlp-32-intel-common = "standard/base" | ||
22 | KERNEL_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. |