All of lore.kernel.org
 help / color / mirror / Atom feed
From: Felix Moessbauer <felix.moessbauer@siemens.com>
To: cip-dev@lists.cip-project.org
Cc: quirin.gylstorff@siemens.com,
	Felix Moessbauer <felix.moessbauer@siemens.com>
Subject: [isar-cip-core][PATCH 1/1] drop dependency to no longer existing buildchroot
Date: Tue, 19 Sep 2023 14:43:09 +0000	[thread overview]
Message-ID: <20230919144309.3499738-1-felix.moessbauer@siemens.com> (raw)

For a long time, the buildchroot(-target) has not been used anymore.
However this target was still available in ISAR for downstream users. As
this is now dropped from ISAR, we also must drop this (obsolete)
dependency in the image_uuid class.

Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
---
 classes/image_uuid.bbclass | 1 -
 1 file changed, 1 deletion(-)

diff --git a/classes/image_uuid.bbclass b/classes/image_uuid.bbclass
index 37e86d9..2cd8459 100644
--- a/classes/image_uuid.bbclass
+++ b/classes/image_uuid.bbclass
@@ -42,7 +42,6 @@ def read_target_image_uuid(d):
 TARGET_IMAGE_UUID = "${@read_target_image_uuid(d)}"
 
 do_generate_image_uuid[vardeps] += "IMAGE_UUID"
-do_generate_image_uuid[depends] = "buildchroot-target:do_build"
 do_generate_image_uuid[dirs] = "${DEPLOY_DIR_IMAGE}"
 do_generate_image_uuid[network] = "${TASK_USE_SUDO}"
 do_generate_image_uuid() {
-- 
2.34.1



             reply	other threads:[~2023-09-19 14:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-19 14:43 Felix Moessbauer [this message]
2023-10-08 10:02 ` [isar-cip-core][PATCH 1/1] drop dependency to no longer existing buildchroot Jan Kiszka

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=20230919144309.3499738-1-felix.moessbauer@siemens.com \
    --to=felix.moessbauer@siemens.com \
    --cc=cip-dev@lists.cip-project.org \
    --cc=quirin.gylstorff@siemens.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.