Skip to content

Commit

Permalink
layer.conf: decrease layer priority to 5
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ricardosalveti committed Sep 6, 2024
1 parent f4c1504 commit 7ca38b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 7ca38b0

Please sign in to comment.