From: Jan Kiszka <jan.kiszka@web.de>
To: bitbake-devel@lists.openembedded.org
Subject: Regression caused by new multiconfig dependency
Date: Sun, 18 Nov 2018 10:59:34 +0100 [thread overview]
Message-ID: <dcf35fbf-e76a-4e93-c0c7-19cc26ecfe2c@web.de> (raw)
Hi all,
since da8cb8633504 ("bitbake: Add support for multiconfig dependencies"), it's
no longer possible to write recipes that have multiconfig-dependent names:
mc1.conf:
MACHINE = "a"
mc2.conf:
MACHINE = "b"
some-target.bb:
PN = "some-target-${MACHINE}"
local.conf:
BBMULTICONFIG = "mc1 mc2"
# bitbake multiconfig:mc1:some-target-a
[...]
ERROR: Nothing PROVIDES 'some-target-a'. Close matches:
some-target-b
# bitbake multiconfig:mc2:some-target-b
ERROR: Nothing PROVIDES 'some-target-b'. Close matches:
some-target-a
That works fine when going back to da8cb8633504^ or when only having the
selected multiconfig in BBMULTICONFIG. Seems the parser stumbles while
processing the unselected multiconfig paths.
Jan
next reply other threads:[~2018-11-18 10:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-18 9:59 Jan Kiszka [this message]
2018-11-20 8:48 ` Regression caused by new multiconfig dependency Jan Kiszka
[not found] ` <901cac62-924e-3831-f165-d7d95e9ec107@xilinx.com>
2018-11-21 8:30 ` Jan Kiszka
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=dcf35fbf-e76a-4e93-c0c7-19cc26ecfe2c@web.de \
--to=jan.kiszka@web.de \
--cc=bitbake-devel@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.