meta-arago.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: afd@ti.com
Cc: Denys Dmytriyenko <denys@konsulko.com>,
	Ryan Eatmon <reatmon@ti.com>,
	meta-arago@lists.yoctoproject.org
Subject: Re: [meta-arago][oe-layersetup PATCH 3/6] Remove image-prelink from sample USER_CLASSES
Date: Tue, 26 Apr 2022 17:11:42 -0400	[thread overview]
Message-ID: <20220426211142.GE9834@denix.org> (raw)
In-Reply-To: <20220426200251.19417-3-afd@ti.com>

On Tue, Apr 26, 2022 at 03:02:48PM -0500, Andrew F. Davis via lists.yoctoproject.org wrote:
> Prelinking hasn't worked on ARM in a while so this class was
> removed in the latests core master. Remove it here.

This file is used for both dunfell and master. Maybe this change calls for v3 
of the corresponding sample files?


> Signed-off-by: Andrew Davis <afd@ti.com>
> ---
>  sample-files/local-arago64-v2.conf.sample | 4 +---
>  sample-files/local-poky-v2.conf.sample    | 4 +---
>  2 files changed, 2 insertions(+), 6 deletions(-)
> 
> diff --git a/sample-files/local-arago64-v2.conf.sample b/sample-files/local-arago64-v2.conf.sample
> index 9549e8a..13585cb 100644
> --- a/sample-files/local-arago64-v2.conf.sample
> +++ b/sample-files/local-arago64-v2.conf.sample
> @@ -112,11 +112,9 @@ 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
>  #   - 'image-swab' to perform host system intrusion detection
> -# NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink
>  # NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended
> -USER_CLASSES ?= "buildstats image-prelink"
> +USER_CLASSES ?= "buildstats"
>  
>  # By default disable interactive patch resolution (tasks will just fail instead):
>  PATCHRESOLVE = "noop"
> diff --git a/sample-files/local-poky-v2.conf.sample b/sample-files/local-poky-v2.conf.sample
> index 5cbe6ef..a958055 100644
> --- a/sample-files/local-poky-v2.conf.sample
> +++ b/sample-files/local-poky-v2.conf.sample
> @@ -109,11 +109,9 @@ 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
>  #   - 'image-swab' to perform host system intrusion detection
> -# NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink
>  # NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended
> -USER_CLASSES ?= "buildstats image-prelink"
> +USER_CLASSES ?= "buildstats"
>  
>  # By default disable interactive patch resolution (tasks will just fail instead):
>  PATCHRESOLVE = "noop"
> -- 
> 2.17.1


  reply	other threads:[~2022-04-26 21:11 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-26 20:02 [meta-arago][oe-layersetup PATCH 1/6] Remove unused sample-file bblayers-zeus-browser.conf.sample Andrew Davis
2022-04-26 20:02 ` [meta-arago][oe-layersetup PATCH 2/6] Add layers for split meta-ti master branch Andrew Davis
2022-04-26 21:09   ` Denys Dmytriyenko
2022-04-26 21:18     ` Andrew Davis
2022-04-26 21:27       ` Denys Dmytriyenko
2022-04-26 20:02 ` [meta-arago][oe-layersetup PATCH 3/6] Remove image-prelink from sample USER_CLASSES Andrew Davis
2022-04-26 21:11   ` Denys Dmytriyenko [this message]
2022-04-26 21:20     ` Andrew Davis
2022-04-26 21:33       ` Denys Dmytriyenko
2022-04-26 20:02 ` [meta-arago][oe-layersetup PATCH 4/6] Rename BB_ENV_EXTRAWHITE to BB_ENV_PASSTHROUGH_ADDITIONS Andrew Davis
2022-04-26 21:08   ` Denys Dmytriyenko
2022-04-26 21:23     ` Andrew Davis
2022-04-28 16:11       ` Ryan Eatmon
2022-04-28 16:48         ` Andrew Davis
2022-04-28 17:09           ` Ryan Eatmon
2022-04-26 20:02 ` [meta-arago][oe-layersetup PATCH 5/6] Build Poky in a directory named poky-tmp vs arago-tmp Andrew Davis
2022-04-26 21:14   ` Denys Dmytriyenko
2022-04-26 21:25     ` Andrew Davis
2022-04-26 20:02 ` [meta-arago][oe-layersetup PATCH 6/6] Build Poky using meta-yocto instead of combined poky repo Andrew Davis
2022-04-26 21:18   ` Denys Dmytriyenko
2022-04-26 21:29     ` Andrew Davis
2022-04-28  0:04       ` Denys Dmytriyenko
2022-04-26 22:01 ` [meta-arago][oe-layersetup PATCH 1/6] Remove unused sample-file bblayers-zeus-browser.conf.sample Denys Dmytriyenko

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=20220426211142.GE9834@denix.org \
    --to=denis@denix.org \
    --cc=afd@ti.com \
    --cc=denys@konsulko.com \
    --cc=meta-arago@lists.yoctoproject.org \
    --cc=reatmon@ti.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).