What packages are in the rootfs, and what has been stripped out from Yocto?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

What packages are in the rootfs, and what has been stripped out from Yocto?

1,813 Views
terryhuang
Contributor I
Hi, 
I have a question related to Yocto build system. After building the rootfs image with $ bitbake fsl-image-gui command, the licensing of each package will under meta-sources/build-fb/tmp/deploy/licenses directory, so we can know what packages we have built, but we are not sure whether these packages are all put into the rootfs? Also, I'd like to know is there a quick way can check what packages we have in the rootfs, and what has been stripped out from Yocto?
Note: I am using i.MX6SL with Yocto distro: poky 1.7 - dizzy
Thanks,
Terry
Labels (2)
0 Kudos
1 Reply

1,013 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Terry Huang,

You can see the manifest will all included packages in an image on the same directory where the baked images are located.

<BSP_DIR>/<BUILD_DIR>/tmp/deploy/images/<MACHINE>/<IMAGE>.manifest

I hope this information helps!

Regards,

0 Kudos