From 1cbc8161a23f05628733d366fa29dc9e2a7c1c35 Mon Sep 17 00:00:00 2001 From: Lucien Mueller Date: Mon, 20 Jan 2020 14:19:08 +0100 Subject: [PATCH] ostree: use stronger assignment to overwrite the default value. BugzID: none Signed-off-by: Lucien Mueller --- recipes-core/images/netmodule-linux-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/images/netmodule-linux-image.bb b/recipes-core/images/netmodule-linux-image.bb index c4ab1aa..57e6231 100644 --- a/recipes-core/images/netmodule-linux-image.bb +++ b/recipes-core/images/netmodule-linux-image.bb @@ -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}"