mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
bitbake/build.py: Set BB_FILENAME to represent the .bb file being built (including any virtual prefix)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -86,6 +86,6 @@ if taskname.endswith("_setscene"):
|
||||
|
||||
ret = 0
|
||||
if sys.argv[3] != "True":
|
||||
ret = bb.build.exec_task(taskname, the_data)
|
||||
ret = bb.build.exec_task(fn, taskname, the_data)
|
||||
sys.exit(ret)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user