aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 70e15456d9588c4855ce6f8ace9de39583f09c4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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"