diff options
Diffstat (limited to 'meta-crownbay/recipes-kernel')
-rw-r--r-- | meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend | 9 | ||||
-rw-r--r-- | meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend | 12 |
2 files changed, 21 insertions, 0 deletions
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend new file mode 100644 index 00000000..5c24dcf3 --- /dev/null +++ b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend | |||
@@ -0,0 +1,9 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd" | ||
4 | KMACHINE_crownbay-noemgd = "crownbay" | ||
5 | |||
6 | # Update the following to use a different BSP branch or meta SRCREV | ||
7 | #KBRANCH_crownbay-noemgd = "standard/preempt-rt/base" | ||
8 | #SRCREV_machine_pn-linux-yocto-rt_crownbay-noemgd ?= XXXX | ||
9 | #SRCREV_meta_pn-linux-yocto-rt_crownbay-noemgd ?= XXXX | ||
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend new file mode 100644 index 00000000..36e2015d --- /dev/null +++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend | |||
@@ -0,0 +1,12 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd" | ||
4 | KMACHINE_crownbay-noemgd = "crownbay" | ||
5 | KBRANCH_crownbay-noemgd = "standard/crownbay" | ||
6 | KERNEL_FEATURES_append_crownbay-noemgd = " cfg/vesafb" | ||
7 | |||
8 | LINUX_VERSION = "3.10.11" | ||
9 | |||
10 | SRCREV_meta_crownbay-noemgd = "285f93bf942e8f6fa678ffc6cc53696ed5400718" | ||
11 | SRCREV_machine_crownbay-noemgd = "702040ac7c7ec66a29b4d147665ccdd0ff015577" | ||
12 | |||