diff options
| -rw-r--r-- | meta-xilinx-standalone/conf/layer.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-xilinx-standalone/conf/layer.conf b/meta-xilinx-standalone/conf/layer.conf index ae147475..4ea40468 100644 --- a/meta-xilinx-standalone/conf/layer.conf +++ b/meta-xilinx-standalone/conf/layer.conf | |||
| @@ -3,7 +3,10 @@ BBPATH .= ":${LAYERDIR}" | |||
| 3 | 3 | ||
| 4 | # We have recipes-* directories, add to BBFILES | 4 | # We have recipes-* directories, add to BBFILES |
| 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ |
| 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | 6 | ${LAYERDIR}/recipes-*/*/*.bbappend \ |
| 7 | ${LAYERDIR}/recipes-*/*.bb \ | ||
| 8 | ${LAYERDIR}/recipes-*/*.bbappend \ | ||
| 9 | " | ||
| 7 | 10 | ||
| 8 | BBFILE_COLLECTIONS += "xilinx-standalone" | 11 | BBFILE_COLLECTIONS += "xilinx-standalone" |
| 9 | BBFILE_PATTERN_xilinx-standalone = "^${LAYERDIR}/" | 12 | BBFILE_PATTERN_xilinx-standalone = "^${LAYERDIR}/" |
