Message ID | 20250929151154.3552026-1-afd@ti.com |
---|---|
State | Under Review |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-ti,scarthgap/master] meta-beagle: beagley-ai: Set forward looking UBOOT_MACHINE default | expand |
meta-ti / na / 20250929151154.3552026-1-afd PRC Results: PASS ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- WARN - [meta-ti][scarthgap/master][PATCH] meta-beagle: beagley-ai: Set forward looking UBOOT_MACHINE default WARN: Commit message should not include directory path to recipe: meta-beagle: beagley-ai: Set forward looking UBOOT_MACHINE default. meta-beagle: (COMMIT-MESSAGE-3) patch ========================================================= apply-yocto-patch: PASS ========================================================= scarthgap ===================== Summary: - Patch Series: [meta-ti][scarthgap/master][PATCH] meta-beagle: beagley-ai: Set forward looking UBOOT_MACHINE default - Submitter: From: Andrew Davis <afd@ti.com> - Date: Date: Mon, 29 Sep 2025 10:11:54 -0500 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 33e048e8167ac2858c1fb1fb160595950968def0 Applied to: - Repository: lcpd-prc-meta-ti - Base Branch: scarthgap-wip - Commit Author: LCPD Automation Script <lcpdbld@list.ti.com> - Commit Subject: CI/CD Auto-Merger: cicd.scarthgap.202509260858 - Commit SHA: 9a30c7b97a979fa66cb22b2c2ce1d3b7d466ee24 Patches ---------------------------------------- All patches applied master ===================== Summary: - Patch Series: [meta-ti][scarthgap/master][PATCH] meta-beagle: beagley-ai: Set forward looking UBOOT_MACHINE default - Submitter: From: Andrew Davis <afd@ti.com> - Date: Date: Mon, 29 Sep 2025 10:11:54 -0500 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 33e048e8167ac2858c1fb1fb160595950968def0 Applied to: - Repository: lcpd-prc-meta-ti - Base Branch: master-wip - Commit Author: Ryan Eatmon <reatmon@ti.com> - Commit Subject: u-boot: Moved to named git repo - Commit SHA: a05114e75fa4a6d74684a4a4b09cd900a7f865ae Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= scarthgap ===================== PASS master ===================== PASS
diff --git a/meta-beagle/conf/machine/beagley-ai-k3r5.conf b/meta-beagle/conf/machine/beagley-ai-k3r5.conf index 07198f2e..c00c14d1 100644 --- a/meta-beagle/conf/machine/beagley-ai-k3r5.conf +++ b/meta-beagle/conf/machine/beagley-ai-k3r5.conf @@ -9,5 +9,7 @@ SYSFW_SOC = "j722s" SYSFW_CONFIG = "evm" SYSFW_SUFFIX = "hs-fs" -UBOOT_MACHINE = "j722s_evm_r5_defconfig" -UBOOT_MACHINE:bsp-bb_org-6_12 = "am67a_beagley_ai_r5_defconfig" +UBOOT_MACHINE = "am67a_beagley_ai_r5_defconfig" +UBOOT_MACHINE:bsp-bb_org-6_6 = "j722s_evm_r5_defconfig" +UBOOT_MACHINE:bsp-ti-6_6 = "j722s_evm_r5_defconfig" +UBOOT_MACHINE:bsp-ti-6_12 = "j722s_evm_r5_defconfig" diff --git a/meta-beagle/conf/machine/beagley-ai.conf b/meta-beagle/conf/machine/beagley-ai.conf index 8fbf3cea..d73d0506 100644 --- a/meta-beagle/conf/machine/beagley-ai.conf +++ b/meta-beagle/conf/machine/beagley-ai.conf @@ -5,9 +5,10 @@ require conf/machine/include/j722s.inc require conf/machine/include/beagle-bsp.inc -UBOOT_MACHINE:bsp-bb_org-6_6 = "j722s_evm_a53_config" - UBOOT_MACHINE = "am67a_beagley_ai_a53_defconfig" +UBOOT_MACHINE:bsp-bb_org-6_6 = "j722s_evm_a53_config" +UBOOT_MACHINE:bsp-ti-6_6 = "j722s_evm_a53_config" +UBOOT_MACHINE:bsp-ti-6_12 = "j722s_evm_a53_config" KERNEL_DEVICETREE_PREFIX = " \ ti/k3-am67a \
U-Boot bb.org-v6.12, Mainline, Next, and all future releases will have am67a_beagley_ai_r5_defconfig. Only the three listed versions in this patch need to use the old defconfig. Set the default so that we do not need to set this for future versions. Signed-off-by: Andrew Davis <afd@ti.com> --- meta-beagle/conf/machine/beagley-ai-k3r5.conf | 6 ++++-- meta-beagle/conf/machine/beagley-ai.conf | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-)