crops / poky-container

A container image that is able to run bitbake/poky. It has helpers to create users and groups within the container. This is so that the output generated in the container will be readable by the user on the host.
GNU General Public License v2.0
209 stars 95 forks source link

Missing program: xxd #81

Closed AI0867 closed 5 months ago

AI0867 commented 2 years ago

For the karo-nxp-bsp fork of poky, the program xxd is needed for various recipes. I've had to copy this over from my host machine to get builds to work. It would be nice if this were included in the docker image.

moto-timo commented 1 year ago

We cannot add every single requirement for every single corner case. Some folks already complain we have too many things included. We also require that all distro/versions have the same experience, which can be a challenge with the older distros.

What we should probably do is document "How to create a derived crops/poky container".

moto-timo commented 5 months ago

Closing this as we will not fix this. If you need a custom container image, please look into using crops-generator. See the video. Take control of your own Open Source Adventure. Build your own container.