How to add apt install utility packages in yocto build for imx8

Hi ,
We are using tdx-reference-multimedia-image for Apalis iMX8. We are using Yocto Project dunfell to build this image.

Here I’m looking to add packages to support "apt install " utility tool to support on Target board.

Please suggest how to add “apt install” packages on apalis imx8 .

Regards,
Deepak Jewargi

Hey @djewargi,

Apt is a Debian based tool, it will only be available on Debian based images, which our image is not. You can use Debian based containers that be able to have apt on them if needed. My suggestion is to go this route and develop inside a container.

-Eric

Hi eric.tx

Please suggest the link /step to create a container to add apt support.

Regards,
Deepak

Hey @djewargi,

Are you set on using yocto to build your image? This is a more in-dept solution that requires more know-how with yocto.

Is it possible for you to use TorizonCore OS? We have quite a bite more guides with TorizonCore.

Here is one for containers with docker.

And here is the overview for TorizonCore.

-Eric

Thanks for your suggestion.
We have moved our development with yocto build image. If any helpful links to add apt install will be helpful.

Regards,
Deepak Jewargi

Hey @djewargi,

Here is a similar question to yours that suggests you can add packages via your local.conf

-Eric