diff mbox series

[meta-swupdate,v2] swupdate-image: rm image-artifact-names in dunfell

Message ID 20210831112439.11783-1-o.mandel@menlosystems.com
State Accepted
Headers show
Series [meta-swupdate,v2] swupdate-image: rm image-artifact-names in dunfell | expand

Commit Message

Olaf Mandel Aug. 31, 2021, 11:24 a.m. UTC
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>
---
 classes/swupdate-image.bbclass | 1 -
 1 file changed, 1 deletion(-)

Comments

Stefano Babic Aug. 31, 2021, 11:28 a.m. UTC | #1
On 31.08.21 13:24, Olaf Mandel wrote:
> 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>
> ---
>   classes/swupdate-image.bbclass | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/classes/swupdate-image.bbclass b/classes/swupdate-image.bbclass
> index 54d121f..618b438 100644
> --- a/classes/swupdate-image.bbclass
> +++ b/classes/swupdate-image.bbclass
> @@ -9,7 +9,6 @@
>   # swupdate.
>   
>   inherit swupdate-common.bbclass
> -inherit image-artifact-names
>   
>   S = "${WORKDIR}/${PN}"
>   
> 

Acked-by: Stefano Babic <sbabic@denx.de>

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/classes/swupdate-image.bbclass b/classes/swupdate-image.bbclass
index 54d121f..618b438 100644
--- a/classes/swupdate-image.bbclass
+++ b/classes/swupdate-image.bbclass
@@ -9,7 +9,6 @@ 
 # swupdate.
 
 inherit swupdate-common.bbclass
-inherit image-artifact-names
 
 S = "${WORKDIR}/${PN}"