소스 검색

depend on efibootguard in legacy.inc

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Adrian Freihofer 6 년 전
부모
커밋
bfe8133749
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      recipes-support/swupdate/swupdate-legacy.inc

+ 4 - 0
recipes-support/swupdate/swupdate-legacy.inc

@@ -95,6 +95,10 @@ python () {
 
     if 'CONFIG_MONGOOSE_WEB_API_V2=y\n' in features:
         d.setVar('SWUPDATE_WWW', 'webapp')
+
+    if 'CONFIG_BOOTLOADER_EBG=y\n' in features:
+        depends = d.getVar('DEPENDS', False)
+        d.setVar('DEPENDS', depends + ' efibootguard')
 }
 
 do_configure () {