Skip to content
  • Stefano Babic's avatar
    Fix breakage if encryption is not set · 9995157c
    Stefano Babic authored
    
    
    Commit introduces the encryption into the swupdate class, but it breaks
    builds if encryption is not used at all. Fix this and rework function
    to retrieve key from a file.
    
    Replace os.system() with subprocess.run() - this should be done for other
    occurrencies od os.system() that is declared obsolete.
    
    Signed-off-by: default avatarStefano Babic <sbabic@denx.de>
    9995157c