X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-profile-graphical-html5%2Fconf%2Flayer.conf;h=d499dd1732321a5a01de6872b44738126ff0b120;hb=refs%2Fchanges%2F01%2F25801%2F2;hp=69967b03ca419e2b23f9fba777e7725572f31c62;hpb=99cef05b4c32c401868c7f487784130e607ca74c;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-profile-graphical-html5/conf/layer.conf b/meta-agl-profile-graphical-html5/conf/layer.conf index 69967b03c..d499dd173 100644 --- a/meta-agl-profile-graphical-html5/conf/layer.conf +++ b/meta-agl-profile-graphical-html5/conf/layer.conf @@ -1,12 +1,12 @@ # We have a conf and classes directory, add to BBPATH -BBPATH =. "${LAYERDIR}:" +BBPATH .= ":${LAYERDIR}" # We have recipes-* directories, add to BBFILES BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ - ${LAYERDIR}/recipes-*/*/*.bbappend" + ${LAYERDIR}/recipes-*/*/*.bbappend" -BBFILE_COLLECTIONS += "aglprofilegraphicalhtml5" -BBFILE_PATTERN_aglprofilegraphicalhtml5 = "^${LAYERDIR}/" -BBFILE_PRIORITY_aglprofilegraphicalhtml5 = "70" +BBFILE_COLLECTIONS += "html5-framework" +BBFILE_PATTERN_html5-framework = "^${LAYERDIR}/" +BBFILE_PRIORITY_html5-framework = "80" -LAYERSERIES_COMPAT_aglprofilegraphicalhtml5 = "thud" +LAYERSERIES_COMPAT_html5-framework = "dunfell"