diff options
Diffstat (limited to 'meta-crownbay')
4 files changed, 41 insertions, 0 deletions
diff --git a/meta-crownbay/conf/machine/crownbay-noemgd.conf b/meta-crownbay/conf/machine/crownbay-noemgd.conf index 2c80bd8d..af85b007 100644 --- a/meta-crownbay/conf/machine/crownbay-noemgd.conf +++ b/meta-crownbay/conf/machine/crownbay-noemgd.conf | |||
@@ -4,6 +4,8 @@ | |||
4 | #@DESCRIPTION: Machine configuration for Crown Bay systems, without Intel-proprietary graphics bits | 4 | #@DESCRIPTION: Machine configuration for Crown Bay systems, without Intel-proprietary graphics bits |
5 | # i.e. E660 + EG20T | 5 | # i.e. E660 + EG20T |
6 | 6 | ||
7 | PREFERRED_VERSION_linux-yocto ?= "3.2%" | ||
8 | |||
7 | require conf/machine/include/tune-atom.inc | 9 | require conf/machine/include/tune-atom.inc |
8 | require conf/machine/include/ia32-base.inc | 10 | require conf/machine/include/ia32-base.inc |
9 | 11 | ||
diff --git a/meta-crownbay/conf/machine/crownbay.conf b/meta-crownbay/conf/machine/crownbay.conf index 2c1ef3d5..1458bff2 100644 --- a/meta-crownbay/conf/machine/crownbay.conf +++ b/meta-crownbay/conf/machine/crownbay.conf | |||
@@ -4,6 +4,8 @@ | |||
4 | #@DESCRIPTION: Machine configuration for Crown Bay systems | 4 | #@DESCRIPTION: Machine configuration for Crown Bay systems |
5 | # i.e. E660 + EG20T | 5 | # i.e. E660 + EG20T |
6 | 6 | ||
7 | PREFERRED_VERSION_linux-yocto ?= "3.2%" | ||
8 | |||
7 | require conf/machine/include/tune-atom.inc | 9 | require conf/machine/include/tune-atom.inc |
8 | require conf/machine/include/ia32-base.inc | 10 | require conf/machine/include/ia32-base.inc |
9 | 11 | ||
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend new file mode 100644 index 00000000..dee9bce4 --- /dev/null +++ b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend | |||
@@ -0,0 +1,20 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd" | ||
4 | KMACHINE_crownbay-noemgd = "crownbay" | ||
5 | |||
6 | KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc" | ||
7 | |||
8 | COMPATIBLE_MACHINE_crownbay = "crownbay" | ||
9 | KMACHINE_crownbay = "crownbay" | ||
10 | |||
11 | KERNEL_FEATURES_append_crownbay += " cfg/smp.scc" | ||
12 | |||
13 | # Update the following to use a different BSP branch or meta SRCREV | ||
14 | #KBRANCH_crownbay-noemgd = "yocto/standard/preempt-rt/base" | ||
15 | #SRCREV_machine_pn-linux-yocto-rt_crownbay-noemgd ?= XXXX | ||
16 | #SRCREV_meta_pn-linux-yocto-rt_crownbay-noemgd ?= XXXX | ||
17 | |||
18 | #KBRANCH_crownbay = "yocto/standard/preempt-rt/base" | ||
19 | #SRCREV_machine_pn-linux-yocto-rt_crownbay ?= XXXX | ||
20 | #SRCREV_meta_pn-linux-yocto-rt_crownbay ?= XXXX | ||
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend new file mode 100644 index 00000000..a3075b4b --- /dev/null +++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend | |||
@@ -0,0 +1,17 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | COMPATIBLE_MACHINE_crownbay = "crownbay" | ||
4 | KMACHINE_crownbay = "crownbay" | ||
5 | KBRANCH_crownbay = "standard/default/crownbay" | ||
6 | KERNEL_FEATURES_append_crownbay += " cfg/smp.scc" | ||
7 | |||
8 | COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd" | ||
9 | KMACHINE_crownbay-noemgd = "crownbay" | ||
10 | KBRANCH_crownbay-noemgd = "standard/default/crownbay" | ||
11 | KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc" | ||
12 | |||
13 | SRCREV_machine_pn-linux-yocto_crownbay ?= "211fc7f4d10ec2b82b424286aabbaff9254b7cbd" | ||
14 | SRCREV_meta_pn-linux-yocto_crownbay ?= "514847185c78c07f52e02750fbe0a03ca3a31d8f" | ||
15 | |||
16 | SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "211fc7f4d10ec2b82b424286aabbaff9254b7cbd" | ||
17 | SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "514847185c78c07f52e02750fbe0a03ca3a31d8f" | ||