# We have a conf and classes directory, add to BBPATH BBPATH .= ":${LAYERDIR}" # We have a packages directory, add to BBFILES BBFILES += "${LAYERDIR}/recipes-*/*/*.bb" BBFILES += "${LAYERDIR}/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "xilinx" BBFILE_PATTERN_xilinx = "^${LAYERDIR}/" BBFILE_PRIORITY_xilinx = "5" BBFILES_DYNAMIC += " \ openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/recipes-*/*/*.bb \ openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/recipes-*/*/*.bbappend \ chromium-browser-layer:${LAYERDIR}/dynamic-layers/chromium-browser-layer/recipes-*/*/*.bb \ chromium-browser-layer:${LAYERDIR}/dynamic-layers/chromium-browser-layer/recipes-*/*/*.bbappend \ " LAYERDEPENDS_xilinx = "core" LAYERSERIES_COMPAT_xilinx = " gatesgarth honister hardknott" SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ *->zocl \ *->cairo \ *->libepoxy \ *->gstreamer1.0-plugins-base \ *->gtk+ \ *->gtk+3 \ *->libglu \ *->libsdl \ *->libsdl2 \ *->mesa \ *->mesa-gl \ *->qemu \ *->virglrenderer \ *->xserver-xorg \ " XILINX_RELEASE_VERSION = "v2022.1" HOSTTOOLS += "xxd"