meta-intel/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
Darren Hart 8782d90d0d jasperforest: Set PACKAGE_ARCH to MACHINE_ARCH explicitly
The new intel-common.inc sets the default of the PACKAGE_ARCH for the
linux-yocto kernel recipes to DEFAULTTUNE_kernel. Revert the existing
recipes to MACHINE_ARCH until they can be removed in favor of a more
unified mechanism.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2014-01-27 16:56:14 -08:00

10 lines
422 B
Plaintext

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