Hi, all
I build minial rootfs according to https://e2e.ti.com/support/arm/sitara_arm/f/791/t/670081
I want to ask some question:
1.I do not want to use qtwebkit and qtwebengine, and remove them by adding PACKAGECONFIG_remove="qtwebengine qtwebkit", but no use. How to remove?
2.I want to remove other packages that useless in my system, but I do not know how to remove?
3.Is there any tool to config which package to build?
4.The minimal rootfs seems not support opencl, how to add? IMAGE_INSTALL += opencl? PACKAGECONFIG_append="opencl"?