severity: warning
In my-recipe_1.0.bb
FILES:${PN} = " foo"
Override of FILES
can lead to files accidentally installed into a different than the desired package.
Do not override the default of Yocto/OE.
Append instead
FILES:${PN} += " foo"
severity: warning
In my-recipe_1.0.bb
FILES:${PN} = " foo"
Override of FILES
can lead to files accidentally installed into a different than the desired package.
Do not override the default of Yocto/OE.
Append instead
FILES:${PN} += " foo"