]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
image_types_wic: Fix file-checksums for missing files in search path
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jun 2025 14:23:51 +0000 (15:23 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Jun 2025 12:53:19 +0000 (13:53 +0100)
commitef96e2efcd95785e29ff7c62b2cb76e26f46f5ec
tree8d65245bc895b4e5538d58bc605b09db3bf197ce
parent28bc66ade84241f3f9b680d5c1fd8d261da4b413
image_types_wic: Fix file-checksums for missing files in search path

When we tell bitbake about file-checksums, we need to tell it both the files
we look at that exist, but also the ones we looked for but aren't present.

This means that if files appear earlier in the search path, bitbake can then
do the correct things like updating the taskhash and re-running the recipe/task.

In this case, wic was only signalling file presence. This patch adds in the
files it looked at but didn't find too.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/image_types_wic.bbclass