Ver Fonte

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 há 4 anos atrás
pai
commit
c8e60a7142
1 ficheiros alterados com 0 adições e 1 exclusões
  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}"