mirror of
git://git.yoctoproject.org/yocto-autobuilder-helper.git
synced 2025-07-19 20:59:02 +02:00
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 <yifan.yu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
0d938352d7
commit
a62c84d454
|
@ -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'",
|
||||
|
|
Loading…
Reference in New Issue
Block a user