Question
stm32mp157F DK2 yocto error while building the image
I had an error while building the image. I didn’t try to figure out why and why it was necessary to turn off the network. I just removed the entire function. After that everything build together.
https://github.com/karu2003/stm32mp1_note
openembedded-core/bitbake/lib/bb/utils.py
def disable_network(uid=None, gid=None): """ Disable networking in the current process if the kernel supports it, else just return after logging to debug. To do this we need to create a new user namespace, then map back to the original uid/gid. """ return
