All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Volker Vogelhuber" <v.vogelhuber@digitalendoscopy.de>
To: openembedded-core@lists.openembedded.org
Subject: Re: cml1.bbclass: Return sorted list of cfg files
Date: Mon, 17 May 2021 03:22:41 -0700	[thread overview]
Message-ID: <necP.1621246961431634424.VVq4@lists.openembedded.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 717 bytes --]

The commit dee41e92f0efac7e453597bed4b4c02f867e3aa9 has introduced a behavior change when adding different cfg files configuring the same configs.

So e.g. when configuring busybox, the default recipe adds a syslog.cfg which enables CONFIG_SYSLOGD=y.
So far we had a .bbappend file that adds another .cfg file "disable_syslog.cfg" that changes this to "# CONFIG_SYSLOGD is not set".

As the SRC_URI files are now sorted alphabetically, this results in the disable_syslog.cfg being passed to merge_config.sh before syslog.cfg which in the end is not what we intended.
We solved it now by doing a SRC_URI_remove in the bbappend, but I'm not sure, if that sorting is causing side effects in other places as well.

[-- Attachment #2: Type: text/html, Size: 743 bytes --]

             reply	other threads:[~2021-05-17 10:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-17 10:22 Volker Vogelhuber [this message]
2021-05-17 10:26 ` [OE-core] cml1.bbclass: Return sorted list of cfg files Richard Purdie

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=necP.1621246961431634424.VVq4@lists.openembedded.org \
    --to=v.vogelhuber@digitalendoscopy.de \
    --cc=openembedded-core@lists.openembedded.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.