소스 검색

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 8 달 전
부모
커밋
9f7676c078
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"