This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM3352: Having problems removing packages & files from the root fs build

Part Number: AM3352

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