On Tue, Oct 15, 2024 at 6:07 AM Antonin Godard <[email protected]> wrote: > > This variable has been introduced by commit > 1d4c120edeb6e45665eafd6962a10ebb89d758eb ("kernel-yocto: allow branch > auditing to be suspended") but its usage removed by commit > 0f698dfd1c8bbc0d53ae7977e26685a7a3df52a3 ("kernel-yocto: streamline > patch, configuration and audit phases"). > > I haven't found any reference to this variable elsewhere... so remove it > entirely.
I'm actually working on some code that will once again use that variable. Paul Barker submitted some changes that allow in-tree defconfigs to be applied alongside of the fragments that the project hosts. I'm enabling auditing of those fragments as part of that integration, That audit can be a bit noisy, so I'm using that flag to allow it to be disabled for some fragments. Bruce > > Signed-off-by: Antonin Godard <[email protected]> > --- > meta/classes-recipe/kernel-yocto.bbclass | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/meta/classes-recipe/kernel-yocto.bbclass > b/meta/classes-recipe/kernel-yocto.bbclass > index > 6d5c3b6327b61b9bb6678dae2dbf059dbde178f6..bf22f332b955d08e45ad73facde5a82e4b53eef2 > 100644 > --- a/meta/classes-recipe/kernel-yocto.bbclass > +++ b/meta/classes-recipe/kernel-yocto.bbclass > @@ -23,7 +23,6 @@ SRCREV_FORMAT ?= "meta_machine" > # 2: report options that are not hardware related, but set by a BSP > KCONF_AUDIT_LEVEL ?= "1" > KCONF_BSP_AUDIT_LEVEL ?= "0" > -KMETA_AUDIT ?= "yes" > KMETA_AUDIT_WERROR ?= "" > > # returns local (absolute) path names for all valid patches in the > > --- > base-commit: c83a535d1b32f7fd292cd9caea1ec962bc3c735b > change-id: 20241015-deprecated-kmeta-audit-1ae2e9d46e22 > > Best regards, > -- > Antonin Godard <[email protected]> > -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#205909): https://lists.openembedded.org/g/openembedded-core/message/205909 Mute This Topic: https://lists.openembedded.org/mt/109019408/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
