mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 19:42:41 +00:00
tegra-common: enable UBOOT_EXTLINUX by default
This aligns with the stock L4T/JetPack configuration. Note that the Android-style separate kernel/kernel-dtb partitions are also present by default, and will be used by the L4TLauncher UEFI app to load the kernel and DTB if the extlinux.conf method fails. Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
@@ -77,7 +77,7 @@ TEGRAFLASH_INITRD_FLASH_IMAGE ?= "tegra-initrd-flash-initramfs"
|
||||
BOOT_PARTITIONS_ON_EMMC ?= "0"
|
||||
TEGRAFLASH_NO_INTERNAL_STORAGE ?= "0"
|
||||
|
||||
UBOOT_EXTLINUX ?= ""
|
||||
UBOOT_EXTLINUX ?= "1"
|
||||
TEGRA_ESSENTIAL_EXTRA_RDEPENDS ?= "${@'l4t-launcher-extlinux' if d.getVar('UBOOT_EXTLINUX') == '1' else ''}"
|
||||
MACHINE_FEATURES = "alsa usbhost pci rtc cuda ext2"
|
||||
MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "tegra-firmware ${TEGRA_ESSENTIAL_EXTRA_RDEPENDS}"
|
||||
|
||||
Reference in New Issue
Block a user