diff options
| author | Ryan Eatmon <reatmon@ti.com> | 2026-02-25 11:51:52 -0600 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2026-02-25 14:13:55 -0600 |
| commit | ddbc40d2ab4e79f118b321921ca5f972e6c47187 (patch) | |
| tree | aab98e885c973d4ccfb3e0d72464fa349aa7a504 /meta-ti-bsp | |
| parent | cd0391b2ea09e816c7953c2aa3f41083b30c3051 (diff) | |
| download | meta-ti-ddbc40d2ab4e79f118b321921ca5f972e6c47187.tar.gz | |
packagegroup-ti-core-initramfs: Add 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>
Diffstat (limited to 'meta-ti-bsp')
| -rw-r--r-- | meta-ti-bsp/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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} += "\ | |||
| 21 | initramfs-framework-base \ | 21 | initramfs-framework-base \ |
| 22 | initramfs-module-udev \ | 22 | initramfs-module-udev \ |
| 23 | initramfs-module-nfsrootfs \ | 23 | initramfs-module-nfsrootfs \ |
| 24 | nfs-utils-mount \ | ||
| 24 | " | 25 | " |
