diff mbox series

[meta-ti,master,v1] conf: machine: Move ti-eth-fw-j784s4 to AM69-SK conf

Message ID 20260427162430.24979-1-fra.schnyder@gmail.com
State Under Review
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,master,v1] conf: machine: Move ti-eth-fw-j784s4 to AM69-SK conf | expand

Commit Message

Franz Schnyder April 27, 2026, 4:23 p.m. UTC
From: Franz Schnyder <franz.schnyder@toradex.com>

The board specific firmware is added in the generic AM69 SoC include
instead of the AM69-SK board configuration. This follows the changes
already made for the J784s4 SoC and EVM board in
commit 27615406 ("conf: machine: j784s4: Move ti-eth-fw-j784s4 to EVM conf")

Move the machine-essential recommend from the SoC include
to the AM69-SK configuration.

Signed-off-by: Franz Schnyder <franz.schnyder@toradex.com>
---
 meta-ti-bsp/conf/machine/am69-sk.conf     | 2 ++
 meta-ti-bsp/conf/machine/include/am69.inc | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

Comments

PRC Automation April 27, 2026, 4:35 p.m. UTC | #1
meta-ti / na / 20260427162430.24979-1-fra.schnyder

PRC Results: PASS

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [meta-ti][master][PATCH v1] conf: machine: Move ti-eth-fw-j784s4 to AM69-SK conf
    WARN: Commit message should not include directory path to recipe: conf: machine: Move ti-eth-fw-j784s4 to AM69-SK conf.
              conf (COMMIT-MESSAGE-3)
        patch
    
    For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887



=========================================================
  apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-ti][master][PATCH v1] conf: machine: Move ti-eth-fw-j784s4 to AM69-SK conf
- Submitter: From: Franz Schnyder <fra.schnyder@gmail.com>
From: Franz Schnyder <franz.schnyder@toradex.com>
- Date: Date: Mon, 27 Apr 2026 18:23:46 +0200
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 630c21806e347fdb92ef43f4a7e2fba238dde30f

Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-wip
- Commit Author: Yogesh Hegde <y-hegde@ti.com>
- Commit Subject: am62lxx: Override serial console to ttyS0 only
- Commit SHA: 9596245b1d9c904da596b9ae553c7ed3c132620d

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



=========================================================
  check-yocto-repo: PASS
=========================================================
master
=====================
PASS



=========================================================
  yocto-check-layers: PASS
=========================================================
master - PASS
=====================
All checks passed
diff mbox series

Patch

diff --git a/meta-ti-bsp/conf/machine/am69-sk.conf b/meta-ti-bsp/conf/machine/am69-sk.conf
index 9531cc27..3785dca6 100644
--- a/meta-ti-bsp/conf/machine/am69-sk.conf
+++ b/meta-ti-bsp/conf/machine/am69-sk.conf
@@ -22,3 +22,5 @@  KERNEL_DEVICETREE = " \
 "
 
 UBOOT_MACHINE = "am69_sk_a72_defconfig"
+
+MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "ti-eth-fw-j784s4"
diff --git a/meta-ti-bsp/conf/machine/include/am69.inc b/meta-ti-bsp/conf/machine/include/am69.inc
index 7956e355..aaed2f61 100644
--- a/meta-ti-bsp/conf/machine/include/am69.inc
+++ b/meta-ti-bsp/conf/machine/include/am69.inc
@@ -12,4 +12,4 @@  TFA_BOARD = "j784s4"
 
 OPTEEMACHINE = "k3-j784s4"
 
-MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cadence-mhdp-fw cnm-wave-fw ti-eth-fw-j784s4"
+MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cadence-mhdp-fw cnm-wave-fw"