severity: warning
In my-image.bb
ROOTFS_POSTPROCESS_COMMAND += "abc; adef ;;"
Do not leave extra spaces between the function name and ;
, these can cause that appends to the image, can remove the
function anymore
ROOTFS_POSTPROCESS_COMMAND += "abc; adef;;"