My exception list was incomplete, I had not added what licenses were exempt.
The following now works:
INCOMPATIBLE_LICENSE_EXCEPTIONS += "gdb:GPL-3.0-only gdb:LGPL-3.0-only"
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#62267): https://lists.yocto
I'm trying to add gdb to a kirkstone image for debugging, and have GPLv3.0 set
as incompatible in my .conf
INCOMPATIBLE_LICENSE = "GPL-3.0-only LGPL-3.0-only AGPL-3.0-only"
in the same file I also have gdb listed as an exception:
INCOMPATIBLE_LICENSE_EXCEPTIONS += "gdb"
Despite this, builds ke