public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] technical_overview.md: replace DEPLOY_DIR_DEB with isar-apt repo paths
@ 2026-05-15 11:06 srinuvasan.a via isar-users
  2026-05-22 14:30 ` Zhihang Wei
  0 siblings, 1 reply; 2+ messages in thread
From: srinuvasan.a via isar-users @ 2026-05-15 11:06 UTC (permalink / raw)
  To: isar-users; +Cc: Srinuvasan A

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-05-22 14:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-15 11:06 [PATCH] technical_overview.md: replace DEPLOY_DIR_DEB with isar-apt repo paths srinuvasan.a via isar-users
2026-05-22 14:30 ` Zhihang Wei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox