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 keep failing due to the following error:

ERROR: Nothing PROVIDES 'gdb'
gdb was skipped: it has incompatible license(s): GPL-3.0-only LGPL-3.0-only

How to I correctly exempt gdb from the incompatible licenses? I also tried 
WHITELIST_GPL-3.0 but bitbake identifies that as an out of date override.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#62266): https://lists.yoctoproject.org/g/yocto/message/62266
Mute This Topic: https://lists.yoctoproject.org/mt/103938345/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to