From: "srinuvasan.a via isar-users" <isar-users@googlegroups.com>
To: isar-users@googlegroups.com
Cc: Srinuvasan A <srinuvasan.a@siemens.com>
Subject: [PATCH] technical_overview.md: replace DEPLOY_DIR_DEB with isar-apt repo paths
Date: Fri, 15 May 2026 16:36:55 +0530 [thread overview]
Message-ID: <20260515110655.671907-1-srinuvasan.a@siemens.com> (raw)
From: Srinuvasan A <srinuvasan.a@siemens.com>
Presently do_deploy_deb task adds WORKDIR/*.deb to {REPO_ISAR_DIR}/${DISTRO},
package lookup during target population uses the mounted /isar-apt repo,
hence remove outdated references to ${DEPLOY_DIR_DEB}, which is
not used in current Isar sources.
Signed-off-by: Srinuvasan A <srinuvasan.a@siemens.com>
---
doc/technical_overview.md | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/doc/technical_overview.md b/doc/technical_overview.md
index 82b2ba0f..b7905be0 100644
--- a/doc/technical_overview.md
+++ b/doc/technical_overview.md
@@ -227,8 +227,9 @@ Both consist of the following steps:
`dpkg-deb` to construct a Debian package from a folder of files,
without compiling anything
-6. Task `do_deploy_deb`: install successfully built packages
- `${WORKDIR}/*.deb` to deploy directory `${DEPLOY_DIR_DEB}`
+6. Task `do_deploy_deb`: add successfully built packages
+ `${WORKDIR}/*.deb` to the isar-apt repository
+ `${REPO_ISAR_DIR}/${DISTRO}`
## 3.6 Populate Target Filesystem
@@ -237,7 +238,8 @@ variable. Task `do_populate` performs the following:
1. Parse IMAGE_INSTALL variable.
-2. Find respective packages in `${DEPLOY_DIR_DEB}`.
+2. Find respective packages in the isar-apt repository
+ (`${REPO_ISAR_DIR}/${DISTRO}`), mounted as `/isar-apt` in the rootfs.
3. Copy them to deb folder in dedicated target filesystem.
--
2.34.1
--
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/20260515110655.671907-1-srinuvasan.a%40siemens.com.
next reply other threads:[~2026-05-15 11:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-15 11:06 srinuvasan.a via isar-users [this message]
2026-05-22 14:30 ` Zhihang Wei
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=20260515110655.671907-1-srinuvasan.a@siemens.com \
--to=isar-users@googlegroups.com \
--cc=srinuvasan.a@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox