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:
parent
af323a7ed2
commit
1cbc8161a2
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue