Prefer the 3.2 version of linux-yocto. Signed-off-by: Darren Hart <dvh...@linux.intel.com> --- meta-sys940x/conf/machine/sys940x-noemgd.conf | 2 ++ meta-sys940x/conf/machine/sys940x.conf | 2 ++ .../linux/linux-yocto-rt_3.2.bbappend | 12 ++++++++++++ .../recipes-kernel/linux/linux-yocto_3.2.bbappend | 15 +++++++++++++++ 4 files changed, 31 insertions(+), 0 deletions(-) create mode 100644 meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend create mode 100644 meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend
diff --git a/meta-sys940x/conf/machine/sys940x-noemgd.conf b/meta-sys940x/conf/machine/sys940x-noemgd.conf index 537e419..23ec0bc 100644 --- a/meta-sys940x/conf/machine/sys940x-noemgd.conf +++ b/meta-sys940x/conf/machine/sys940x-noemgd.conf @@ -10,6 +10,8 @@ require conf/machine/include/ia32-base.inc # Add "pcbios" if you have a non-efi version of the firmware MACHINE_FEATURES += "efi pcbios" +PREFERRED_VERSION_linux-yocto ?= "3.2%" + XSERVER ?= "${XSERVER_IA32_BASE} \ ${XSERVER_IA32_EXT} \ ${XSERVER_IA32_VESA} \ diff --git a/meta-sys940x/conf/machine/sys940x.conf b/meta-sys940x/conf/machine/sys940x.conf index 7123653..4b9b91d 100644 --- a/meta-sys940x/conf/machine/sys940x.conf +++ b/meta-sys940x/conf/machine/sys940x.conf @@ -10,6 +10,8 @@ require conf/machine/include/ia32-base.inc # Add "pcbios" if you have a non-efi version of the firmware MACHINE_FEATURES += "efi pcbios" +PREFERRED_VERSION_linux-yocto ?= "3.2%" + XSERVER ?= "${XSERVER_IA32_BASE} \ ${XSERVER_IA32_EXT} \ ${XSERVER_IA32_EMGD} \ diff --git a/meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend b/meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend new file mode 100644 index 0000000..888bb98 --- /dev/null +++ b/meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend @@ -0,0 +1,12 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +COMPATIBLE_MACHINE_sys940x = "sys940x" +KMACHINE_sys940x = "sys940x" + +COMPATIBLE_MACHINE_sys940x-noemgd = "sys940x-noemgd" +KMACHINE_sys940x-noemgd = "sys940x" + +# Update the following to use a different BSP branch or meta SRCREV +#KBRANCH_sys940x = "yocto/standard/preempt-rt/base" +#SRCREV_machine_pn-linux-yocto-rt_sys940x ?= XXXX +#SRCREV_meta_pn-linux-yocto-rt_sys940x ?= XXXX diff --git a/meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend new file mode 100644 index 0000000..98d6562 --- /dev/null +++ b/meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend @@ -0,0 +1,15 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + + +COMPATIBLE_MACHINE_sys940x = "sys940x" +KMACHINE_sys940x = "sys940x" +KBRANCH_sys940x = "standard/default/base" + +COMPATIBLE_MACHINE_sys940x-noemgd = "sys940x-noemgd" +KMACHINE_sys940x-noemgd = "sys940x" +KBRANCH_sys940x-noemgd = "standard/default/base" + +#SRCREV_machine_pn-linux-yocto_sys940x ?= "5df0b4c2538399aed543133b3855f809adf08ab8" +#SRCREV_meta_pn-linux-yocto_sys940x ?= "77ca4855e80acb8dad21acea946908716c308b5b" +#SRCREV_machine_pn-linux-yocto_sys940x-noemgd ?= "5df0b4c2538399aed543133b3855f809adf08ab8" +#SRCREV_meta_pn-linux-yocto_sys940x-noemgd ?= "77ca4855e80acb8dad21acea946908716c308b5b" -- 1.7.7.6 _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto