There are some problems in spdx module(spdx.bbclass). 1. The newest version of spdxi specification is 2.0. But even spdx 1.1, yocto+SPDX can't support well. 2. It is complex to build a Yocto+SPDX environment. 3. Creating a spdx file spends too much time, especially for large software.
To improve spdx module ,I change the spdx create tool from fossology to dosocs2. With this patch: 1. Also gets license informations by scanner from fossology. 1. Can support SPDX2.0 SPEC. 2. Because dosocs2 can work on directories, so there is no necessary to pack source code before do_spdx. It can save time for large software. Lei Maohui (1): Make yocto-spdx support spdx2.0 SPEC meta/classes/spdx.bbclass | 505 ++++++++++++++++++---------------------------- meta/conf/licenses.conf | 67 +----- 2 files changed, 198 insertions(+), 374 deletions(-) -- 1.9.1 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core