From 0f876e373d37f7ee8baf9f616b634e4d2d7bea66 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 18 Jun 2024 15:39:46 -0400 Subject: beaglebone-ai64: BB.org does not support all SR and HS variants Adjust IMAGE_BOOT_FILES list as BB.org BSP does not support all combinations of SR1.1, SR2.0, HS-FS and HS-SE variants, same as J721e EVM in mainline. Signed-off-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/beaglebone-ai64.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-ti-bsp/conf/machine/beaglebone-ai64.conf b/meta-ti-bsp/conf/machine/beaglebone-ai64.conf index 2d681827..56e1ed4e 100644 --- a/meta-ti-bsp/conf/machine/beaglebone-ai64.conf +++ b/meta-ti-bsp/conf/machine/beaglebone-ai64.conf @@ -6,6 +6,9 @@ TI_PREFERRED_BSP ?= "bb_org" require conf/machine/include/j721e.inc +IMAGE_SR1_1_HS_FS_FILES:bsp-bb_org = "" +IMAGE_SR2_HS_SE_FILES:bsp-bb_org = "" + UBOOT_MACHINE = "j721e_evm_a72_config" UBOOT_MACHINE:bsp-ti-6_6 = "j721e_beagleboneai64_a72_defconfig" -- cgit v1.2.3-54-g00ecf