summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 65b4432c63..5d994f067d 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -452,11 +452,6 @@ STAGING_KERNEL_BUILDDIR = "${TMPDIR}/work-shared/${MACHINE}/kernel-build-artifac
452################################################################## 452##################################################################
453 453
454IMAGE_ROOTFS = "${WORKDIR}/rootfs" 454IMAGE_ROOTFS = "${WORKDIR}/rootfs"
455IMAGE_BASENAME = "${PN}"
456IMAGE_VERSION_SUFFIX = "-${DATETIME}"
457IMAGE_VERSION_SUFFIX[vardepsexclude] += "DATETIME"
458IMAGE_NAME = "${IMAGE_BASENAME}-${MACHINE}${IMAGE_VERSION_SUFFIX}"
459IMAGE_LINK_NAME = "${IMAGE_BASENAME}-${MACHINE}"
460 455
461# This option allows for a percentage overage of the actual image size rather than a 456# This option allows for a percentage overage of the actual image size rather than a
462# fixed extra space, this is space needed for initial startup and basic operations. 457# fixed extra space, this is space needed for initial startup and basic operations.