diff options
| -rw-r--r-- | meta-security-compliance/conf/layer.conf | 2 | ||||
| -rw-r--r-- | meta-tpm/conf/layer.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-security-compliance/conf/layer.conf b/meta-security-compliance/conf/layer.conf index b1b9727..68d5528 100644 --- a/meta-security-compliance/conf/layer.conf +++ b/meta-security-compliance/conf/layer.conf | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | BBPATH .= ":${LAYERDIR}" | 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | 3 | ||
| 4 | # We have a recipes directory, add to BBFILES | 4 | # We have a recipes directory, add to BBFILES |
| 5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend ${LAYERDIR}/classes/*.bbclass" | 5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" |
| 6 | 6 | ||
| 7 | BBFILE_COLLECTIONS += "scanners-layer" | 7 | BBFILE_COLLECTIONS += "scanners-layer" |
| 8 | BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/" |
diff --git a/meta-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf index 5085db5..36486d1 100644 --- a/meta-tpm/conf/layer.conf +++ b/meta-tpm/conf/layer.conf | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | BBPATH .= ":${LAYERDIR}" | 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | 3 | ||
| 4 | # We have a recipes directory, add to BBFILES | 4 | # We have a recipes directory, add to BBFILES |
| 5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend ${LAYERDIR}/classes/*.bbclass" | 5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" |
| 6 | 6 | ||
| 7 | BBFILE_COLLECTIONS += "tpm-layer" | 7 | BBFILE_COLLECTIONS += "tpm-layer" |
| 8 | BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/" |
