From 7ca38b0a6dc4de711b49f933e4f0a0d9fde5653b Mon Sep 17 00:00:00 2001 From: Ricardo Salveti Date: Wed, 4 Sep 2024 20:23:51 -0300 Subject: [PATCH] layer.conf: decrease layer priority to 5 10 is way too high for a bsp layer, prefer aligning priority to the same value as used by base layers and other common BSP layers (e.g. meta-qcom). Signed-off-by: Ricardo Salveti --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 091e3fe3..475e8c07 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "meta-qcom-hwe" BBFILE_PATTERN_meta-qcom-hwe = "^${LAYERDIR}/" -BBFILE_PRIORITY_meta-qcom-hwe = "10" +BBFILE_PRIORITY_meta-qcom-hwe = "5" LAYERDEPENDS_meta-qcom-hwe = "qcom" LAYERSERIES_COMPAT_meta-qcom-hwe = "scarthgap"