From 9d3ed8034befd70b17a7f4faf3cfc39126251b58 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Wed, 14 Mar 2012 12:53:03 -0700 Subject: fri2: Update KMACHINE and KBRANCH variables Specify only the machine itself in KMACHINE and set the branch explicitly. Use an fri2 specific branch in non-rt while we sort out whether or not to create these dynamically or not. Signed-off-by: Darren Hart --- meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend') diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend index 3af58917..45631015 100644 --- a/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend +++ b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend @@ -1,10 +1,9 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + COMPATIBLE_MACHINE_fri2 = "fri2" KMACHINE_fri2 = "fri2" +KBRANCH_fri2 = "yocto/standard/preempt-rt/base" + COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd" KMACHINE_fri2-noemgd = "fri2" - -# Update the following to use a different BSP branch or meta SRCREV -#KBRANCH_fri2 = "yocto/standard/preempt-rt/base" -#SRCREV_machine_pn-linux-yocto-rt_fri2 ?= XXXX -#SRCREV_meta_pn-linux-yocto-rt_fri2 ?= XXXX +KBRANCH_fri2-noemgd = "yocto/standard/preempt-rt/base" -- cgit v1.2.3-54-g00ecf