mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
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>
This commit is contained in:
parent
5a2894f272
commit
8782d90d0d
|
|
@ -1,5 +1,7 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
PACKAGE_ARCH_jasperforest = "${MACHINE_ARCH}"
|
||||
|
||||
COMPATIBLE_MACHINE_jasperforest = "jasperforest"
|
||||
|
||||
KMACHINE_jasperforest = "jasperforest"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
PACKAGE_ARCH_jasperforest = "${MACHINE_ARCH}"
|
||||
COMPATIBLE_MACHINE_jasperforest = "jasperforest"
|
||||
KMACHINE_jasperforest = "jasperforest"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
PACKAGE_ARCH_jasperforest = "${MACHINE_ARCH}"
|
||||
|
||||
COMPATIBLE_MACHINE_jasperforest = "jasperforest"
|
||||
KMACHINE_jasperforest = "jasperforest"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
PACKAGE_ARCH_jasperforest = "${MACHINE_ARCH}"
|
||||
|
||||
COMPATIBLE_MACHINE_jasperforest = "jasperforest"
|
||||
|
||||
KMACHINE_jasperforest = "jasperforest"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
PACKAGE_ARCH_jasperforest = "${MACHINE_ARCH}"
|
||||
|
||||
COMPATIBLE_MACHINE_jasperforest = "jasperforest"
|
||||
|
||||
KMACHINE_jasperforest = "jasperforest"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
PACKAGE_ARCH_jasperforest = "${MACHINE_ARCH}"
|
||||
|
||||
COMPATIBLE_MACHINE_jasperforest = "jasperforest"
|
||||
|
||||
KMACHINE_jasperforest = "jasperforest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user