diff options
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. |