Re: Naming images
Quentin Schulz
Hi Damien,
On Mon, Mar 29, 2021 at 03:33:09PM +0300, Damien LEFEVRE wrote: Hi,IMAGE_NAME variable is the one specifying the name which should be used for the final image. c.f. https://docs.yoctoproject.org/ref-manual/variables.html#term-IMAGE_NAME By default, its value is "${IMAGE_BASENAME}-${MACHINE}${IMAGE_VERSION_SUFFIX}" IMAGE_VERSION_SUFFIX is by default set to "-${DATETIME}" as documented here: https://docs.yoctoproject.org/ref-manual/variables.html#term-IMAGE_VERSION_SUFFIX Therefore to put the image version, you just need to change IMAGE_VERSION_SUFFIX to what you want it to contain. Cheers, Quentin |
|