Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH v2 0/2] These patches aim to make the spdx file be compliant with the SPDX 1.2 Specification.
@ 2015-05-29  9:45 Lei Maohui
  2015-05-29  9:45 ` [PATCH v2 1/2] spdx.bbclass: Create the spdx file which is compliant with " Lei Maohui
  2015-05-29  9:45 ` [PATCH v2 2/2] licenses.conf:Modified parameters for new spdx.bbclass Lei Maohui
  0 siblings, 2 replies; 5+ messages in thread
From: Lei Maohui @ 2015-05-29  9:45 UTC (permalink / raw)
  To: openembedded-core

Those patches aim to make the spdx file be compliant with the SPDX 1.2 Specification. 
If you want to use this feature,you need to do:
1. Make sure your fossology+spdx server works well.You can get spdx file with the following command.
   curl http://127.0.0.1/repo/ --noproxy 127.0.0.1 -k -F mod=spdx_license_once -F noCopyright=false 
   -F jsonOutput=false -F fullSPDXFlag=true -F file=@xxx.tar.gz -o xxx.spdx
   
2. Add the following INHERIT statement and set the SPDX_MANIFEST_DIR at the end of your conf/local.conf file found in the Build Directory.
   SPDX_MANIFEST_DIR = "/xxx/xxx/xxx"
   INHERIT += "spdx"

Lei Maohui (2):
  Create the spdx file which is compliant with SPDX 1.2 Specification
  licenses.conf:Modified parameters for new spdx.bbclass

 meta/classes/spdx.bbclass | 425 +++++++++++++++++-----------------------------
 meta/conf/licenses.conf   |  65 ++-----
 2 files changed, 169 insertions(+), 321 deletions(-)

-- 
1.8.4.2



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-06-02  6:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-29  9:45 [PATCH v2 0/2] These patches aim to make the spdx file be compliant with the SPDX 1.2 Specification Lei Maohui
2015-05-29  9:45 ` [PATCH v2 1/2] spdx.bbclass: Create the spdx file which is compliant with " Lei Maohui
2015-05-29  9:45 ` [PATCH v2 2/2] licenses.conf:Modified parameters for new spdx.bbclass Lei Maohui
2015-05-29 11:11   ` Richard Purdie
2015-06-02  6:19     ` Lei, Maohui

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox