[meta-freescale] [3rdparty] [PATCH 1/1] nitrogen8m: fix build issues due to missing mx8/mx8m

Troy Kisky troy.kisky at boundarydevices.com
Fri Feb 8 08:14:11 PST 2019


Signed-off-by: Troy Kisky <troy.kisky at boundarydevices.com>
---
 conf/machine/nitrogen8m.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/machine/nitrogen8m.conf b/conf/machine/nitrogen8m.conf
index acf1a20..9565209 100644
--- a/conf/machine/nitrogen8m.conf
+++ b/conf/machine/nitrogen8m.conf
@@ -4,7 +4,7 @@
 #@DESCRIPTION: Machine configuration for Boundary Devices Nitrogen8M
 #@MAINTAINER: Ian Coolidge <ian at boundarydevices.com>
 
-MACHINEOVERRIDES =. "mx8:mx8mq:"
+MACHINEOVERRIDES =. "mx8:mx8m:mx8mq:"
 
 require conf/machine/include/imx-base.inc
 require conf/machine/include/arm/arch-arm64.inc
@@ -31,7 +31,7 @@ WKS_FILE = "sdimage-bootpart.wks"
 IMAGE_BOOT_FILES_append = " \
 	boot.scr-${MACHINE};boot.scr \
 "
-WKS_FILE_DEPENDS = " \
+WKS_FILE_DEPENDS_mx8 += " \
 	u-boot-script-boundary \
 	e2fsprogs-native \
 	bmap-tools-native \
-- 
2.7.4



More information about the meta-freescale mailing list