mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
insane: Use a warning for FILEEXTRAPATHS issues for now
(From OE-Core rev: f907b3a5b414aa53ce8271763f04532d7127006f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1058,7 +1058,7 @@ python () {
|
||||
msg += "in your bbappend file\n\n"
|
||||
msg += "Your incorrect assignment is:\n"
|
||||
msg += "%s\n" % extrapaths
|
||||
bb.fatal(msg)
|
||||
bb.warn(msg)
|
||||
|
||||
if d.getVar('do_stage', True) is not None:
|
||||
bb.fatal("Legacy staging found for %s as it has a do_stage function. This will need conversion to a do_install or often simply removal to work with OE-core" % d.getVar("FILE", True))
|
||||
|
||||
Reference in New Issue
Block a user