diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2021-12-15 13:52:16 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2021-12-22 08:19:01 -0800 |
| commit | 322e23dc213d51a12345ca705b3776f189dc413f (patch) | |
| tree | e257ca97fa6d3eef83c845b67d711b2d8ecba5ba /meta-xilinx-core/conf/layer.conf | |
| parent | dd95dde009dc7968f6e6e4c0609e7b443c55c627 (diff) | |
| download | meta-xilinx-322e23dc213d51a12345ca705b3776f189dc413f.tar.gz | |
Initial restructure/split of meta-xilinx-bsp
Create a new meta-xilinx-core, move core functionality to the core, keeping
board specific files in the bsp layer.
zynqmp-generic changed from require <board> to include, so if meta-xilinx-bsp
is not available it will not fail.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
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" | ||
