| Message ID | 20260807062154.1387339-1-m-shah@ti.com |
|---|---|
| Headers | show |
| Series | Backport ti-core-initramfs to scarthgap for j722s NFS boot | expand |
meta-ti / na / 20260807062154.1387339-1-m-shah
PRC Results: FAIL
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [meta-ti][scarthgap][PATCH v2 1/4] initramfs: add ti-core-initramfs image and packagegroup
WARN: Revised patch missing a comment. (REVISION-1)
patch
For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887
WARN - [meta-ti][scarthgap][PATCH v2 2/4] k3: fix weak IMAGE_BOOT_FILES assignment
WARN: Revised patch missing a comment. (REVISION-1)
patch
For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887
WARN - [meta-ti][scarthgap][PATCH v2 3/4] initramfs-module-netsetup: add recipe for DHCP before NFS root mount
WARN: Revised patch missing a comment. (REVISION-1)
patch
For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887
WARN - [meta-ti][scarthgap][PATCH v2 4/4] initramfs-module-netsetup: add j722s CPSW proxy-client kernel modules
WARN: Revised patch missing a comment. (REVISION-1)
patch
For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887
=========================================================
apply-yocto-patch: PASS
=========================================================
scarthgap
=====================
Summary:
- Patch Series: [meta-ti][scarthgap][PATCH v2 0/4] Backport ti-core-initramfs to scarthgap for j722s NFS boot
- Submitter: From: Moteen Shah <m-shah@ti.com>
- Date: Date: Fri, 7 Aug 2026 11:51:50 +0530
- Num Patches: 4
- Mailing List (public inbox) Commit SHA: 575bcc471da0a088c40bffe3c97bfb958fbca2fa
Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: scarthgap-wip
- Commit Author: Denys Dmytriyenko (TI) <denys@konsulko.com>
- Commit Subject: meta-beagle: linux-bb.org: upgrade 6.12.43 -> 6.12.57
- Commit SHA: 7ff810824442c56ef59fa2d705d64a03ade5f5f7
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: FAIL
=========================================================
scarthgap
=====================
FAIL
WARN: Are you missing a PV = "...". (PV-1)
meta-ti-bsp/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bb
WARN: Are you missing a PV = "...". (PV-1)
meta-ti-bsp/recipes-ti/initramfs/ti-core-initramfs.bb
For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887
Backport of the ti-core-initramfs + initramfs-module-netsetup infrastructure (originally developed on wrynose/master-next) to scarthgap, scoped to what j722s NFS boot actually needs. Changes since v1: - Dropped directory-path prefixes from commit subjects (recipes-ti:, conf: machine:) per check-yocto-patches COMMIT-MESSAGE-3. - Shortened patch 3's subject to fit under 80 chars (COMMIT-MESSAGE-1). - Fix Signed-off-by in Patch 2 Moteen Shah (3): initramfs: add ti-core-initramfs image and packagegroup initramfs-module-netsetup: add recipe for DHCP before NFS root mount initramfs-module-netsetup: add j722s CPSW proxy-client kernel modules Ryan Eatmon (1): k3: fix weak IMAGE_BOOT_FILES assignment meta-ti-bsp/conf/machine/include/k3.inc | 2 +- .../machine/include/ti-core-initramfs.inc | 23 ++++++++ meta-ti-bsp/conf/machine/include/ti-soc.inc | 1 + .../initramfs-module-netsetup/83-netsetup | 54 +++++++++++++++++++ .../initramfs-module-netsetup_1.0.bb | 45 ++++++++++++++++ .../packagegroup-ti-core-initramfs.bb | 28 ++++++++++ .../recipes-ti/initramfs/ti-core-initramfs.bb | 37 +++++++++++++ 7 files changed, 189 insertions(+), 1 deletion(-) create mode 100644 meta-ti-bsp/conf/machine/include/ti-core-initramfs.inc create mode 100755 meta-ti-bsp/recipes-ti/initramfs/initramfs-module-netsetup/83-netsetup create mode 100644 meta-ti-bsp/recipes-ti/initramfs/initramfs-module-netsetup_1.0.bb create mode 100644 meta-ti-bsp/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bb create mode 100644 meta-ti-bsp/recipes-ti/initramfs/ti-core-initramfs.bb -- 2.34.1