meta-intel/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
Darren Hart bf39c131f3 rt: simplify linux-yocto-rt.bbappend for all BSPs
As the all the BSPs use the same BSP branch and meta commit ID as the base
recipe, there is no need specify the KBRANCH and SRCREVs. Not doing so
greatly simplifies maintenance. Leaving the syntax in place, but commented
out, serves as documentation should the need arise to use a different BSP
branch or meta commit ID.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-12 07:25:34 -07:00

9 lines
382 B
Plaintext

FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
COMPATIBLE_MACHINE_jasperforest = "jasperforest"
KMACHINE_jasperforest = "jasperforest"
# Update the following to use a different BSP branch or meta SRCREV
#KBRANCH_jasperforest = "yocto/standard/preempt-rt/base"
#SRCREV_machine_pn-linux-yocto-rt_jasperforest ?= ${AUTOREV}
#SRCREV_meta_pn-linux-yocto-rt_jasperforest ?= ${AUTOREV}