2025-08-13 7:39 AM
Hi,
I have seen this post: https://community.st.com/t5/stm32-mpus-embedded-software-and/how-to-clear-the-default-st-image-userfs-remove-examples-and/m-p/735819#M4265
and added to my st-image-userfs.bbappend:
PACKAGE_INSTALL:remove = "m4projects-stm32mp1-userfs"
PACKAGE_INSTALL:remove = "linux-examples-stm32mp1-userfs"
PACKAGE_INSTALL:remove = "packagegroup-st-demo"
My machine has:
M4_BOARDS = ""
M4COPRO_LIST = "m4fwcoredump"
I want to keep the "coredump" features. I have noticed though, that now the userfs gets populated with bin, etc,var folders - which were not present before. I can't track it down, how to get rid of those or how they are cleaned by m4project recipes. Any hint?