From: Adriaan Schmidt <adriaan.schmidt@siemens.com>
To: isar-users@googlegroups.com
Cc: Adriaan Schmidt <adriaan.schmidt@siemens.com>
Subject: [PATCH 02/10] wic-img: create deploy dir
Date: Thu, 7 Oct 2021 09:56:29 +0200 [thread overview]
Message-ID: <20211007075637.590860-3-adriaan.schmidt@siemens.com> (raw)
In-Reply-To: <20211007075637.590860-1-adriaan.schmidt@siemens.com>
I ran into a case where the image deploy dir was not created.
Seems that "usually" this is there implicitly. This makes the
dependency explicit.
Signed-off-by: Adriaan Schmidt <adriaan.schmidt@siemens.com>
---
meta/classes/wic-img.bbclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/classes/wic-img.bbclass b/meta/classes/wic-img.bbclass
index d849ad9..0100641 100644
--- a/meta/classes/wic-img.bbclass
+++ b/meta/classes/wic-img.bbclass
@@ -137,6 +137,7 @@ python check_for_wic_warnings() {
}
do_wic_image[file-checksums] += "${WKS_FILE_CHECKSUM}"
+do_wic_image[dirs] = "${DEPLOY_DIR_IMAGE}"
python do_wic_image() {
bb.build.exec_func("generate_wic_image", d)
bb.build.exec_func("check_for_wic_warnings", d)
--
2.30.2
next prev parent reply other threads:[~2021-10-07 7:57 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-07 7:56 [PATCH 00/10] Add sstate-cache Adriaan Schmidt
2021-10-07 7:56 ` [PATCH 01/10] oe imports in central location Adriaan Schmidt
2021-10-07 7:56 ` Adriaan Schmidt [this message]
2021-10-07 7:56 ` [PATCH 03/10] rootfs: recursively depend on packages Adriaan Schmidt
2021-10-07 7:56 ` [PATCH 04/10] base: remove unneeded "before do_build" task dependencies Adriaan Schmidt
2021-10-07 7:56 ` [PATCH 05/10] dpkg: add explicit dependency to isar-apt Adriaan Schmidt
2021-10-07 7:56 ` [PATCH 06/10] meta: add sstate feature from oe Adriaan Schmidt
2021-10-07 7:56 ` [PATCH 07/10] sstate: configure Adriaan Schmidt
2021-10-07 7:56 ` [PATCH 08/10] sstate: add caching to isar-bootstrap Adriaan Schmidt
2021-10-07 7:56 ` [PATCH 09/10] sstate: add caching to rootfs Adriaan Schmidt
2021-10-07 7:56 ` [PATCH 10/10] sstate: add caching to debian packages Adriaan Schmidt
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=20211007075637.590860-3-adriaan.schmidt@siemens.com \
--to=adriaan.schmidt@siemens.com \
--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