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 <[email protected]> --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index 962d8ae..2d1a698 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'", -- 2.29.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#53181): https://lists.yoctoproject.org/g/yocto/message/53181 Mute This Topic: https://lists.yoctoproject.org/mt/82226077/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
