From a62c84d4543fa4248fec6e16adcfd281d4bcbb9b Mon Sep 17 00:00:00 2001 From: Yi Fan Yu Date: Mon, 19 Apr 2021 22:36:11 -0400 Subject: [PATCH] config.json: Add default MACHINE qemux86-64 This is the default oe-core MACHINE value. Prevent error-reporting tool to report simply False. It was seen in check-layer where the MACHINE wasn't specified. [YOCTO #14208] Signed-off-by: Yi Fan Yu Signed-off-by: Richard Purdie --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index 3e4a8fe..521173b 100644 --- a/config.json +++ b/config.json @@ -26,6 +26,7 @@ "defaults" : { "NEEDREPOS" : ["poky"], "DISTRO" : "poky", + "MACHINE" : "qemux86-64", "SDKMACHINE" : "i686", "PACKAGE_CLASSES" : "package_rpm package_deb package_ipk", "DLDIR" : "DL_DIR = '${BASE_SHAREDDIR}/current_sources'",