Add linux-yocto_3.2 and linux-yocto-rt_3.2 kernel recipes, following the pattern of the 3.0 recipes.
Signed-off-by: Darren Hart <[email protected]> --- .../linux/linux-yocto-rt_3.2.bbappend | 11 +++++++++++ .../recipes-kernel/linux/linux-yocto_3.2.bbappend | 11 +++++++++++ 2 files changed, 22 insertions(+), 0 deletions(-) create mode 100644 meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend create mode 100644 meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend new file mode 100644 index 0000000..c43975f --- /dev/null +++ b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend @@ -0,0 +1,11 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +COMPATIBLE_MACHINE_fri2 = "fri2" +KMACHINE_fri2 = "fri2" +KBRANCH_fri2 = "standard/preempt-rt/base" + +COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd" +KMACHINE_fri2-noemgd = "fri2" +KBRANCH_fri2-noemgd = "standard/preempt-rt/base" + +module_autoload_iwlwifi = "iwlwifi" diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend new file mode 100644 index 0000000..c125e9a --- /dev/null +++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend @@ -0,0 +1,11 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +COMPATIBLE_MACHINE_fri2 = "fri2" +KMACHINE_fri2 = "fri2" +KBRANCH_fri2 = "standard/default/fri2" + +COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd" +KMACHINE_fri2-noemgd = "fri2" +KBRANCH_fri2-noemgd = "standard/default/fri2" + +module_autoload_iwlwifi = "iwlwifi" -- 1.7.5.4 _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
