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 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 20, 2023
1 parent b8e924c commit 7f5044d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions meta-lmp-bsp/conf/machine/include/lmp-machine-custom.inc
Original file line number Diff line number Diff line change
Expand Up @@ -605,8 +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"
IMAGE_TEGRAFLASH_INITRD_FLASHER:tegra = "${DEPLOY_DIR_IMAGE}/${TEGRAFLASH_INITRD_FLASH_IMAGE}-${MACHINE}.cpio.gz"
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 7f5044d

Please sign in to comment.