mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
sanity.bbclass: fix success message when config file was updated
The code now iterates over different config files, but always printed a message about conf/bblayers.conf for each file. (From OE-Core rev: af55727fc1920c4c23476304f57a3720835ec203) Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
805aca8192
commit
96a5cb41fd
@@ -559,7 +559,7 @@ def sanity_check_conffiles(status, d):
|
|||||||
success = False
|
success = False
|
||||||
status.addresult(e.msg)
|
status.addresult(e.msg)
|
||||||
if success:
|
if success:
|
||||||
bb.note("Your conf/bblayers.conf has been automatically updated.")
|
bb.note("Your %s file has been automatically updated." % conffile)
|
||||||
status.reparse = True
|
status.reparse = True
|
||||||
|
|
||||||
def sanity_handle_abichanges(status, d):
|
def sanity_handle_abichanges(status, d):
|
||||||
|
|||||||
Reference in New Issue
Block a user