From: Tom Zanussi <[email protected]> Switch sugarbay to the 3.2 kernel and update kernel SRCREVs.
Signed-off-by: Tom Zanussi <[email protected]> --- meta-sugarbay/conf/machine/sugarbay.conf | 2 ++ .../linux/linux-yocto-rt_3.2.bbappend | 8 ++++++++ .../recipes-kernel/linux/linux-yocto_3.2.bbappend | 9 +++++++++ 3 files changed, 19 insertions(+), 0 deletions(-) create mode 100644 meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend create mode 100644 meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend diff --git a/meta-sugarbay/conf/machine/sugarbay.conf b/meta-sugarbay/conf/machine/sugarbay.conf index 25b3aad..776089e 100644 --- a/meta-sugarbay/conf/machine/sugarbay.conf +++ b/meta-sugarbay/conf/machine/sugarbay.conf @@ -4,6 +4,8 @@ #@DESCRIPTION: Machine configuration for Sugar Bay systems # i.e. Sandy Bridge + Cougar Point +PREFERRED_VERSION_linux-yocto ?= "3.2%" + require conf/machine/include/tune-x86_64.inc require conf/machine/include/ia32-base.inc diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend b/meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend new file mode 100644 index 0000000..531a3ad --- /dev/null +++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend @@ -0,0 +1,8 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +COMPATIBLE_MACHINE_sugarbay = "sugarbay" +KMACHINE_sugarbay = "sugarbay" + +# Update the following to use a different BSP branch or meta SRCREV +#KBRANCH_sugarbay = "standard/preempt-rt/base" +#SRCREV_machine_pn-linux-yocto-rt_sugarbay ?= XXXX +#SRCREV_meta_pn-linux-yocto-rt_sugarbay ?= XXXX diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend new file mode 100644 index 0000000..4755fa7 --- /dev/null +++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend @@ -0,0 +1,9 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +COMPATIBLE_MACHINE_sugarbay = "sugarbay" + +KMACHINE_sugarbay = "sugarbay" +KBRANCH_sugarbay = "standard/default/common-pc-64/sugarbay" + +SRCREV_machine_pn-linux-yocto_sugarbay ?= "6b0da62eb4beaf950ef235cb548490afe6cfd055" +SRCREV_meta_pn-linux-yocto_sugarbay ?= "64840f55ee144e9814278eaa8e3f33dd60da892c" -- 1.7.0.4 _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
