I’ve defined a custom image with torizon core builder and every thing works as expected. As last step I would like to set a custom name for the image to be able to identify it when selecting the image to install in Toradex Easy Installer. How can I define the image name in tcbuild.yaml?
I might make mistakes or occasionally get you wrong. Our support team will step in if needed.
Setting Custom Image Name in tcbuild.yaml
You can define a custom name for your image in the tcbuild.yaml configuration file using the name property under the output section (1). This name will be displayed in the Toradex Easy Installer interface when selecting images to install.
Configuration Example
Here’s how to set a custom image name in your tcbuild.yaml file:
output:
easy-installer:
local: torizon-core-docker-colibri-imx6-Tezi_5.1.0+build.1.CUSTOM
name: "My customized image"