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

2014-06-24 Thread Guo, Yejun
${libdir}/LLVMHello.so \ ${libdir}/clang \ " Thanks Yejun -Original Message- From: Randy MacLeod [mailto:randy.macl...@windriver.com] Sent: Wednesday, June 25, 2014 3:07 AM To: Guo, Yejun Cc: yocto@yoctoproject.org Subject: Re: [yocto] ho

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

2014-06-24 Thread Randy MacLeod
Randy -Original Message- From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Thursday, April 03, 2014 2:01 PM To: Guo, Yejun Cc: yocto@yoctoproject.org Subject: Re: [yocto] how to set LICENSE for llvm in .bb file On 3 April 2014 03:16, Guo, Yejun wrote: I'm adding package llvm which h

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

2014-04-03 Thread Guo, Yejun
: Thursday, April 03, 2014 2:01 PM To: Guo, Yejun Cc: yocto@yoctoproject.org Subject: Re: [yocto] how to set LICENSE for llvm in .bb file On 3 April 2014 03:16, Guo, Yejun wrote: > I'm adding package llvm which has its own license: University of > Illinois/NCSA Open Source License, see

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

2014-04-02 Thread Burton, Ross
On 3 April 2014 03:16, Guo, Yejun wrote: > 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 pleas

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

2014-04-02 Thread Guo, Yejun
Thanks Elizabeth! -Original Message- From: Flanagan, Elizabeth [mailto:elizabeth.flana...@intel.com] Sent: Thursday, April 03, 2014 1:16 PM To: Guo, Yejun Cc: yocto@yoctoproject.org Subject: Re: [yocto] how to set LICENSE for llvm in .bb file As it's not going into core, I woul

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

2014-04-02 Thread Flanagan, Elizabeth
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 .b

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

2014-04-02 Thread Guo, Yejun
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