Hello,
We're developing a board that has no graphic or video output, so we don't need QT, weston, etc. We also don't need the http server (thttpd or lighttpd) or USB support.
I'm having problems finding the correct location & syntax to remove the packages and kernel features.
I've tried many web searches but none of the suggestions work. For example, in our ".conf" file I tried both
IMAGE_INSTALL_remove += "thttpd"
and
IMAGE_INSTALL_remove += " thttpd"
but that didn't have any effect. The file "/usr/sbin/thttpd" is always included in the created image and the service is always started.
We're using processor-sdk-06.03.00.106
Any help would be appreciated.
Thanks,
Scott