On 3/8/21 3:59 AM, Mauro Ziliani wrote:
Hi all.
I'm in trouble to remove the *-dev packages from final image.

I remove dev-pkgs and dbg-pkgs from EXTRA_IMAGE_FEATURES and IMAGE_FEATURES with lines

IMAGE_FEATURES_remove = " \
        dbg-pkgs \
        dev-pkgs \
"

EXTRA_IMAGE_FEATURES_remove = " \
        dbg-pkgs \
        dev-pkgs \
"

But *-dev persists.

I suppose there is some package-group which installs *-dev

In the image recipe I includes

require recipes-sato/images/core-image-sato.bb
require recipes-fsl/images/fsl-image-multimedia-full.bb

and I force a remove with

IMAGE_INSTALL_remove = " \
         packagegroup-fsl-tools-gpu \
         imx-gpu-sdk \
         packagegroup-core-x11-sato-games \
         attr-dev \
         alsa-lib-dev \
         base-file-dev \
         connman \
"

Even if I remove alsa-lib-dev  I find it in the manifest.

I'm working with a Krogoth

Any idea?

you might find the dependency with bitbake -g <your-image> and insepcting the generated dependecy files.


Thanks all
    MZ






-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#52614): https://lists.yoctoproject.org/g/yocto/message/52614
Mute This Topic: https://lists.yoctoproject.org/mt/81171890/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to