diff options
Diffstat (limited to 'meta-app-framework')
-rw-r--r-- | meta-app-framework/conf/include/agl-app-framework.inc | 3 | ||||
-rw-r--r-- | meta-app-framework/conf/layer.conf | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/meta-app-framework/conf/include/agl-app-framework.inc b/meta-app-framework/conf/include/agl-app-framework.inc index 12091d38e..296f49e79 100644 --- a/meta-app-framework/conf/include/agl-app-framework.inc +++ b/meta-app-framework/conf/include/agl-app-framework.inc @@ -1 +1,2 @@ -# any required local.conf additions
\ No newline at end of file +# enable the layer +AGL_FEATURES:append = " agl-app-fw" diff --git a/meta-app-framework/conf/layer.conf b/meta-app-framework/conf/layer.conf index b82d8a19a..930fbd9ea 100644 --- a/meta-app-framework/conf/layer.conf +++ b/meta-app-framework/conf/layer.conf @@ -11,6 +11,3 @@ BBFILE_PRIORITY_meta-app-framework = "60" LAYERSERIES_COMPAT_meta-app-framework = "dunfell" LAYERDEPENDS_meta-app-framework = "core aglcore" - -# -LICENSE_PATH += "${LAYERDIR}/licenses" |