mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-04 16:10:06 +00:00
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>
9 lines
382 B
Plaintext
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}
|