summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-kernel/linux/linux-%.bbappend
diff options
context:
space:
mode:
authorThang Q. Nguyen <thang@os.amperecomputing.com>2024-03-28 17:14:17 +0300
committerThang Q. Nguyen <thang@os.amperecomputing.com>2024-04-26 01:41:16 +0300
commite0a90a39ad3a6271b7fa510dca53a92b1ffe4832 (patch)
treec9e2e236ef490f6fbe2afc9f6bd3fcecc93debbb /meta-phosphor/recipes-kernel/linux/linux-%.bbappend
parent56e3df0ce1ff1d5aa15ea663f2bbe51ef8f95348 (diff)
downloadopenbmc-e0a90a39ad3a6271b7fa510dca53a92b1ffe4832.tar.xz
meta-phosphor: add nfs distro feature
Add include files for NFS distro features, which enables NFS kernel configuration and utility to mount NFS from BMC. Tested: 1. Check if CONFIG_NFS_* are enabled $ zcat /proc/config.gz | grep NFS 2. Mount remote NFS folder $ mount -t nfs 10.10.130.2:/tftpboot/ISO_file /tmp/mount_nfs Change-Id: I015f4f6ed9c5b60573340233aee1f781aa0c573a Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com>
Diffstat (limited to 'meta-phosphor/recipes-kernel/linux/linux-%.bbappend')
-rw-r--r--meta-phosphor/recipes-kernel/linux/linux-%.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-kernel/linux/linux-%.bbappend b/meta-phosphor/recipes-kernel/linux/linux-%.bbappend
index 1e008159b0..2f759043e1 100644
--- a/meta-phosphor/recipes-kernel/linux/linux-%.bbappend
+++ b/meta-phosphor/recipes-kernel/linux/linux-%.bbappend
@@ -5,3 +5,7 @@ SRC_URI:append = " \
SRC_URI:append:df-mctp = " \
file://mctp/mctp.scc \
"
+SRC_URI:append:df-nfs = " \
+ file://nfs/nfs.scc \
+ file://nfs/nfs.cfg \
+ "