* [PATCH] image: Add machine into mount points path
@ 2022-01-12 11:04 Anton Mikanovich
2022-01-19 6:31 ` Anton Mikanovich
0 siblings, 1 reply; 2+ messages in thread
From: Anton Mikanovich @ 2022-01-12 11:04 UTC (permalink / raw)
To: isar-users; +Cc: Anton Mikanovich
We need to add also machine name into buildchroot mount point names to
prevent conflicts between different machines with the same distro, arch
and image types.
Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
meta/classes/image.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index a10f0d7b..089d09c4 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -28,7 +28,7 @@ INITRD_IMAGE ?= "${IMAGE_FULLNAME}-initrd.img"
DTB_FILES ?= ""
# Useful variables for imager implementations:
-PP = "/home/builder/${PN}-${IMAGE_SUFFIX}"
+PP = "/home/builder/${PN}-${MACHINE}-${IMAGE_SUFFIX}"
PP_DEPLOY = "${PP}/deploy"
PP_ROOTFS = "${PP}/rootfs"
PP_WORK = "${PP}/work"
--
2.20.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-01-19 6:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-12 11:04 [PATCH] image: Add machine into mount points path Anton Mikanovich
2022-01-19 6:31 ` Anton Mikanovich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox