summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend
index e7c2df85..e69c644b 100644
--- a/meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend
+++ b/meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend
@@ -2,6 +2,9 @@ FILESEXTRAPATHS := "${THISDIR}/${PN}"
2KMACHINE_n450 = "atom-pc" 2KMACHINE_n450 = "atom-pc"
3COMPATIBLE_MACHINE_n450 = "n450" 3COMPATIBLE_MACHINE_n450 = "n450"
4 4
5# The n450 is a single core hypterthreaded CPU
6KERNEL_FEATURES_append_n450 += " cfg/smp.scc"
7
5# We use the atom-pc machine SRCREV and the default meta SRCREV 8# We use the atom-pc machine SRCREV and the default meta SRCREV
6#SRCREV_machine_pn-linux-yocto-stable_n450 = "" 9#SRCREV_machine_pn-linux-yocto-stable_n450 = ""
7#SRCREV_meta_pn-linux-yocto-stable_n450 ?= "" 10#SRCREV_meta_pn-linux-yocto-stable_n450 ?= ""