diff options
Diffstat (limited to 'meta-xilinx-core/conf/layer.conf')
| -rw-r--r-- | meta-xilinx-core/conf/layer.conf | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf new file mode 100644 index 00000000..c505501f --- /dev/null +++ b/meta-xilinx-core/conf/layer.conf | |||
| @@ -0,0 +1,42 @@ | |||
| 1 | # We have a conf and classes directory, add to BBPATH | ||
| 2 | BBPATH .= ":${LAYERDIR}" | ||
| 3 | |||
| 4 | # We have a packages directory, add to BBFILES | ||
| 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb" | ||
| 6 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bbappend" | ||
| 7 | |||
| 8 | BBFILE_COLLECTIONS += "xilinx" | ||
| 9 | BBFILE_PATTERN_xilinx = "^${LAYERDIR}/" | ||
| 10 | BBFILE_PRIORITY_xilinx = "5" | ||
| 11 | |||
| 12 | BBFILES_DYNAMIC += " \ | ||
| 13 | openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/recipes-*/*/*.bb \ | ||
| 14 | openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/recipes-*/*/*.bbappend \ | ||
| 15 | chromium-browser-layer:${LAYERDIR}/dynamic-layers/chromium-browser-layer/recipes-*/*/*.bb \ | ||
| 16 | chromium-browser-layer:${LAYERDIR}/dynamic-layers/chromium-browser-layer/recipes-*/*/*.bbappend \ | ||
| 17 | " | ||
| 18 | |||
| 19 | LAYERDEPENDS_xilinx = "core" | ||
| 20 | |||
| 21 | LAYERSERIES_COMPAT_xilinx = " gatesgarth honister hardknott" | ||
| 22 | |||
| 23 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | ||
| 24 | *->zocl \ | ||
| 25 | *->cairo \ | ||
| 26 | *->libepoxy \ | ||
| 27 | *->gstreamer1.0-plugins-base \ | ||
| 28 | *->gtk+ \ | ||
| 29 | *->gtk+3 \ | ||
| 30 | *->libglu \ | ||
| 31 | *->libsdl \ | ||
| 32 | *->libsdl2 \ | ||
| 33 | *->mesa \ | ||
| 34 | *->mesa-gl \ | ||
| 35 | *->qemu \ | ||
| 36 | *->virglrenderer \ | ||
| 37 | *->xserver-xorg \ | ||
| 38 | " | ||
| 39 | |||
| 40 | XILINX_RELEASE_VERSION = "v2022.1" | ||
| 41 | |||
| 42 | HOSTTOOLS += "xxd" | ||
