Please comment on coding SUPPORTS_SGX ?= "YES" instead of SUPPORTS_SGX = "YES" For example, if you want to simulate an AM3352 device on an AM335x eval board, you could write SUPPORTS_SGX = "NO" in local.conf. This change requires a base_conditional checks for SUPPORTS_SGX in task-arago-tisdk-matrix.bb and task-arago-tisdk-graphics-sdk-target.bb to avoid other dependencies on OpenGL for the AM3352. I have a similar patch in the code I am currently using for my own development. Thanks for your help.