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?