public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Anton Mikanovich <amikan@ilbers.de>
To: isar-users@googlegroups.com
Cc: Anton Mikanovich <amikan@ilbers.de>
Subject: [PATCH 1/4] rpi: Remove deprecated rpi-sdimg.bbclass
Date: Thu, 14 Mar 2024 11:41:11 +0200	[thread overview]
Message-ID: <20240314094114.3867735-2-amikan@ilbers.de> (raw)
In-Reply-To: <20240314094114.3867735-1-amikan@ilbers.de>

It has been deprecated since v0.9 and now being removed.
Use IMAGE_FSTYPES = "wic-img" and WKS_FILE = "rpi-sdimg" instead.

Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
 meta-isar/classes/rpi-sdimg.bbclass | 24 ------------------------
 1 file changed, 24 deletions(-)
 delete mode 100644 meta-isar/classes/rpi-sdimg.bbclass

diff --git a/meta-isar/classes/rpi-sdimg.bbclass b/meta-isar/classes/rpi-sdimg.bbclass
deleted file mode 100644
index fc63f7f9..00000000
--- a/meta-isar/classes/rpi-sdimg.bbclass
+++ /dev/null
@@ -1,24 +0,0 @@
-# This software is a part of ISAR.
-# Copyright (C) 2015-2016 ilbers GmbH
-#
-# Based on SD class from meta-raspberrypi
-
-IMAGE_TYPEDEP:rpi_sdimg = "wic"
-
-WKS_FILE ?= "rpi-sdimg"
-
-IMAGER_INSTALL:wic += "parted \
-                       dosfstools \
-                       mtools \
-                       e2fsprogs \
-                       python3-distutils \
-                       bmap-tools"
-
-IMAGE_BOOT_FILES ?= "${IMAGE_ROOTFS}/boot/*.*;./ \
-                     ${IMAGE_ROOTFS}/boot/overlays/*;overlays/"
-
-IMAGE_INSTALL += "bootconfig-${MACHINE}"
-
-python do_wic_image:prepend() {
-    bb.warn("rpi-sdimg image type is deprecated, please change to wic.")
-}
-- 
2.34.1


  reply	other threads:[~2024-03-14  9:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-14  9:41 [PATCH 0/4] Remove deprecated variables and classes Anton Mikanovich
2024-03-14  9:41 ` Anton Mikanovich [this message]
2024-03-14  9:41 ` [PATCH 2/4] image: Remove IMAGE_TRANSIENT_PACKAGES deprecation warning Anton Mikanovich
2024-03-14  9:41 ` [PATCH 3/4] image: Remove backward compatibility with IMAGE_TYPE Anton Mikanovich
2024-03-14  9:41 ` [PATCH 4/4] u-boot: Remove BUILD_DEPENDS backward compatibility Anton Mikanovich
2024-03-22  8:17 ` [PATCH 0/4] Remove deprecated variables and classes Uladzimir Bely

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240314094114.3867735-2-amikan@ilbers.de \
    --to=amikan@ilbers.de \
    --cc=isar-users@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox