All of lore.kernel.org
 help / color / mirror / Atom feed
* Remove *-dev packages from final image
@ 2021-03-08 11:59 Mauro Ziliani
  2021-03-08 18:39 ` [yocto] " Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Mauro Ziliani @ 2021-03-08 11:59 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 816 bytes --]

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?
Thanks all
MZ


[-- Attachment #2: Type: text/html, Size: 1614 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [yocto] Remove *-dev packages from final image
  2021-03-08 11:59 Remove *-dev packages from final image Mauro Ziliani
@ 2021-03-08 18:39 ` Khem Raj
  2021-03-09  8:52   ` Mauro Ziliani
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2021-03-08 18:39 UTC (permalink / raw)
  To: Mauro Ziliani, yocto



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
> 
> 
> 
> 
> 
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [yocto] Remove *-dev packages from final image
  2021-03-08 18:39 ` [yocto] " Khem Raj
@ 2021-03-09  8:52   ` Mauro Ziliani
  0 siblings, 0 replies; 3+ messages in thread
From: Mauro Ziliani @ 2021-03-09  8:52 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 1298 bytes --]

Thanks a lot.
I'll do it

MZ
On mar 8 2021, at 7:39 pm, Khem Raj <raj.khem@gmail.com> wrote:
>
>
> 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
> >
> >
> >
> >
> > 
> >
>


[-- Attachment #2: Type: text/html, Size: 2420 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-09  8:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-08 11:59 Remove *-dev packages from final image Mauro Ziliani
2021-03-08 18:39 ` [yocto] " Khem Raj
2021-03-09  8:52   ` Mauro Ziliani

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.