* [PATCH] isar-image: remove deprecated bbclass
@ 2022-03-29 13:41 Anton Mikanovich
2022-04-25 8:10 ` Anton Mikanovich
0 siblings, 1 reply; 2+ messages in thread
From: Anton Mikanovich @ 2022-03-29 13:41 UTC (permalink / raw)
To: isar-users; +Cc: Anton Mikanovich
This class was declared deprecated 3 years ago (c83f15a0e), so remove it as
it was already warned in RECIPE-API-CHANGELOG.md.
The image class should be inherited instead.
Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
meta/classes/isar-image.bbclass | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 meta/classes/isar-image.bbclass
diff --git a/meta/classes/isar-image.bbclass b/meta/classes/isar-image.bbclass
deleted file mode 100644
index 743ecbb7..00000000
--- a/meta/classes/isar-image.bbclass
+++ /dev/null
@@ -1,11 +0,0 @@
-# Class for backwards compatibility of images that use it
-#
-# This software is a part of ISAR.
-# Copyright (C) 2015-2018 ilbers GmbH
-# Copyright (c) Siemens AG, 2019
-inherit image
-
-python() {
- bb.warn("isar-image is deprecated, please change 'isar-image' inheritance "
- "to 'image'.")
-}
--
2.20.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] isar-image: remove deprecated bbclass
2022-03-29 13:41 [PATCH] isar-image: remove deprecated bbclass Anton Mikanovich
@ 2022-04-25 8:10 ` Anton Mikanovich
0 siblings, 0 replies; 2+ messages in thread
From: Anton Mikanovich @ 2022-04-25 8:10 UTC (permalink / raw)
To: isar-users
29.03.2022 16:41, Anton Mikanovich wrote:
> This class was declared deprecated 3 years ago (c83f15a0e), so remove it as
> it was already warned in RECIPE-API-CHANGELOG.md.
>
> The image class should be inherited instead.
>
> Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
> ---
> meta/classes/isar-image.bbclass | 11 -----------
> 1 file changed, 11 deletions(-)
> delete mode 100644 meta/classes/isar-image.bbclass
>
> diff --git a/meta/classes/isar-image.bbclass b/meta/classes/isar-image.bbclass
> deleted file mode 100644
> index 743ecbb7..00000000
> --- a/meta/classes/isar-image.bbclass
> +++ /dev/null
> @@ -1,11 +0,0 @@
> -# Class for backwards compatibility of images that use it
> -#
> -# This software is a part of ISAR.
> -# Copyright (C) 2015-2018 ilbers GmbH
> -# Copyright (c) Siemens AG, 2019
> -inherit image
> -
> -python() {
> - bb.warn("isar-image is deprecated, please change 'isar-image' inheritance "
> - "to 'image'.")
> -}
Applied to next.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-04-25 8:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-29 13:41 [PATCH] isar-image: remove deprecated bbclass Anton Mikanovich
2022-04-25 8:10 ` Anton Mikanovich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox