# Add layer to BBPATH BBPATH .= ":${LAYERDIR}" # Add recipes to BBFILES BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "app-layer" BBFILE_PATTERN_app-layer = "^${LAYERDIR}/" BBFILE_PRIORITY_app-layer = "1000" LAYERVERSION_app-layer = "1" LAYERSERIES_COMPAT_app-layer = "scarthgap" # Enable gobject introspection, needed by pydbus DISTRO_FEATURES:append = " gobject-introspection-data" IMAGE_INSTALL:append = " autoupdate systemd-user-appconf"