diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-04-04 00:29:28 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-04-04 00:29:28 +0200 |
commit | 1a5890fd4ca055c92031b4c9b5ea4bd8323bd405 (patch) | |
tree | 1bb980c1bbe80a39fa112907c4a1704c07e859ac /meta-netboot/conf | |
parent | ea00cb6f79616987d7e3c7e83a6ee01cb73eb170 (diff) |
Adapt repository priorities in preparation of the profiles
The profiles need a clear priorization of the layers.
Especially the core layers need a high prio in this context.
Apply a prio of 70 to core/essential layers and of 60 to BSP, netboot and smack.
Change-Id: I24a59daadab4c98ffbcb799cc784e84e87ac7d23
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-netboot/conf')
-rw-r--r-- | meta-netboot/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-netboot/conf/layer.conf b/meta-netboot/conf/layer.conf index 324f1f1bb..7ee6f6f0c 100644 --- a/meta-netboot/conf/layer.conf +++ b/meta-netboot/conf/layer.conf @@ -10,4 +10,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "meta-netboot" BBFILE_PATTERN_meta-netboot = "^${LAYERDIR}/" -BBFILE_PRIORITY_meta-netboot = "20" +BBFILE_PRIORITY_meta-netboot = "60" |