From: Uladzimir Bely <ubely@ilbers.de>
To: isar-users@googlegroups.com
Subject: [PATCH 1/1] Remove copy_boot_files task for SDK
Date: Mon, 24 Oct 2022 07:40:42 +0200 [thread overview]
Message-ID: <20221024054042.12907-2-ubely@ilbers.de> (raw)
In-Reply-To: <20221024054042.12907-1-ubely@ilbers.de>
This task just copies kernel/initrd/dtb files from rootfs to deploy dir
that is useless for SDK (and already done with non-sdk rootfs).
Moreover, if DTB_FILES is set (like in phyboard-mira target, for
example), copy_boot_files produces error when "populate_sdk" executed.
Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
---
meta/classes/sdk.bbclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/classes/sdk.bbclass b/meta/classes/sdk.bbclass
index 32ee2de7..ec5eed87 100644
--- a/meta/classes/sdk.bbclass
+++ b/meta/classes/sdk.bbclass
@@ -16,6 +16,7 @@ python sdk_virtclass_handler() {
e.data.appendVar('OVERRIDES', ':class-sdk')
# sdkchroot deploy only for sdk image
bb.build.addtask('deploy_sdkchroot', 'do_build', 'do_rootfs', d)
+ bb.build.deltask('copy_boot_files', d)
else:
# add do_populate_sdk only to the non-sdk variant
# it only exists to preserve the interface...
--
2.20.1
next prev parent reply other threads:[~2022-10-24 5:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-24 5:40 [PATCH 0/1] " Uladzimir Bely
2022-10-24 5:40 ` Uladzimir Bely [this message]
2022-11-03 8:53 ` Anton Mikanovich
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=20221024054042.12907-2-ubely@ilbers.de \
--to=ubely@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