summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/image-artifact-names.bbclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/classes/image-artifact-names.bbclass b/meta/classes/image-artifact-names.bbclass
index 5ab8f1b7aa..3ac8dd731a 100644
--- a/meta/classes/image-artifact-names.bbclass
+++ b/meta/classes/image-artifact-names.bbclass
@@ -2,11 +2,11 @@
2# Specific image creation and rootfs population info. 2# Specific image creation and rootfs population info.
3################################################################## 3##################################################################
4 4
5IMAGE_BASENAME = "${PN}" 5IMAGE_BASENAME ?= "${PN}"
6IMAGE_VERSION_SUFFIX = "-${DATETIME}" 6IMAGE_VERSION_SUFFIX ?= "-${DATETIME}"
7IMAGE_VERSION_SUFFIX[vardepsexclude] += "DATETIME" 7IMAGE_VERSION_SUFFIX[vardepsexclude] += "DATETIME"
8IMAGE_NAME = "${IMAGE_BASENAME}-${MACHINE}${IMAGE_VERSION_SUFFIX}" 8IMAGE_NAME ?= "${IMAGE_BASENAME}-${MACHINE}${IMAGE_VERSION_SUFFIX}"
9IMAGE_LINK_NAME = "${IMAGE_BASENAME}-${MACHINE}" 9IMAGE_LINK_NAME ?= "${IMAGE_BASENAME}-${MACHINE}"
10 10
11# IMAGE_NAME is the base name for everything produced when building images. 11# IMAGE_NAME is the base name for everything produced when building images.
12# The actual image that contains the rootfs has an additional suffix (.rootfs 12# The actual image that contains the rootfs has an additional suffix (.rootfs