Explorar el Código

swupdate-image: rm image-artifact-names in dunfell

The swupdate-image class in the dunfell branch inherited an
image-artifact-names class from oe-core/meta master, which does *not*
exist in the oe-core branch for dunfell. As the inherit is not even
needed, remove it.

Note: this does not change master, only dunfell.

Signed-off-by: Olaf Mandel <o.mandel@menlosystems.com>
Acked-by: Stefano Babic <sbabic@denx.de>
Olaf Mandel hace 4 años
padre
commit
c8e60a7142
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      classes/swupdate-image.bbclass

+ 0 - 1
classes/swupdate-image.bbclass

@@ -9,7 +9,6 @@
 # swupdate.
 
 inherit swupdate-common.bbclass
-inherit image-artifact-names
 
 S = "${WORKDIR}/${PN}"