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

Ubuntu: replace 16.04 with 22.04 #79

Closed moto-timo closed 2 years ago

moto-timo commented 2 years ago

Ubuntu "Jammy Jellyfish" 22.04 has been released, with long-term support until at least 2027 (maintenance) and 2032 (extended security maintenance).

https://ubuntu.com/about/release-cycle https://ubuntu.com/blog/ubuntu-22-04-lts-released

Although ubuntu-16.04 is in Extended Security Maintenance until 2026, it is holding us back from adding git-lfs (see https://github.com/crops/yocto-dockerfiles/pull/40).

Signed-off-by: Tim Orling tim.orling@konsulko.com

moto-timo commented 2 years ago

Merge despite the distro/versions that are failing the make 4.1.2 sanity check failures as this change has no relation.