All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [yocto] [PATCH] [yocto-autobuilder-helper 1/2] config.json: Add default MACHINE qemux86-64
       [not found] <167770699A3D62DE.13049@lists.yoctoproject.org>
@ 2021-04-22 14:18 ` Yi Fan Yu
  0 siblings, 0 replies; only message in thread
From: Yi Fan Yu @ 2021-04-22 14:18 UTC (permalink / raw)
  To: yocto, Richard Purdie

+cc RP
On 4/19/21 10:36 PM, Yi Fan Yu wrote:
> 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>
> ---
>   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'",
> 
> 
> 
> 
> 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-22 14:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <167770699A3D62DE.13049@lists.yoctoproject.org>
2021-04-22 14:18 ` [yocto] [PATCH] [yocto-autobuilder-helper 1/2] config.json: Add default MACHINE qemux86-64 Yi Fan Yu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.