meta: rework image name usage for IMAGE_NAME_SUFFIX changes

OE-Core has reworked how the IMAGE_NAME and IMAGE_NAME_SUFFIX
variables are used - the suffix now gets embedded in IMAGE_NAME.
To account for this, adjust the tegra-specific image bbclasses
to drop ${IMAGE_NAME_SUFFIX} references, and adjust the recipes
for the ESP and initrd images to nullify IMAGE_NAME_SUFFIX, since
we don't really want '.rootfs' in the resultant artifact names
in those cases.

Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
Matt Madison
2023-07-04 07:51:51 -07:00
parent bdd1f53b4d
commit 75960efc44
6 changed files with 12 additions and 9 deletions

View File

@@ -23,6 +23,7 @@ COMPATIBLE_MACHINE = "(tegra)"
IMAGE_ROOTFS_SIZE = "32768"
IMAGE_ROOTFS_EXTRA_SPACE = "0"
IMAGE_NAME_SUFFIX = ""
FORCE_RO_REMOVE ?= "1"

View File

@@ -25,6 +25,7 @@ KERNELDEPMODDEPEND = ""
IMAGE_ROOTFS_SIZE = "32768"
IMAGE_ROOTFS_EXTRA_SPACE = "0"
IMAGE_NAME_SUFFIX = ""
FORCE_RO_REMOVE ?= "1"