Skip to content

Commit

Permalink
layer.conf: Increase BBFILE_PRIORITY to 25
Browse files Browse the repository at this point in the history
meta-nilrt's BBFILE_PRIORITY needs to be higher than all other layers.
Since meta-qt5-extra is at 20, increase meta-nilrt to 25.

Signed-off-by: Chaitanya Vadrevu <chaitanya.vadrevu@ni.com>
  • Loading branch information
chaitu236 authored and amstewart committed Jul 10, 2023
1 parent cdc4537 commit 82ee553
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,6 +7,6 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \

BBFILE_COLLECTIONS += "meta-nilrt"
BBFILE_PATTERN_meta-nilrt = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-nilrt = "15"
BBFILE_PRIORITY_meta-nilrt = "25"

LAYERSERIES_COMPAT_meta-nilrt = "kirkstone"

0 comments on commit 82ee553

Please sign in to comment.