crops / yocto-dockerfiles

This repository is for -base and -builder containers for building derivative containers (such as poky-container) for containerized Yocto Project builds.
GNU General Public License v2.0
145 stars 57 forks source link

Request for packages added to Ubuntu 20.04 image #68

Open jharley-ods opened 2 years ago

jharley-ods commented 2 years ago

I'm currently working on an iMX8 project where one of the meta-layers has a requirement on 'git-lfs' and 'bison'. Currently we need to get a root shell to the container and apt install them after which the build works.

Would it be possible to add these to the image/Dockerfile please?

moto-timo commented 2 years ago

Please see https://github.com/crops/yocto-dockerfiles/pull/40

We do not add tools to just one distribution/version combination.

moto-timo commented 2 years ago

@jharley-ods Can you please elaborate on what you are building that requires 'bison'? It has never come up before in CROPS issues.

jharley-ods commented 2 years ago

It's a requirment for the meta-layer, specifically this layer/branch: https://github.com/compulab-yokneam/meta-bsp-imx8mm/tree/rel_imx_5.4.70_2.3.0-dev

Unsure what recipe exactly requires either bison or git-lfs