Hey! I am building core-image-weston. Branch fido. I have a postinstall script that runs some code on first startup. The script is supposed to do apt-get install of some packages. The problem is that the postinstall script runs before the network is correctly configured. Meaning my packages wont download. When it is fully booted I can manually do apt-get install and it works fine. For now I am using the 'at'-command to solve this issue, but I need to change that. The perfect thing would be to make my package dependent on whichever package that configures the network settings, so I am guaranteed that it will download succesfully. Which one is that? Or are there any better solutions?
Eirik
-- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto