소스 검색

layer.conf: Mark master warrior and newer compatible only

we are now getting changes which are in master ( would be 2.8 ) release
so its important to let users know that they can no longer use master
with older releases

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj 5 년 전
부모
커밋
ac17429667
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      conf/layer.conf

+ 1 - 1
conf/layer.conf

@@ -15,7 +15,7 @@ BBFILES_DYNAMIC += " \
     \
 "
 
-LAYERSERIES_COMPAT_riscv-layer = "sumo thud warrior"
+LAYERSERIES_COMPAT_riscv-layer = "warrior"
 
 # risc-v does not get along with pie for reasons in so far not looked into
 SECURITY_CFLAGS_riscv64 = ""