]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
image_types.bbclass: fix vfat image names
authorChristian Taedcke <christian.taedcke@weidmueller.com>
Tue, 5 Mar 2024 08:45:40 +0000 (09:45 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Mar 2024 12:13:14 +0000 (12:13 +0000)
commite3460853cdeae78762b31c6a846210f134bcd9ef
treec40cd43c043f6d5c64c76ac7b8f93455ae4ee0ad
parent5be69fc3ff6296411c736e5c7c9522d99c0be2c6
image_types.bbclass: fix vfat image names

Remove the appended ${IMAGE_NAME_SUFFIX}, since it is already included
in ${IMAGE_NAME}.

In commit 26d97acc7137 ("image-artifact-names: include
${IMAGE_NAME_SUFFIX} directly in both ${IMAGE_NAME} and
${IMAGE_LINK_NAME}") ${IMAGE_NAME_SUFFIX} was included into
${IMAGE_NAME}. In this commit all other filesystems in
image_types.bbclass were adapted.

Signed-off-by: Christian Taedcke <christian.taedcke@weidmueller.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/image_types.bbclass