소스 검색

meta-swupdate: do not include u-boot-fw-utils if SWUPDATE_INIT set

u-boot-fw-utils package can be installed using bbappend file
if needed, so remove it here.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Anatolij Gustschin 9 년 전
부모
커밋
8b463a331d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      recipes-extended/images/swupdate-image.bb

+ 1 - 1
recipes-extended/images/swupdate-image.bb

@@ -10,7 +10,7 @@ IMAGE_INSTALL = "base-files \
 		libconfig \
 		swupdate \
 		swupdate-www \
-                ${@bb.utils.contains('SWUPDATE_INIT', 'tiny', 'initscripts-swupdate u-boot-fw-utils', 'initscripts sysvinit', d)} \
+                ${@bb.utils.contains('SWUPDATE_INIT', 'tiny', 'initscripts-swupdate', 'initscripts sysvinit', d)} \
 		util-linux-sfdisk \
 		 "