distro: added yocto version name as prefix on the ostree branchname for "normal" and "dev" image.
BugzID: 59761 Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
This commit is contained in:
parent
5b1d348ce8
commit
ba7c13cbc8
|
|
@ -55,4 +55,4 @@ IMAGE_INSTALL_append = " \
|
|||
board-descriptor \
|
||||
tmate \
|
||||
"
|
||||
OSTREE_BRANCHNAME = "${MACHINE}-dev"
|
||||
OSTREE_BRANCHNAME = "${LAYERSERIES_CORENAMES}-${MACHINE}-dev"
|
||||
|
|
|
|||
|
|
@ -116,6 +116,6 @@ LICENSE = "BSD"
|
|||
KERNEL_IMAGETYPE_sota = "fitImage"
|
||||
IMAGE_OVERHEAD_FACTOR = "1.0"
|
||||
OSTREE_BOOTLOADER = "u-boot"
|
||||
OSTREE_BRANCHNAME ?= "${MACHINE}"
|
||||
OSTREE_BRANCHNAME ?= "${LAYERSERIES_CORENAMES}-${MACHINE}"
|
||||
|
||||
BUILDNAME = "${EXTERNALSRC_GIT_SRCREV};${DATETIME};${PN}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue