| Message ID | 20260223235744.3928753-1-rs@ti.com |
|---|---|
| Headers | show |
| Series | uniform beagle machine definitions | expand |
meta-ti / na / 20260223235744.3928753-1-rs
PRC Results: PASS
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [meta-ti][master][PATCH 1/3] meta-beagle: move all beagle board configurations
WARN: Commit message does not include file/recipe name: meta-beagle: move all beagle board configurations. (COMMIT-MESSAGE-2)
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 0/3] uniform beagle machine definitions
- Submitter: From: <rs@ti.com>
From: Randolph Sapp <rs@ti.com>
- Date: Date: Mon, 23 Feb 2026 17:57:41 -0600
- Num Patches: 3
- Mailing List (public inbox) Commit SHA: 95268f937c4ebc22963ca839fe28c6adfa2bd5dd
Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-wip
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: conf: Add falcon support natively
- Commit SHA: a980abde977f53015d747b5feb6f06cddcf01eb9
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: PASS
=========================================================
master
=====================
PASS
=========================================================
yocto-check-layers: PASS
=========================================================
master - PASS
=====================
All checks passed
From: Randolph Sapp <rs@ti.com> Attempt to make beagle machine definitions uniform. Move all beagle definitions to meta-beagle. Make the hierarchy clear; if there is a TI specific configuration for a device, that will contain all common arguments. Only the beagle machine configuration will include beagle BSP specific arguments. This is the result of a thread [1] where some people were displeased with the current organization of the machine configurations. Aside from adding a beagley-ti configuration, this series basically just glitter to satiate some opinions. I'm sure this certainly won't spark other discussion. [1] https://lists.yoctoproject.org/g/meta-ti/topic/117964418 Randolph Sapp (3): meta-beagle: move all beagle board configurations beagley-ai: add beagley-ai-ti beagleplay-ti: use the am62xx.inc .../conf/machine/beaglebadge-ti.conf | 0 .../conf/machine/beagleplay-ti-k3r5.conf | 0 .../conf/machine/beagleplay-ti.conf | 15 +-------------- meta-beagle/conf/machine/beagley-ai-k3r5.conf | 6 ++---- ...agley-ai-k3r5.conf => beagley-ai-ti-k3r5.conf} | 3 --- meta-beagle/conf/machine/beagley-ai-ti.conf | 15 +++++++++++++++ meta-beagle/conf/machine/beagley-ai.conf | 11 ++--------- 7 files changed, 20 insertions(+), 30 deletions(-) rename {meta-ti-bsp => meta-beagle}/conf/machine/beaglebadge-ti.conf (100%) rename {meta-ti-bsp => meta-beagle}/conf/machine/beagleplay-ti-k3r5.conf (100%) rename {meta-ti-bsp => meta-beagle}/conf/machine/beagleplay-ti.conf (68%) copy meta-beagle/conf/machine/{beagley-ai-k3r5.conf => beagley-ai-ti-k3r5.conf} (61%) create mode 100644 meta-beagle/conf/machine/beagley-ai-ti.conf -- 2.53.0