1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-14 05:19:57 +00:00

recipetool/devtool: Ensure server knows about changed files

Bitbake has changed to require notification when metadata changes in the middle of tinfoil
sessions. Add the required function calls at the places metadata is changed.

(From OE-Core rev: e5574163ab49a8f51b2b34fd37acfd1cad9b7595)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2023-09-17 08:41:54 +01:00
parent 022deeb0ef
commit d4f2f8269c
5 changed files with 6 additions and 1 deletions
+1
View File
@@ -901,6 +901,7 @@ def create_recipe(args):
f.write('%s\n' % line)
lastline = line
log_info_cond('Recipe %s has been created; further editing may be required to make it fully functional' % outfile, args.devtool)
tinfoil.modified_files()
if tempsrc:
if args.keep_temp: