From: colin.mcinnes@vecima.com
To: yocto@lists.yoctoproject.org
Subject: INCOMPATIBLE_LICENSE_EXCEPTIONS not working in kirkstone
Date: Wed, 24 Jan 2024 10:45:15 -0800 [thread overview]
Message-ID: <bqM9.1706121915380083681.SlAF@lists.yoctoproject.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 608 bytes --]
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.
[-- Attachment #2: Type: text/html, Size: 13604 bytes --]
next reply other threads:[~2024-01-24 18:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-24 18:45 colin.mcinnes [this message]
2024-01-24 18:48 ` [yocto] INCOMPATIBLE_LICENSE_EXCEPTIONS not working in kirkstone colin.mcinnes
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bqM9.1706121915380083681.SlAF@lists.yoctoproject.org \
--to=colin.mcinnes@vecima.com \
--cc=yocto@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox