diff options
| author | Matthew McClintock <msm@freescale.com> | 2012-03-08 17:26:44 -0600 |
|---|---|---|
| committer | Matthew McClintock <msm@freescale.com> | 2012-03-09 11:12:44 -0600 |
| commit | 10ee9735679f8ae80c6386756aba80219b2990a1 (patch) | |
| tree | 7236df27746f1f7fc570f5c9e36225efa44caae7 /conf/layer.conf | |
| parent | a7a58b92b15e8607b02963b59d6b135bf8d8d6ba (diff) | |
| download | meta-fsl-ppc-10ee9735679f8ae80c6386756aba80219b2990a1.tar.gz | |
conf/layer.conf: expand search for bbappend files
Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'conf/layer.conf')
| -rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index b469c67..9d2e54b 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | BBPATH := "${BBPATH}:${LAYERDIR}" | 2 | BBPATH := "${BBPATH}:${LAYERDIR}" |
| 3 | 3 | ||
| 4 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb*" | 4 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb*" |
| 5 | BBFILES += "${LAYERDIR}/images/*.bb" | 5 | BBFILES += "${LAYERDIR}/images/*.bb*" |
| 6 | 6 | ||
| 7 | BBFILE_COLLECTIONS += "fsl" | 7 | BBFILE_COLLECTIONS += "fsl" |
| 8 | BBFILE_PATTERN_fsl := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_fsl := "^${LAYERDIR}/" |
