Re: [yocto] INCOMPATIBLE_LICENSE_EXCEPTIONS not working in kirkstone

2024-01-24 Thread colin . mcinnes
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

[yocto] INCOMPATIBLE_LICENSE_EXCEPTIONS not working in kirkstone

2024-01-24 Thread colin . mcinnes
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