aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 618c6f4012cf6dbacc581a49516ef091349ffef5 (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 dosocs
```

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