Date
1 - 2 of 2
How to add INCOMPATIBLE_LICENSE only for one image? #bitbake #dunfell
Priyanshu Sharma
Hi,
I've two image recipes (foo.bb & bar.bb). I want to add INCOMPATIBLE_LICENSE="GPLv3" only in foo.bb & not bar.bb
Adding INCOMPATIBLE_LICENSE=" INCOMPATIBLE_LICENSE_pn-foo=" But this also isn't working. Is there any other way for this?
NOTE : The recipes are image recipes, not packages Cheers,
Priyanshu Sharma
|
|
On 8/8/22 9:06 AM, Priyanshu Sharma wrote:
Hi,Can you try something like this INCOMPATIBLE_LICENSE:pn-foo = "GPL-3.0* LGPL-3.0*" Cheers,
|
|