On Tue, 18 Feb 2025 at 07:12, emailaddress.ashish via
lists.yoctoproject.org
<emailaddress.ashish=gmail....@lists.yoctoproject.org> wrote:
>
> Hi Members ,
>
> I am trying to reduce the RFS size for Yocto Scarthgap
> We have added samba package in RFS .
>
> The RDEPENDS of samba is   samba-python3 which is taking around 300% more 
> space than samba itself
> 21231   KiB    samba-python3
> 6468     KiB    samba
>
> samba-python-3 as RDEPENDS of samba :
> https://git.openembedded.org/meta-openembedded/tree/meta-networking/recipes-connectivity/samba/samba_4.19.8.bb?h=scarthgap#n213
>
> Can members please point to some pointers as to how can we reduce the size of 
> samba-python3.
> Since its an RDEPENDS ,  IMAGE_INSTALL:remove = " samba-python3 " , package 
> is not effective.

It's a bit strange that a package with python modules is this big. You
need to check what's in it, and if something makes it bigger by
packaging mistake.

Otherwise, don't install samba, which is a catch-all package for
everything. Install specific packages only.

Alex
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#64833): https://lists.yoctoproject.org/g/yocto/message/64833
Mute This Topic: https://lists.yoctoproject.org/mt/111246769/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to