summaryrefslogtreecommitdiffstats
path: root/meta-n450
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2012-04-30 17:12:49 -0700
committerDarren Hart <dvhart@linux.intel.com>2012-05-07 12:39:19 -0700
commitd719c0acf0a7fe010f23be11cd19676186bea784 (patch)
tree2c3c60457118b1f5829ecd071a6eea938aa1887c /meta-n450
parente8b9e92b32ed01ec1824d950bf69f18bd2695910 (diff)
downloadmeta-intel-d719c0acf0a7fe010f23be11cd19676186bea784.tar.gz
n450: Update to linux-yocto 3.2
Update the PREFERRED_VERSION to 3.2. Drop cfg/smp.scc as this is now included in common-pc. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta-n450')
-rw-r--r--meta-n450/conf/machine/n450.conf3
-rw-r--r--meta-n450/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend10
-rw-r--r--meta-n450/recipes-kernel/linux/linux-yocto_3.2.bbappend7
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
6PREFERRED_PROVIDER-virtual/kernel ?= "linux-yocto"
7PREFERRED_VERSION_linux-yocto ?= "3.2%"
8
6require conf/machine/include/tune-atom.inc 9require conf/machine/include/tune-atom.inc
7require conf/machine/include/ia32-base.inc 10require 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 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2COMPATIBLE_MACHINE_n450 = "n450"
3KMACHINE_n450 = "atom-pc"
4
5KERNEL_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 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2COMPATIBLE_MACHINE_n450 = "n450"
3KMACHINE_n450 = "atom-pc"
4KBRANCH_n450 = "standard/default/common-pc/base"
5
6#SRCREV_machine_pn-linux-yocto_n450 = XXXX
7#SRCREV_meta_pn-linux-yocto_n450 ?= XXXX