All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: Christopher Clark <christopher.w.clark@gmail.com>
Cc: meta-virtualization@lists.yoctoproject.org, cardoe@cardoe.com,
	Bertrand.Marquis@arm.com
Subject: Re: [meta-virtualization][PATCH] xen-image-minimal: reduce the x86 wic build dependencies
Date: Wed, 20 Jul 2022 16:05:33 -0400	[thread overview]
Message-ID: <20220720200530.GA23459@gmail.com> (raw)
In-Reply-To: <20220718231547.4571-1-christopher.w.clark@gmail.com>

merged.

Bruce

In message: [meta-virtualization][PATCH] xen-image-minimal: reduce the x86 wic build dependencies
on 18/07/2022 Christopher Clark wrote:

> The Xen image recipe provides a default WKS_FILE for x86 builds to enable
> booting the image either in qemu or directly on hardware. Add settings
> for WKS_FILE_DEFAULT_DEPENDS that specify the wic image build
> dependencies, which are lower than the defaults used without it.
> 
> This change reduces the amount of build resources required for CI of
> this image and images that are derived from it.
> 
> Since WKS_FILE is specified separately for x86-64 and qemux86-64
> overrides, do the same for WKS_FILE_DEFAULT_DEPENDS, even though the
> dependencies for the two separate WKS_FILEs are currently the same.
> 
> Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com>
> ---
>  recipes-extended/images/xen-image-minimal.bb | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/recipes-extended/images/xen-image-minimal.bb b/recipes-extended/images/xen-image-minimal.bb
> index a8e72d1..ec0f2f5 100644
> --- a/recipes-extended/images/xen-image-minimal.bb
> +++ b/recipes-extended/images/xen-image-minimal.bb
> @@ -79,7 +79,9 @@ build_syslinux_cfg () {
>  
>  # Enable runqemu. eg: runqemu xen-image-minimal nographic slirp
>  WKS_FILE:x86-64 = "directdisk-xen.wks"
> +WKS_FILE_DEPENDS_DEFAULT:x86-64 = "syslinux-native"
>  WKS_FILE:qemux86-64 = "qemuboot-xen-x86-64.wks"
> +WKS_FILE_DEPENDS_DEFAULT:qemux86-64 = "syslinux-native"
>  QB_MEM ?= "-m 400"
>  QB_DEFAULT_KERNEL ?= "none"
>  QB_DEFAULT_FSTYPE ?= "wic"
> -- 
> 2.25.1
> 


      reply	other threads:[~2022-07-20 20:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-18 23:15 [meta-virtualization][PATCH] xen-image-minimal: reduce the x86 wic build dependencies Christopher Clark
2022-07-20 20:05 ` Bruce Ashfield [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220720200530.GA23459@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=Bertrand.Marquis@arm.com \
    --cc=cardoe@cardoe.com \
    --cc=christopher.w.clark@gmail.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.