# We have a conf and classes directory, append to BBPATH BBPATH .= ":${LAYERDIR}" # We have a recipes directory, add to BBFILES BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" BBFILE_COLLECTIONS += "openamp-layer" BBFILE_PATTERN_openamp-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_openamp-layer = "5" # Custom licenses used by some packages in this layer LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" # This should only be incremented on significant changes that will # cause compatibility issues with other layers LAYERVERSION_openamp-layer = "1" LAYERSERIES_COMPAT_openamp-layer = "rocko sumo thud"