diff options
Diffstat (limited to 'meta-n450/recipes-kernel/linux')
-rw-r--r-- | meta-n450/recipes-kernel/linux/linux-yocto_3.0.bbappend | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-n450/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto_3.0.bbappend new file mode 100644 index 00000000..c1b69aab --- /dev/null +++ b/meta-n450/recipes-kernel/linux/linux-yocto_3.0.bbappend | |||
@@ -0,0 +1,9 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | COMPATIBLE_MACHINE_n450 = "n450" | ||
3 | KMACHINE_n450 = "yocto/standard/common-pc/atom-pc" | ||
4 | |||
5 | # The n450 is a single core hypterthreaded CPU | ||
6 | KERNEL_FEATURES_append_n450 += " cfg/smp.scc" | ||
7 | |||
8 | SRCREV_machine_pn-linux-yocto_n450 = "c54453332efbd86c2ea3caa64e908b39cfac1e76" | ||
9 | #SRCREV_meta_pn-linux-yocto_n450 ?= XXXX | ||