mirror of
https://github.com/openglow-org/forgefirm.git
synced 2026-09-27 08:41:13 -07:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user