Re: [OE-core] [PATCH v4 0/3] These patches aim to make the spdx file be compliant with the SPDX 1.2 Specification.

2015-11-15 Thread Lei, Maohui
Hi all

In the Open Compliance Summit of 
2015(http://events.linuxfoundation.org/events/open-compliance-summit), I 
noticed that a lot of people are interested in SPDX.


According to my understanding, there are some tools have supported SPDX 2.0. 
But Yocto+spdx still supports SPDX 1.1.

In the next version of poky, are there some plans about Yocto+spdx?


Best Regards
Lei


> -Original Message-
> From: Lei, Maohui
> Sent: Wednesday, June 10, 2015 6:09 PM
> To: openembedded-core@lists.openembedded.org
> Cc: Lei, Maohui
> Subject: [PATCH v4 0/3] These patches aim to make the spdx file be compliant 
> with the
> SPDX 1.2 Specification.
> 
> 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.
>INHERIT += "spdx"
> 
> 
> Lei Maohui (3):
>   licenses.conf: Modified parameters for new spdx.bbclass
>   spdx.bbclass: Create the spdx file which is compliant  with SPDX
> 1.2 Specification
>   spdx: create a directory to save source code
> 
>  meta/classes/spdx.bbclass | 431 
> +-
>  meta/conf/licenses.conf   |  86 +++--
>  2 files changed, 184 insertions(+), 333 deletions(-)
> 
> --
> 1.8.4.2

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH v4 0/3] These patches aim to make the spdx file be compliant with the SPDX 1.2 Specification.

2015-07-10 Thread Lei, Maohui
Hi

Why not accept this improvement ? I met someone was interested in it.


Cheers
Lei




 -Original Message-
 From: openembedded-core-boun...@lists.openembedded.org
 [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Lei,
 Maohui
 Sent: Friday, June 19, 2015 1:14 PM
 To: openembedded-core@lists.openembedded.org
 Subject: Re: [OE-core] [PATCH v4 0/3] These patches aim to make the spdx file 
 be
 compliant with the SPDX 1.2 Specification.
 
 
 ping
 
  -Original Message-
  From: Lei, Maohui
  Sent: Wednesday, June 10, 2015 6:09 PM
  To: openembedded-core@lists.openembedded.org
  Cc: Lei, Maohui
  Subject: [PATCH v4 0/3] These patches aim to make the spdx file be
  compliant with the SPDX 1.2 Specification.
 
  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.
 INHERIT += spdx
 
 
  Lei Maohui (3):
licenses.conf: Modified parameters for new spdx.bbclass
spdx.bbclass: Create the spdx file which is compliant  with SPDX
  1.2 Specification
spdx: create a directory to save source code
 
   meta/classes/spdx.bbclass | 431 
  +-
   meta/conf/licenses.conf   |  86 +++--
   2 files changed, 184 insertions(+), 333 deletions(-)
 
  --
  1.8.4.2
 
 --
 ___
 Openembedded-core mailing list
 Openembedded-core@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-core
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH v4 0/3] These patches aim to make the spdx file be compliant with the SPDX 1.2 Specification.

2015-06-18 Thread Lei, Maohui

ping

 -Original Message-
 From: Lei, Maohui
 Sent: Wednesday, June 10, 2015 6:09 PM
 To: openembedded-core@lists.openembedded.org
 Cc: Lei, Maohui
 Subject: [PATCH v4 0/3] These patches aim to make the spdx file be compliant 
 with the
 SPDX 1.2 Specification.
 
 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.
INHERIT += spdx
 
 
 Lei Maohui (3):
   licenses.conf: Modified parameters for new spdx.bbclass
   spdx.bbclass: Create the spdx file which is compliant  with SPDX
 1.2 Specification
   spdx: create a directory to save source code
 
  meta/classes/spdx.bbclass | 431 
 +-
  meta/conf/licenses.conf   |  86 +++--
  2 files changed, 184 insertions(+), 333 deletions(-)
 
 --
 1.8.4.2

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH v4 0/3] These patches aim to make the spdx file be compliant with the SPDX 1.2 Specification.

2015-06-10 Thread Lei Maohui
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.
   INHERIT += spdx


Lei Maohui (3):
  licenses.conf: Modified parameters for new spdx.bbclass
  spdx.bbclass: Create the spdx file which is compliant  with SPDX
1.2 Specification
  spdx: create a directory to save source code

 meta/classes/spdx.bbclass | 431 +-
 meta/conf/licenses.conf   |  86 +++--
 2 files changed, 184 insertions(+), 333 deletions(-)

-- 
1.8.4.2

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core