Re: [meta-freescale] Remove some package from fsl-image-qt5

2018-09-13 Thread Otavio Salvador
On Thu, Sep 13, 2018 at 6:20 AM Mauro Ziliani  wrote:
> I started my project with fsl-image-qt5 image on a imx6dl-sabresd board.
>
> The board provider give us a mixed version of Yocto which I can
> recognize as Krogoth 15.0.3 (checking the recipes in poky folder).
>
> Now I need to shrink the size of the production version, removing many
> packages

Make a product layer and add your recipes and images there. So you
should start a new image from scratch.



-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[meta-freescale] Remove some package from fsl-image-qt5

2018-09-13 Thread Mauro Ziliani
Hi all.

I started my project with fsl-image-qt5 image on a imx6dl-sabresd board.

The board provider give us a mixed version of Yocto which I can
recognize as Krogoth 15.0.3 (checking the recipes in poky folder).

Now I need to shrink the size of the production version, removing many
packages

- all examples

- all sdk

- everything relative to gcc g++ gdb and binutils

- all test packages (piglit ltp)


I make an image recipe (mysystem.bb) which includes fsl-image-qt5.bb and
where i try to remove all packages unused.

I try with

IMAGE_INSTALL_remove += " \

    piglit \

    ltp \

    binutils \

    ...

"


and so on.

But piglit and ltp keep on stay in the production image.


How can I remove the unused package successfullly from mysystem.bb recipe?


Best regards,

  Mauro



pEpkey.asc
Description: application/pgp-keys
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale