ostree: use stronger assignment to overwrite the default value.

BugzID: none

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
This commit is contained in:
Lucien Mueller 2020-01-20 14:19:08 +01:00 committed by Gogs
parent af323a7ed2
commit 1cbc8161a2
1 changed files with 1 additions and 1 deletions

View File

@ -98,6 +98,6 @@ LICENSE = "BSD"
IMAGE_OVERHEAD_FACTOR = "1.0"
OSTREE_BOOTLOADER = "u-boot"
OSTREE_BRANCHNAME ?= "${LAYERSERIES_CORENAMES}-${MACHINE}"
OSTREE_BRANCHNAME = "${LAYERSERIES_CORENAMES}-${MACHINE}"
BUILDNAME = "${EXTERNALSRC_GIT_SRCREV};${DATETIME};${PN}"