diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-04-04 12:28:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-04-04 12:28:20 +0000 |
commit | ea5a7ede18cd8e7969e998a2bcc83a190ff393bf (patch) | |
tree | dcfbf946e6c050acf85531cf575d6d5f2f6f5894 /meta-app-framework | |
parent | 7fd3464a23a54c495e1a7ab3ef1cde1fe83aeda2 (diff) | |
parent | 1a5890fd4ca055c92031b4c9b5ea4bd8323bd405 (diff) |
Merge "Adapt repository priorities in preparation of the profiles"
Diffstat (limited to 'meta-app-framework')
-rw-r--r-- | meta-app-framework/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-app-framework/conf/layer.conf b/meta-app-framework/conf/layer.conf index f74ebd658..97ca5524a 100644 --- a/meta-app-framework/conf/layer.conf +++ b/meta-app-framework/conf/layer.conf @@ -7,5 +7,5 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "app-framework" BBFILE_PATTERN_app-framework = "^${LAYERDIR}/" -BBFILE_PRIORITY_app-framework = "7" +BBFILE_PRIORITY_app-framework = "70" |