On Sat, Jan 23, 2016 at 6:12 AM, Max Sht <maxx1...@gmail.com> wrote:
> Hi.
>
> Thank you in advance for your support.
> I'm using Yocto project Linux for the iMX6 CPU and imx6ulevk board.
>
> I think that I have a problem with image size. I've seen the basic image for
> that board and it's size was about 6Mb, but it didn't contain any graphical
> library.
> I need a basic graphical library, so I added FB library. My image size is
> now larger than 350Mb.
> Is it normal? Is there a possibility to make the image much smaller with
> some other graphic library?
>
> I'm very to new to Linux, and hope that you can help me.

you can look into buildhistory to help you find the dependency chain
in local.conf you need to enable buildhistory generation

then do a build before adding FB lib and after adding libs
then go into buildhistory repo and do
git show

it will show you top commit showing all the changes in packages
and image after you added FB lib

>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to