On Tue, Apr 26, 2022 at 04:20:14PM -0500, Andrew Davis via lists.yoctoproject.org wrote: > On 4/26/22 4:11 PM, Denys Dmytriyenko wrote: > >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? > > > > > I only see these v2 files referenced in master configs.
Ah, v2 wasn't that old and was still not used in dunfell (it felt like eternity for some reason): https://lists.yoctoproject.org/g/meta-arago/message/13289 Ok, no need for v3: Reviewed-by: Denys Dmytriyenko <[email protected]> > >>Signed-off-by: Andrew Davis <[email protected]> > >>--- > >> 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 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13813): https://lists.yoctoproject.org/g/meta-arago/message/13813 Mute This Topic: https://lists.yoctoproject.org/mt/90716855/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
