Adapt repository priorities in preparation of the profiles 13/13713/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 3 Apr 2018 22:29:28 +0000 (00:29 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 3 Apr 2018 22:29:28 +0000 (00:29 +0200)
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>
meta-agl-bsp/conf/layer.conf
meta-agl-distro/conf/layer.conf
meta-agl/conf/layer.conf
meta-app-framework/conf/layer.conf
meta-ivi-common/conf/layer.conf
meta-netboot/conf/layer.conf
meta-security/conf/layer.conf

index 031c4f2..7c996ca 100644 (file)
@@ -21,4 +21,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
 
 BBFILE_COLLECTIONS += "aglbsp"
 BBFILE_PATTERN_aglbsp = "^${LAYERDIR}/"
-BBFILE_PRIORITY_aglbsp = "10"
+BBFILE_PRIORITY_aglbsp = "60"
index 7452751..9810f4a 100644 (file)
@@ -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"
index 4943147..dd0784a 100644 (file)
@@ -7,4 +7,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
 
 BBFILE_COLLECTIONS += "agl"
 BBFILE_PATTERN_agl = "^${LAYERDIR}/"
-BBFILE_PRIORITY_agl = "7"
+BBFILE_PRIORITY_agl = "70"
index f74ebd6..97ca552 100644 (file)
@@ -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"
 
index e19cacc..4251723 100644 (file)
@@ -7,4 +7,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
 
 BBFILE_COLLECTIONS += "ivi-common"
 BBFILE_PATTERN_ivi-common = "^${LAYERDIR}/"
-BBFILE_PRIORITY_ivi-common = "7"
+BBFILE_PRIORITY_ivi-common = "70"
index 324f1f1..7ee6f6f 100644 (file)
@@ -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"
index c051e58..db6be54 100644 (file)
@@ -9,4 +9,4 @@ BBFILES := "${BBFILES} \
 # Must prioritize our rpm recipe over the default ones.
 BBFILE_COLLECTIONS += "security-smack"
 BBFILE_PATTERN_security-smack := "^${LAYERDIR}/"
-BBFILE_PRIORITY_security-smack = "8"
+BBFILE_PRIORITY_security-smack = "60"