mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 01:36:38 +01:00
5f7fdf7b2d ("bitbake: event: Prevent bitbake from executing event
handler for wrong multiconfig target") broke multiconfig builds contain
a hyphen, since it's attempt to use the multiconfig as part of a
function name and python functions are not allowed to contain a hyphen.
Rework the bitbake multiconfig test to test a multiconfig with a hyphen
and one with an underscore to validate this doesn't break in the future.
(Bitbake rev: c3168df330a4563cbd03ba74de55a22217d823ed)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 lines
68 B
Plaintext
3 lines
68 B
Plaintext
TMPDIR = "${TOPDIR}/mc1/"
|
|
BBMASK += "recipes/fails-mc/fails-mc1.bb"
|