mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
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>
This commit is contained in:
parent
e8b9e92b32
commit
d719c0acf0
|
@ -3,6 +3,9 @@
|
|||
|
||||
#@DESCRIPTION: Machine configuration for Intel 1-N450 based systems
|
||||
|
||||
PREFERRED_PROVIDER-virtual/kernel ?= "linux-yocto"
|
||||
PREFERRED_VERSION_linux-yocto ?= "3.2%"
|
||||
|
||||
require conf/machine/include/tune-atom.inc
|
||||
require conf/machine/include/ia32-base.inc
|
||||
|
||||
|
|
10
meta-n450/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
Normal file
10
meta-n450/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
Normal file
|
@ -0,0 +1,10 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
COMPATIBLE_MACHINE_n450 = "n450"
|
||||
KMACHINE_n450 = "atom-pc"
|
||||
|
||||
KERNEL_FEATURES_append_n450 += " cfg/smp.scc"
|
||||
|
||||
# Update the following to use a different BSP branch or meta SRCREV
|
||||
#KBRANCH_n450 = "yocto/standard/preempt-rt/base"
|
||||
#SRCREV_machine_pn-linux-yocto-rt_n450 ?= XXXX
|
||||
#SRCREV_meta_pn-linux-yocto-rt_n450 ?= XXXX
|
7
meta-n450/recipes-kernel/linux/linux-yocto_3.2.bbappend
Normal file
7
meta-n450/recipes-kernel/linux/linux-yocto_3.2.bbappend
Normal file
|
@ -0,0 +1,7 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
COMPATIBLE_MACHINE_n450 = "n450"
|
||||
KMACHINE_n450 = "atom-pc"
|
||||
KBRANCH_n450 = "standard/default/common-pc/base"
|
||||
|
||||
#SRCREV_machine_pn-linux-yocto_n450 = XXXX
|
||||
#SRCREV_meta_pn-linux-yocto_n450 ?= XXXX
|
Loading…
Reference in New Issue
Block a user