Explorar el Código

depend on efibootguard in legacy.inc

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Adrian Freihofer hace 6 años
padre
commit
bfe8133749
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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 () {