# 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 += "meta-arago-extras" BBFILE_PATTERN_meta-arago-extras := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-arago-extras = "10" # Set a variable to get to the top of the metadata location ARAGOBASE := '${@os.path.normpath("${LAYERDIR}/../")}' LICENSE_PATH += "${LAYERDIR}/licenses" LAYERDEPENDS_meta-arago-extras = " \ core \ meta-ti \ openembedded-layer \ networking-layer \ meta-python \ linaro-toolchain \ qt5-layer \ " SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ matrix-gui-multimedia-demos->amsdk-av-files \ matrix-gui-oprofile-demos->oprofile \ matrix-gui-oprofile-demos->oprofile-example \ matrix-gui-usb-demos->bonnie++ \ matrix-gui-armbenchmarks-demos->arm-benchmarks \ matrix-gui-armbenchmarks-demos->lmbench \ matrix-gui-armbenchmarks-demos->nbench-byte \ matrix-gui-settings-demos->am-sysinfo \ matrix-lighttpd-config->lighttpd \ " SIGGEN_EXCLUDERECIPES_ABISAFE += " \ ipsecmgr-mod \ gstreamer1.0-plugins-bad \ opencl \ "