diff options
| author | Armin Kuster <akuster808@gmail.com> | 2017-05-07 22:39:03 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2017-05-14 07:56:43 -0700 |
| commit | 4585f1e8c95435d60dd3a5287b25c7076347a3c9 (patch) | |
| tree | 9be1977ee4fb8e0aff3f901db7da0e95cce3ac63 /meta-tpm/conf | |
| parent | 6eac21cf4a7653753d87772c497ac14b8b6e3e67 (diff) | |
| download | meta-security-4585f1e8c95435d60dd3a5287b25c7076347a3c9.tar.gz | |
tpm: move to a sub layer
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-tpm/conf')
| -rw-r--r-- | meta-tpm/conf/layer.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf new file mode 100644 index 0000000..5085db5 --- /dev/null +++ b/meta-tpm/conf/layer.conf | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | # We have a conf and classes directory, add to BBPATH | ||
| 2 | BBPATH .= ":${LAYERDIR}" | ||
| 3 | |||
| 4 | # We have a recipes directory, add to BBFILES | ||
| 5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend ${LAYERDIR}/classes/*.bbclass" | ||
| 6 | |||
| 7 | BBFILE_COLLECTIONS += "tpm-layer" | ||
| 8 | BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/" | ||
| 9 | BBFILE_PRIORITY_tpm-layer = "6" | ||
| 10 | |||
| 11 | LAYERDEPENDS_tpm-layer = " \ | ||
| 12 | core \ | ||
| 13 | " | ||
