# We have a conf and classes directory, add to BBPATH BBPATH .= ":${LAYERDIR}" # We have recipes-* directories, add to BBFILES BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bbappend \ ${LAYERDIR}/recipes-*/*.bb \ ${LAYERDIR}/recipes-*/*.bbappend \ " BBFILE_COLLECTIONS += "xilinx-standalone-exp" BBFILE_PATTERN_xilinx-standalone-exp = "^${LAYERDIR}/" BBFILE_PRIORITY_xilinx-standalone-exp = "7" LAYERDEPENDS_xilinx-standalone-exp = "core \ xilinx \ xilinx-standalone \ xilinx-microblaze \ " LAYERSERIES_COMPAT_xilinx-standalone-exp = "gatesgarth"