All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Richard Purdie" <richard.purdie@linuxfoundation.org>
To: Alexander Kanavin <alex.kanavin@gmail.com>, poky@lists.yoctoproject.org
Subject: Re: [poky] [PATCH] local.conf.sample: disable prelink
Date: Tue, 15 Jun 2021 09:48:53 +0100	[thread overview]
Message-ID: <5ed9e1d2676d4d31289ebaf2ec3b492c1daa88a7.camel@linuxfoundation.org> (raw)
In-Reply-To: <20210615081225.1734033-1-alex.kanavin@gmail.com>

On Tue, 2021-06-15 at 10:12 +0200, Alexander Kanavin wrote:
> There's an issue on ppc32 where one of the wayland libraries is incorrectly
> relocated [1]. I also believe that any such custom, yocto-specific optimization
> which does intricate binary rewriting needs to be justified with rigoroous
> benchmarks but I can't find any.
> 
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=14429
> 
> Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
> ---
>  meta-poky/conf/local.conf.sample | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)

I appreciate the desire simply to delete/disable anything that causes issues
but in this case I draw the line and my answer is no. It works fine in the
vast majority of usage.

Cheers,

Richard

> diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample
> index fb14379d28..1794126672 100644
> --- a/meta-poky/conf/local.conf.sample
> +++ b/meta-poky/conf/local.conf.sample
> @@ -148,8 +148,7 @@ EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
>  # enable extra features. Some available options which can be included in this variable
>  # are:
>  #   - 'buildstats' collect build statistics
> -#   - 'image-prelink' in order to prelink the filesystem image
> -USER_CLASSES ?= "buildstats image-prelink"
> +USER_CLASSES ?= "buildstats"
>  
> 
> 
> 
>  #
>  # Runtime testing of images
> 
> 



  reply	other threads:[~2021-06-15  8:48 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-15  8:12 [PATCH] local.conf.sample: disable prelink Alexander Kanavin
2021-06-15  8:48 ` Richard Purdie [this message]
2021-06-15  8:55   ` [poky] " Alexander Kanavin
2021-06-15  9:04     ` Richard Purdie
2021-06-15 15:21     ` Alexander Kanavin
2021-06-15 17:38       ` [yocto] " Khem Raj
2021-06-16  9:11       ` Richard Purdie
2021-06-16  9:45         ` Alexander Kanavin
2021-07-19 20:58           ` [yocto] " Robert Berger
2021-07-22 19:05             ` Alexander Kanavin
2021-07-23 12:51               ` Robert Berger
2021-06-15 17:21 ` Khem Raj
2021-07-05 18:36 Alexander Kanavin
2021-07-05 23:06 ` [poky] " Khem Raj
2021-07-06  0:03   ` Armin Kuster
2021-07-06  7:36     ` Alexander Kanavin
2021-07-06  8:34     ` Khem Raj

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=5ed9e1d2676d4d31289ebaf2ec3b492c1daa88a7.camel@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --cc=alex.kanavin@gmail.com \
    --cc=poky@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.