mbox series

[0/4] Remove deprecated variables and classes

Message ID 20240314094114.3867735-1-amikan@ilbers.de
Headers show
Series Remove deprecated variables and classes | expand

Message

Anton Mikanovich March 14, 2024, 9:41 a.m. UTC
All of them were deprecated since v0.8 or v0.9 and now we can remove
backward compatibility and deprecation warnings.

Anton Mikanovich (4):
  rpi: Remove deprecated rpi-sdimg.bbclass
  image: Remove IMAGE_TRANSIENT_PACKAGES deprecation warning
  image: Remove backward compatibility with IMAGE_TYPE
  u-boot: Remove BUILD_DEPENDS backward compatibility

 meta-isar/classes/rpi-sdimg.bbclass       | 24 -----------------------
 meta/classes/image.bbclass                | 17 ++--------------
 meta/recipes-bsp/u-boot/u-boot-custom.inc |  6 ------
 3 files changed, 2 insertions(+), 45 deletions(-)
 delete mode 100644 meta-isar/classes/rpi-sdimg.bbclass

Comments

Uladzimir Bely March 22, 2024, 8:17 a.m. UTC | #1
On Thu, 2024-03-14 at 11:41 +0200, Anton Mikanovich wrote:
> All of them were deprecated since v0.8 or v0.9 and now we can remove
> backward compatibility and deprecation warnings.
> 
> Anton Mikanovich (4):
>   rpi: Remove deprecated rpi-sdimg.bbclass
>   image: Remove IMAGE_TRANSIENT_PACKAGES deprecation warning
>   image: Remove backward compatibility with IMAGE_TYPE
>   u-boot: Remove BUILD_DEPENDS backward compatibility
> 
>  meta-isar/classes/rpi-sdimg.bbclass       | 24 ---------------------
> --
>  meta/classes/image.bbclass                | 17 ++--------------
>  meta/recipes-bsp/u-boot/u-boot-custom.inc |  6 ------
>  3 files changed, 2 insertions(+), 45 deletions(-)
>  delete mode 100644 meta-isar/classes/rpi-sdimg.bbclass
> 
> -- 
> 2.34.1
> 

Applied to next.