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:
Lucien Mueller 2019-10-25 14:36:09 +02:00
parent 3328fdd349
commit 6a65b37b45
2 changed files with 2 additions and 2 deletions

View File

@ -57,4 +57,4 @@ IMAGE_INSTALL_append = " \
tmate \
imu-setup \
"
OSTREE_BRANCHNAME = "${MACHINE}-dev"
OSTREE_BRANCHNAME = "${LAYERSERIES_CORENAMES}-${MACHINE}-dev"

View File

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