소스 검색

Use image-artifact-names

OE-core has moved IMAGE_ variables to a separate class, and they are not
found without image-artifact-names class.

Signed-off-by: Stefano Babic <sbabic@denx.de>
Reported-by: Parthiban Nallathambi <parthiban@linumiz.com>
Tested-by: Parthiban Nallathambi <parthiban@linumiz.com>
Stefano Babic 5 년 전
부모
커밋
ffa0420aaa
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      classes/swupdate.bbclass

+ 1 - 0
classes/swupdate.bbclass

@@ -32,6 +32,7 @@
 #   image file with exactly the name as specified in SWUPDATE_IMAGES is searched for.
 
 inherit swupdate-common.bbclass
+inherit image-artifact-names
 
 S = "${WORKDIR}/${PN}"