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
204 stars 95 forks source link

Bugfix/11385 #103

Closed javiercarrascocruz closed 4 months ago

javiercarrascocruz commented 4 months ago

This series fixes the following issue reported on the Yocto Project Bugzilla: https://bugzilla.yoctoproject.org/show_bug.cgi?id=11385

which is not a bug as such, but an improvement in the documentation for beginners.

When at it, a trivial typo has been fixed in the help message, and the rest of the options has been added. They follow the format used in the example for consistency (’option=val’, and not 'option val' as stated in the help message).