diff options
| -rw-r--r-- | meta-n450/conf/machine/n450.conf | 3 | ||||
| -rw-r--r-- | meta-n450/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend | 10 | ||||
| -rw-r--r-- | meta-n450/recipes-kernel/linux/linux-yocto_3.2.bbappend | 7 |
3 files changed, 20 insertions, 0 deletions
diff --git a/meta-n450/conf/machine/n450.conf b/meta-n450/conf/machine/n450.conf index dac63eda..7ce4cc70 100644 --- a/meta-n450/conf/machine/n450.conf +++ b/meta-n450/conf/machine/n450.conf | |||
| @@ -3,6 +3,9 @@ | |||
| 3 | 3 | ||
| 4 | #@DESCRIPTION: Machine configuration for Intel 1-N450 based systems | 4 | #@DESCRIPTION: Machine configuration for Intel 1-N450 based systems |
| 5 | 5 | ||
| 6 | PREFERRED_PROVIDER-virtual/kernel ?= "linux-yocto" | ||
| 7 | PREFERRED_VERSION_linux-yocto ?= "3.2%" | ||
| 8 | |||
| 6 | require conf/machine/include/tune-atom.inc | 9 | require conf/machine/include/tune-atom.inc |
| 7 | require conf/machine/include/ia32-base.inc | 10 | require conf/machine/include/ia32-base.inc |
| 8 | 11 | ||
diff --git a/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend new file mode 100644 index 00000000..1c7fef99 --- /dev/null +++ b/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | COMPATIBLE_MACHINE_n450 = "n450" | ||
| 3 | KMACHINE_n450 = "atom-pc" | ||
| 4 | |||
| 5 | KERNEL_FEATURES_append_n450 += " cfg/smp.scc" | ||
| 6 | |||
| 7 | # Update the following to use a different BSP branch or meta SRCREV | ||
| 8 | #KBRANCH_n450 = "yocto/standard/preempt-rt/base" | ||
| 9 | #SRCREV_machine_pn-linux-yocto-rt_n450 ?= XXXX | ||
| 10 | #SRCREV_meta_pn-linux-yocto-rt_n450 ?= XXXX | ||
diff --git a/meta-n450/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto_3.2.bbappend new file mode 100644 index 00000000..f02c4756 --- /dev/null +++ b/meta-n450/recipes-kernel/linux/linux-yocto_3.2.bbappend | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | COMPATIBLE_MACHINE_n450 = "n450" | ||
| 3 | KMACHINE_n450 = "atom-pc" | ||
| 4 | KBRANCH_n450 = "standard/default/common-pc/base" | ||
| 5 | |||
| 6 | #SRCREV_machine_pn-linux-yocto_n450 = XXXX | ||
| 7 | #SRCREV_meta_pn-linux-yocto_n450 ?= XXXX | ||
