diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2018-01-18 17:21:47 +0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-02-06 21:16:48 +0530 |
| commit | 3963c388a350149b75f36142a06b16ac83f9f26e (patch) | |
| tree | df8730b7e32ec1d7221b9ba092060ff9caaab6e8 /meta-tpm | |
| parent | 16812dac9647721aeee0bf0ef815dbc0a7151c38 (diff) | |
| download | meta-security-3963c388a350149b75f36142a06b16ac83f9f26e.tar.gz | |
conf/layer.conf: remove bbclass from BBFILES
Add bbclass to BBFILES doesn't make any sense.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-tpm')
| -rw-r--r-- | meta-tpm/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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}/" |
