From 2db885346607fe6a1344cfef0a6daa278159205d Mon Sep 17 00:00:00 2001 From: Igor Opaniuk Date: Fri, 26 Jul 2024 10:55:44 +0200 Subject: [PATCH] bsp: tegra: do not install uefi capsules Do not install UEFI capsules to rootfs, lmp-boot-firmware should handle that instead. Signed-off-by: Igor Opaniuk --- meta-lmp-bsp/conf/machine/include/lmp-machine-custom.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-lmp-bsp/conf/machine/include/lmp-machine-custom.inc b/meta-lmp-bsp/conf/machine/include/lmp-machine-custom.inc index 376889613..12bca1e60 100644 --- a/meta-lmp-bsp/conf/machine/include/lmp-machine-custom.inc +++ b/meta-lmp-bsp/conf/machine/include/lmp-machine-custom.inc @@ -779,6 +779,7 @@ IMAGE_TEGRAFLASH_KERNEL:tegra = "${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}" WKS_FILE:tegra:sota ?= "efidisk-sota.wks.in" IMAGE_ROOTFS_SIZE:tegra = "65536" PREFERRED_PROVIDER_virtual/bootloader:tegra ?= "edk2-firmware-tegra" +TEGRA_UEFI_CAPSULE_INSTALL_DIR:tegra = "" OSTREE_LOADER_LINK:tegra = "0" OSTREE_BOOTLOADER:tegra ?= "syslinux" OSTREE_DEPLOY_DEVICETREE:tegra = "1"