diff options
Diffstat (limited to 'meta-sys940x/recipes-kernel')
-rw-r--r-- | meta-sys940x/recipes-kernel/linux/linux-yocto_3.10.bbappend | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-sys940x/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-sys940x/recipes-kernel/linux/linux-yocto_3.10.bbappend new file mode 100644 index 00000000..64db3f28 --- /dev/null +++ b/meta-sys940x/recipes-kernel/linux/linux-yocto_3.10.bbappend | |||
@@ -0,0 +1,12 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | KMETA = "meta" | ||
4 | LINUX_VERSION = "3.10.11" | ||
5 | |||
6 | COMPATIBLE_MACHINE_sys940x-noemgd = "sys940x-noemgd" | ||
7 | KMACHINE_sys940x-noemgd = "sys940x" | ||
8 | KBRANCH_sys940x-noemgd = "standard/sys940x" | ||
9 | KERNEL_FEATURES_sys940x-noemgd = " cfg/vesafb" | ||
10 | SRCREV_meta_sys940x-noemgd = "285f93bf942e8f6fa678ffc6cc53696ed5400718" | ||
11 | SRCREV_machine_sys940x-noemgd = "702040ac7c7ec66a29b4d147665ccdd0ff015577" | ||
12 | |||