From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 45B1FC46CD2 for ; Wed, 24 Jan 2024 18:45:20 +0000 (UTC) Subject: INCOMPATIBLE_LICENSE_EXCEPTIONS not working in kirkstone To: yocto@lists.yoctoproject.org From: colin.mcinnes@vecima.com X-Originating-Location: Yorkton, Saskatchewan, CA (69.11.36.209) X-Originating-Platform: Linux Chrome 120 User-Agent: GROUPS.IO Web Poster MIME-Version: 1.0 Date: Wed, 24 Jan 2024 10:45:15 -0800 Message-ID: Content-Type: multipart/alternative; boundary="JLhAVtAakulYqKzkXfB1" List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 24 Jan 2024 18:45:20 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/62266 --JLhAVtAakulYqKzkXfB1 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I'm trying to add gdb to a kirkstone image for debugging, and have GPLv3.0 = set as incompatible in my .conf INCOMPATIBLE_LICENSE =3D "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 +=3D "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. --JLhAVtAakulYqKzkXfB1 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable
I'm trying to add gdb to = a kirkstone image for debugging, and have GPLv3.0 set as incompatible in my= .conf
 
INCOMPATIBLE_LICENSE =3D "GPL-3.0-only LGPL-3.0-only AGPL-3.0-o= nly"
 
in the same file I also have gdb listed as an exception:=
 
INCOMPATIBLE_LICENSE_EXCEPTIONS +=3D "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 L= GPL-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.
--JLhAVtAakulYqKzkXfB1--