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
							
								
									3328fdd349
								
							
						
					
					
						commit
						6a65b37b45
					
				|  | @ -57,4 +57,4 @@ IMAGE_INSTALL_append = " \ | ||||||
|                 tmate \ |                 tmate \ | ||||||
|                 imu-setup \ |                 imu-setup \ | ||||||
|                 " |                 " | ||||||
| OSTREE_BRANCHNAME = "${MACHINE}-dev" | OSTREE_BRANCHNAME = "${LAYERSERIES_CORENAMES}-${MACHINE}-dev" | ||||||
|  |  | ||||||
|  | @ -119,6 +119,6 @@ LICENSE = "BSD" | ||||||
| 
 | 
 | ||||||
| IMAGE_OVERHEAD_FACTOR = "1.0" | IMAGE_OVERHEAD_FACTOR = "1.0" | ||||||
| OSTREE_BOOTLOADER = "u-boot" | OSTREE_BOOTLOADER = "u-boot" | ||||||
| OSTREE_BRANCHNAME ?= "${MACHINE}" | OSTREE_BRANCHNAME ?= "${LAYERSERIES_CORENAMES}-${MACHINE}" | ||||||
| 
 | 
 | ||||||
| BUILDNAME = "${EXTERNALSRC_GIT_SRCREV};${DATETIME};${PN}" | BUILDNAME = "${EXTERNALSRC_GIT_SRCREV};${DATETIME};${PN}" | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue