mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 19:42:41 +00:00
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:
committed by
Matt Madison
parent
7079727564
commit
511be2ce57
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user