diff options
Diffstat (limited to 'meta-xilinx-standalone-experimental/conf/layer.conf')
| -rw-r--r-- | meta-xilinx-standalone-experimental/conf/layer.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-xilinx-standalone-experimental/conf/layer.conf b/meta-xilinx-standalone-experimental/conf/layer.conf new file mode 100644 index 00000000..73375a00 --- /dev/null +++ b/meta-xilinx-standalone-experimental/conf/layer.conf | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | # We have a conf and classes directory, add to BBPATH | ||
| 2 | BBPATH .= ":${LAYERDIR}" | ||
| 3 | |||
| 4 | # We have recipes-* directories, add to BBFILES | ||
| 5 | #BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | ||
| 6 | # ${LAYERDIR}/recipes-*/*/*.bbappend \ | ||
| 7 | # ${LAYERDIR}/recipes-*/*.bb \ | ||
| 8 | # ${LAYERDIR}/recipes-*/*.bbappend \ | ||
| 9 | # " | ||
| 10 | |||
| 11 | BBFILE_COLLECTIONS += "xilinx-standalone-experimental" | ||
| 12 | BBFILE_PATTERN_xilinx-standalone-experimental = "^${LAYERDIR}/" | ||
| 13 | BBFILE_PRIORITY_xilinx-standalone-experimental = "7" | ||
| 14 | |||
| 15 | LAYERDEPENDS_xilinx-standalone-experimental = "core \ | ||
| 16 | xilinx \ | ||
| 17 | xilinx-standalone \ | ||
| 18 | xilinx-microblaze \ | ||
| 19 | " | ||
| 20 | |||
| 21 | LAYERSERIES_COMPAT_xilinx-standalone-experimental = "scarthgap" | ||
