Something is depending on those dev packages as dependencies - you need to figure out what that is. Do you have packagegroup-core-buildessential pulled into your rootfs by any chance? Otherwise, you can run bitbake with -g flag and examine resulting *.dot files for dependencies.
-- Denys On Tue, Feb 07, 2017 at 05:26:56PM +1300, Ankur Tyagi wrote: > Hi, > > Any suggestions on how to remove these packages from my rootfs ? > > I know daisy is old but my current sdk is based upon it. I am in > process of evaluating morty but it will take time. > Until then, I would like to tune my current rootfs. > > thanks > Ankur > > On Sun, Feb 5, 2017 at 11:02 AM, Ankur Tyagi <[email protected]> wrote: > > To add more, linux-libc-headers indeed produce linux-libc-headers-dev > > > > bitbake -e linux-libc-headers | grep "^PACKAGES=" > > PACKAGES="linux-libc-headers-dbg linux-libc-headers-staticdev > > linux-libc-headers-dev linux-libc-headers-doc > > linux-libc-headers-locale linux-libc-headers" > > > > And forgot to mention that I am using *daisy* branch.. > > > > On Sun, Feb 5, 2017 at 10:42 AM, Ankur Tyagi <[email protected]> > > wrote: > >> Hi Denys, > >> > >> I have following dev packages installed in my rootfs which I don't want > >> > >> - linux-libc-headers-dev > >> - libgcc-s-dev > >> - libc6-dev > >> > >> I haven't explicitly added any -dev package. > >> How can I remove them ? > >> > >> Thanks > >> Ankur > >> > >> On Fri, Feb 3, 2017 at 1:33 PM, Denys Dmytriyenko <[email protected]> wrote: > >>> On Fri, Feb 03, 2017 at 01:26:38PM +1300, Ankur Tyagi wrote: > >>>> Hi, > >>>> > >>>> I have an image recipe which include packagegroup-core-boot which > >>>> brings in external-linaro-toolchain which in turn adds > >>>> linux-libc-headers. > >>>> > >>>> How can I remove linux-libc-headers from my end root FS ? > >>> > >>> linux-libc-headers is an empty package. linux-libc-headers-dev is the one > >>> that > >>> contains all the standard headers required for development. Which one you > >>> have? > >>> > >>> -- > >>> Denys _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
