Skip to content

Commit

Permalink
bsp: lmp-machine-custom: tegra: Adds TEGRA_INITRAMFS_FSTYPES
Browse files Browse the repository at this point in the history
TEGRA_INITRAMFS_FSTYPES it's been introduced to avoid changing
the global INITRAMFS_FSTYPES that affects every recipe.

OE4T/meta-tegra#1140

Signed-off-by: Jose Quaresma <[email protected]>
  • Loading branch information
quaresmajose committed Jan 23, 2023
1 parent 7d15392 commit f4e0ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-lmp-bsp/conf/machine/include/lmp-machine-custom.inc
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ DISTRO_FEATURES:append:tegra = " opengl"
DISTRO_FEATURES_DEFAULT:remove:tegra = "modsign"
PREFERRED_PROVIDER_virtual/kernel:tegra ?= "linux-tegra"
IMAGE_TEGRAFLASH_FS_TYPE:sota:tegra = "ota-ext4"
INITRAMFS_FSTYPES:remove:tegra = "cpio.gz.cboot cpio.gz.cboot.bup-payload"
TEGRA_INITRAMFS_FSTYPES:tegra = ""
INITRD_IMAGE:tegra = ""
IMAGE_TEGRAFLASH_KERNEL:tegra = "${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}"
IMAGE_FSTYPES:remove:tegra = "wic wic.gz wic.bmap"
Expand Down

0 comments on commit f4e0ddd

Please sign in to comment.