diff mbox series

[meta-ti,master] am65xx-evm-k3r5.conf: Fix defconfig for the main build

Message ID 20260320191259.2509582-1-reatmon@ti.com
State New
Headers show
Series [meta-ti,master] am65xx-evm-k3r5.conf: Fix defconfig for the main build | expand

Commit Message

Ryan Eatmon March 20, 2026, 7:12 p.m. UTC
A copy/paste error set the wrong defconfig for the main build when
setting up the test build flow.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

PRC Automation March 20, 2026, 7:15 p.m. UTC | #1
meta-ti / na / 20260320191259.2509582-1-reatmon

PRC Results: FAIL

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed



=========================================================
  apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-ti][master][PATCH] am65xx-evm-k3r5.conf: Fix defconfig for the main build
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Fri, 20 Mar 2026 14:12:59 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 50954dd0b50d5ce7ed03821aa2343b17e1325742

Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-wip
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: am65xx-evm-k3r5.conf: Fix defconfig for the main build
- Commit SHA: 4f9268b107d1904120d5b3bf9ce33ca3b476504e

Patches
----------------------------------------
All patches applied



=========================================================
  check-yocto-repo: FAIL
=========================================================
master
=====================
FAIL
    WARN: .bbappend files might need a guard to make them check-layer compliant. (GUARD-1)
        meta-ti-bsp/dynamic-layers/tpm-layer/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bbappend
    
    For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887
diff mbox series

Patch

diff --git a/meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf
index 4450ef57..4ceb81af 100644
--- a/meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf
@@ -9,5 +9,5 @@  UBOOT_MACHINE:tie-test-builds = ""
 
 UBOOT_CONFIG = ""
 UBOOT_CONFIG:prepend:tie-test-builds = "usbdfu main"
-UBOOT_CONFIG[main] = "am62x_evm_r5_defconfig"
+UBOOT_CONFIG[main] = "am65x_evm_r5_defconfig"
 UBOOT_CONFIG[usbdfu] = "am65x_evm_r5_usbdfu_defconfig"