Hello,
Thanks for you reply.
My goal is to have a package manager direclty on the Yocto Linux Image and both versions are fine I think.
If I'm right, in the conf/local.conf file in the Yocto build directory, I just need to add the following lines and build:
PACKAGE_CLASSES = "package_deb"
EXTRA_IMAGE_FEATURES += "packag-management"
Is there a way to precise I want the version 6.1.22_2.0.0 ?
Louis