| 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 |
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 --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"