imx8 machine.conf: Fix include or architecture file
The path has changed with kirkstone. Part of yocto upgrade from dunfell to kirkstone
This commit is contained in:
parent
2752aadba3
commit
033f3aec05
|
|
@ -7,7 +7,7 @@ IMX_DEFAULT_BSP = ""
|
|||
# Prevent usage of dynamic-packagearch for the kernel
|
||||
MACHINE_ARCH_FILTER = ""
|
||||
|
||||
require conf/machine/include/tune-cortexa35.inc
|
||||
require conf/machine/include/arm/armv8a/tune-cortexa35.inc
|
||||
|
||||
MACHINEOVERRIDES =. "mx8:mx8x:mx8qxp:"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue