Files
poky/bitbake/lib
Richard Purdie 3e99ea91bf bitbake: toaster: Fix IMAGE_INSTALL issues with _append vs :append
After the override syntax change, toaster isn't working correctly. This
is because it uses IMAGE_INSTALL_append instead of IMAGE_INSTALL:append.

This tweaks the code accordingly to fix this.

I have a suspicion that exiting toaster databases may struggle with
the change and there are some migration steps missing for the whole
overrides syntax change step.

(Bitbake rev: 9b42537b41f25db4f57596ff24cf214576767cf1)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-04-05 16:55:33 +01:00
..