[yocto] how to set LICENSE for llvm in .bb file

Flanagan, Elizabeth elizabeth.flanagan at intel.com
Wed Apr 2 22:15:55 PDT 2014


As it's not going into core, I would the license to your layer by
adding a custom license directory to your layer.conf:

# Additional license directories.
LICENSE_PATH += "${LAYERDIR}/custom-licenses"

Place the license in custom-license. I'd name it NCSA-1.0. Then I
would reference that in your .bb file:

LICENSE = "NCSA-1.0 & ...... (llvm has a few other licenses iirc)


On Wed, Apr 2, 2014 at 7:16 PM, Guo, Yejun <yejun.guo at intel.com> wrote:
> Hi,
>
> I'm adding package llvm which has its own license: University of Illinois/NCSA Open Source License, see at http://llvm.org/releases/3.4/LICENSE.TXT .  I tried something for LICENSE in .bb file, but is not recognized by the system. Could you please let me know how to set this value? Thanks a lot!
>
>
> Thanks
>
> --
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



-- 
Elizabeth Flanagan
Yocto Project
Build and Release



More information about the yocto mailing list