From 1a5890fd4ca055c92031b4c9b5ea4bd8323bd405 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 4 Apr 2018 00:29:28 +0200 Subject: Adapt repository priorities in preparation of the profiles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- meta-agl-distro/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-agl-distro/conf') diff --git a/meta-agl-distro/conf/layer.conf b/meta-agl-distro/conf/layer.conf index 74527516a..9810f4a3e 100644 --- a/meta-agl-distro/conf/layer.conf +++ b/meta-agl-distro/conf/layer.conf @@ -7,4 +7,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "agl-distro" BBFILE_PATTERN_agl-distro = "^${LAYERDIR}/" -BBFILE_PRIORITY_agl-distro = "8" +BBFILE_PRIORITY_agl-distro = "70" -- cgit 1.2.3-korg