From 0afd6d70c7180bdd55db3a6d813aa2f79f52e690 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Wed, 3 Apr 2013 19:37:16 -0700 Subject: linux-yocto-rt_3.4: Add 3.4.36-rt50 support to BSPs that only had 3.2 In preparation for removal of the 3.2 kernel recipes, ensure that we have 3.4.36-rt50 support for all BSPs supporting rt. Do not update ISG maintained BSPs. Signed-off-by: Darren Hart --- meta-n450/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend | 8 ++++++++ meta-n450/recipes-kernel/linux/linux-yocto_3.4.bbappend | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 meta-n450/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend create mode 100644 meta-n450/recipes-kernel/linux/linux-yocto_3.4.bbappend (limited to 'meta-n450/recipes-kernel') diff --git a/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend new file mode 100644 index 00000000..59a8db28 --- /dev/null +++ b/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend @@ -0,0 +1,8 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +COMPATIBLE_MACHINE_n450 = "n450" +KMACHINE_n450 = "atom-pc" + +# 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 diff --git a/meta-n450/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto_3.4.bbappend new file mode 100644 index 00000000..546f6ddd --- /dev/null +++ b/meta-n450/recipes-kernel/linux/linux-yocto_3.4.bbappend @@ -0,0 +1,8 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +COMPATIBLE_MACHINE_n450 = "n450" +KMACHINE_n450 = "atom-pc" +KBRANCH_n450 = "standard/default/common-pc/atom-pc" + +#SRCREV_machine_pn-linux-yocto_n450 = XXXX +#SRCREV_meta_pn-linux-yocto_n450 ?= XXXX -- cgit v1.2.3-54-g00ecf