tegra-initrd-flash-initramfs: use initrd-flash fstype

The initrd-flash kernel/initrd image has to be the Android
(cboot-style) image type, and now that we have a separate
variable in the machine configs to specify that, use that
variable to set INITRAMFS_FSTYPES in the recipe.

Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
Matt Madison
2023-01-17 06:19:22 -08:00
committed by Matt Madison
parent 7079727564
commit 511be2ce57

View File

@@ -28,7 +28,7 @@ FORCE_RO_REMOVE ?= "1"
inherit core-image
IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
IMAGE_FSTYPES = "${TEGRA_INITRD_FLASH_INITRAMFS_FSTYPES}"
SSTATE_SKIP_CREATION:task-image-complete = "0"
SSTATE_SKIP_CREATION:task-image-qa = "0"