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.

Linux/AM4376: Removing graphics support from SDK

Part Number: AM4376


Tool/software: Linux

I am building the Arago distribution for a custom AM4376 board that doesn't have any graphical capabilities. As such, I would like to disable building QT, OpenGL, etc which are not relevant to my hardware. I tried the naive a approach of removing meta-qt5 from the bblayers.conf, but quickly ran into problems where meta-arago-distro expected it to be present.

My build environment is configured with processor-sdk-03.03.00.04-config.txt.

Does anyone have any advice on where to start to disable these items in a custom layer?