All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: Ross Burton <ross.burton@arm.com>
Cc: meta-virtualization@lists.yoctoproject.org, nd@arm.com
Subject: Re: [meta-virtualization] [RFC PATCH] xen: make LZO dependency optional
Date: Wed, 25 May 2022 11:45:17 -0400	[thread overview]
Message-ID: <20220525154515.GA42310@gmail.com> (raw)
In-Reply-To: <20220525112512.2512972-1-ross.burton@arm.com>

merged.

If someone really needed this enabled by default, they can
follow up and explain (or carry a bbappend with the packageconfig).

Bruce


In message: [meta-virtualization] [RFC PATCH] xen: make LZO dependency optional
on 25/05/2022 Ross Burton wrote:

> xen-tools has an optional dependency on LZO.  As this is a unmaintained
> compression format with better alternatives (such as Zstd), disable it
> by default.
> 
> Signed-off-by: Ross Burton <ross.burton@arm.com>
> ---
> 
> I'm trying to purge LZO from as much as possible, as it is unmaintained
> and Zstd is a better all-rounder.  I hope to move lzo from oe-core to
> meta-oe, so if you wish to keep LZO support enabled by default it will
> continue to work.
> 
>  recipes-extended/xen/xen.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
> index d352ffb..ed6e6a7 100644
> --- a/recipes-extended/xen/xen.inc
> +++ b/recipes-extended/xen/xen.inc
> @@ -11,6 +11,7 @@ PACKAGECONFIG ??= " \
>      ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \
>      "
>  
> +PACKAGECONFIG[lzo] = ",,lzo"
>  PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,virtual/libsdl,"
>  PACKAGECONFIG[xsm] = "--enable-xsmpolicy,--disable-xsmpolicy,checkpolicy-native,"
>  PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd,"
> @@ -41,7 +42,6 @@ DEPENDS = " \
>      procps \
>      python3 \
>      libaio \
> -    lzo \
>      util-linux \
>      xz \
>      yajl \
> -- 
> 2.25.1
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#7318): https://lists.yoctoproject.org/g/meta-virtualization/message/7318
> Mute This Topic: https://lists.yoctoproject.org/mt/91330824/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 



      reply	other threads:[~2022-05-25 15:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-25 11:25 [RFC PATCH] xen: make LZO dependency optional Ross Burton
2022-05-25 15:45 ` 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=20220525154515.GA42310@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    --cc=nd@arm.com \
    --cc=ross.burton@arm.com \
    /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.