| Message ID | 20260225201310.3899574-1-reatmon@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-ti,master] packagegroup-ti-core-initramfs: Add nfs-utils-mount | expand |
meta-ti / na / 20260225201310.3899574-1-reatmon
PRC Results: FAIL
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed
=========================================================
apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-ti][master][PATCH] packagegroup-ti-core-initramfs: Add nfs-utils-mount
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Wed, 25 Feb 2026 14:13:10 -0600
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: eb9af41628af76b06499990ab05f95a55857aed2
Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.master-ltsprep.202602191451
- Commit SHA: fdca2e3472893c7f21188327805b83c6a0b32850
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: FAIL
=========================================================
master
=====================
FAIL
ERROR: Patch is not referenced in any recipe. (REPO-1)
meta-ti-bsp/recipes-kernel/linux/files/0001-vt-conmakehash-improve-reproducibility-for-v6.10.patch
ERROR: Patch is not referenced in any recipe. (REPO-1)
meta-ti-bsp/recipes-security/optee/optee-os/0001-plat-k3-drivers-Open-TRNG-firewall-for-TIFS-on-all-k.patch
For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887
diff --git a/meta-ti-bsp/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bb b/meta-ti-bsp/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bb index 26b2718e..a9eff847 100644 --- a/meta-ti-bsp/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bb +++ b/meta-ti-bsp/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bb @@ -21,4 +21,5 @@ RDEPENDS:${PN} += "\ initramfs-framework-base \ initramfs-module-udev \ initramfs-module-nfsrootfs \ + nfs-utils-mount \ "
When loading an initramfs, the kernel no longer provides functionality for mounting the rootfs. nfs-utils-mount is the minimal required packages to provide the needed tooling for the kernel to mount the rootfs over nfs when using an initramfs. Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- .../recipes-ti/initramfs/packagegroup-ti-core-initramfs.bb | 1 + 1 file changed, 1 insertion(+)