Skip to content

Commit

Permalink
layer.conf: increase BBFILE_PRIORITY to 6
Browse files Browse the repository at this point in the history
This gets us slightly more deterministic behaviour since most layers,
inclusing OE-core, set it to 5. When priorities are equal, the ordering
in BBLAYERS is used to resolve conflicts. Since this layer was at '5',
getting the ordering wrong would negate .bbappends and shadowed recipes.

Upstream bitbake wants to phase this out, but for the time being, let's
decrease the opportunities for users to get this wrong.

Fixes: #98

Signed-off-by: Koen Kooi <[email protected]>
  • Loading branch information
koenkooi authored and ricardosalveti committed Dec 4, 2024
1 parent bae00d9 commit 18ce0b2
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 += "qcom-hwe"
BBFILE_PATTERN_qcom-hwe = "^${LAYERDIR}/"
BBFILE_PRIORITY_qcom-hwe = "5"
BBFILE_PRIORITY_qcom-hwe = "6"

LAYERDEPENDS_qcom-hwe = "core qcom"
LAYERSERIES_COMPAT_qcom-hwe = "styhead walnascar"

0 comments on commit 18ce0b2

Please sign in to comment.