Browse Source

meta-starfive: increase BBFILE_PRIORITY

Increase priority to 8 so that its higher than meta-clang.

Signed-off-by: Jun Yuan Tan <junyuan.tan@starfivetech.com>
Jun Yuan Tan 7 months ago
parent
commit
9f7676c078
1 changed files with 1 additions and 1 deletions
  1. 1 1
      conf/layer.conf

+ 1 - 1
conf/layer.conf

@@ -11,7 +11,7 @@ BBFILES_DYNAMIC += " \
 
 BBFILE_COLLECTIONS += "meta-starfive"
 BBFILE_PATTERN_meta-starfive = "^${LAYERDIR}/"
-BBFILE_PRIORITY_meta-starfive = "7"
+BBFILE_PRIORITY_meta-starfive = "8"
 LAYERVERSION_meta-starfive = "1"
 
 LAYERSERIES_COMPAT_meta-starfive = "kirkstone"