kas: the debug image gets its own deploy name

forgefirm-image-dev has one deploy slot, so the debug variant was
clobbering the normal dev image (and a dev rebuild clobbered the debug
one back). A distinct IMAGE_BASENAME (forgefirm-image-dev-debug) lets
both coexist in the deploy directory.
This commit is contained in:
ScottW514
2026-08-31 16:26:55 -04:00
parent 298abf8a12
commit 22ce1d0d6d
+4
View File
@@ -30,3 +30,7 @@ local_conf_header:
FORGEFIRM_KERNEL_DEBUG = "1"
FORGEFIRM_VERSION_STRING:pn-forgefirm-image-dev = "${DATETIME} (dev-debug)"
FORGEFIRM_VERSION_STRING[vardepsexclude] += "DATETIME"
# A distinct deploy basename so the debug image does not share the dev
# image's single deploy slot and clobber it. It lands as
# forgefirm-image-dev-debug-glowforge.rootfs-*.wic.gz beside the others.
IMAGE_BASENAME:pn-forgefirm-image-dev = "forgefirm-image-dev-debug"