Skip to content

Commit 1624069

Browse files
proffalkenbrocaar
authored andcommitted
Set Artifact Name so it can be overridden (#14)
1 parent 8e54b98 commit 1624069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta/conf/layer.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ BBFILE_PATTERN_lora-gateway-os = "^${LAYERDIR}/"
1111
LAYERSERIES_COMPAT_lora-gateway-os = "thud"
1212

1313
# Mender configuration
14-
MENDER_ARTIFACT_NAME = "lora-gateway-os-${DISTRO_VERSION}"
14+
MENDER_ARTIFACT_NAME ?= "lora-gateway-os-${DISTRO_VERSION}"
1515

1616
# Set image overhead to 1
1717
IMAGE_OVERHEAD_FACTOR = "1"

0 commit comments

Comments
 (0)