aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 64f705907abf02eb0837216a298dbb5530a198ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# meta-spdxscanner
SPDX scanner(DoSOCSv2) support

# This layer depends on:

- openembedded-core
- meta-openembedded/meta-oe
- meta-openembedded/meta-python

# How to use

- inherit the folowing class in your conf/local.conf for all of recipes or
  in some recipes which you want.
  inherit spdx-dosocs

- Redefine SPDX_DEPLOY_DIR in conf/local.conf:
  SPDX_DEPLOY_DIR = "$PATH_DEST/$SPDX_DESTDIR"