Adjust IMAGE_BOOT_FILES list as next BSP does not support all combinations of SR1.0, HS-FS and HS-SE variants.
Signed-off-by: Ryan Eatmon <[email protected]> --- meta-ti-bsp/conf/machine/include/j722s.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-ti-bsp/conf/machine/include/j722s.inc b/meta-ti-bsp/conf/machine/include/j722s.inc index 3c0717a0..7d4c167f 100644 --- a/meta-ti-bsp/conf/machine/include/j722s.inc +++ b/meta-ti-bsp/conf/machine/include/j722s.inc @@ -10,7 +10,9 @@ PREFERRED_PROVIDER_virtual/gpudriver ?= "${BSP_ROGUE_DRIVER_PROVIDER}" IMAGE_BOOT_FILES += "tiboot3-j722s-hs-fs-evm.bin" # Since default tiboot3.bin on J722S is for HS-FS, add a version for HS-SE -IMAGE_BOOT_FILES += "tiboot3-j722s-hs-evm.bin" +IMAGE_SR1_HS_SE_FILES = "tiboot3-j722s-hs-evm.bin" +IMAGE_SR1_HS_SE_FILES:bsp-next = "" +IMAGE_BOOT_FILES += "${IMAGE_SR1_HS_SE_FILES}" TFA_BOARD = "lite" TFA_K3_SYSTEM_SUSPEND = "1" -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17776): https://lists.yoctoproject.org/g/meta-ti/message/17776 Mute This Topic: https://lists.yoctoproject.org/mt/106783364/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
