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 2/4] image: Remove IMAGE_TRANSIENT_PACKAGES deprecation warning
Date: Thu, 14 Mar 2024 11:41:12 +0200	[thread overview]
Message-ID: <20240314094114.3867735-3-amikan@ilbers.de> (raw)
In-Reply-To: <20240314094114.3867735-1-amikan@ilbers.de>

IMAGE_TRANSIENT_PACKAGES has been deprecated and ignored since v0.8
and now we can remove warning message.

Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
 meta/classes/image.bbclass | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 73f1d52c..1e0691be 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -36,8 +36,6 @@ PP_ROOTFS = "${PP}/rootfs"
 PP_WORK = "${PP}/work"
 
 python(){
-    if (d.getVar('IMAGE_TRANSIENT_PACKAGES')):
-        bb.warn("IMAGE_TRANSIENT_PACKAGES is set and no longer supported")
     if (d.getVar('IMAGE_TYPE')):
         bb.warn("IMAGE_TYPE is deprecated, please switch to IMAGE_FSTYPES")
 
-- 
2.34.1


  parent 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 ` [PATCH 1/4] rpi: Remove deprecated rpi-sdimg.bbclass Anton Mikanovich
2024-03-14  9:41 ` Anton Mikanovich [this message]
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-3-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