mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 11:32:30 +00:00
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:
@@ -23,6 +23,7 @@ COMPATIBLE_MACHINE = "(tegra)"
|
||||
|
||||
IMAGE_ROOTFS_SIZE = "32768"
|
||||
IMAGE_ROOTFS_EXTRA_SPACE = "0"
|
||||
IMAGE_NAME_SUFFIX = ""
|
||||
|
||||
FORCE_RO_REMOVE ?= "1"
|
||||
|
||||
|
||||
@@ -25,6 +25,7 @@ KERNELDEPMODDEPEND = ""
|
||||
|
||||
IMAGE_ROOTFS_SIZE = "32768"
|
||||
IMAGE_ROOTFS_EXTRA_SPACE = "0"
|
||||
IMAGE_NAME_SUFFIX = ""
|
||||
|
||||
FORCE_RO_REMOVE ?= "1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user