summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThang Q. Nguyen <thang@os.amperecomputing.com>2024-03-28 08:25:08 +0300
committerThang Q. Nguyen <thang@os.amperecomputing.com>2024-04-26 01:41:30 +0300
commit3d51f09693320baed43b3dc3b3a0488a3097f534 (patch)
treec58446104c82c2ea6b2d324385efbba40b51bf3e
parente0a90a39ad3a6271b7fa510dca53a92b1ffe4832 (diff)
downloadopenbmc-3d51f09693320baed43b3dc3b3a0488a3097f534.tar.xz
meta-ampere: mtmitchell: enable NFS
Enable NFS distro to be able to mount NFS. Tested: 1. Check below command (in BMC console) works $ mount -t nfs 10.38.130.2:/tftpboot/ISO_file /tmp/mount_nfs Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com> Change-Id: I7991a268a5338da5a664403a6ba476e671481f42
-rw-r--r--meta-ampere/meta-mitchell/conf/machine/mtmitchell.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ampere/meta-mitchell/conf/machine/mtmitchell.conf b/meta-ampere/meta-mitchell/conf/machine/mtmitchell.conf
index 93e4a26803..728c99a6fc 100644
--- a/meta-ampere/meta-mitchell/conf/machine/mtmitchell.conf
+++ b/meta-ampere/meta-mitchell/conf/machine/mtmitchell.conf
@@ -10,6 +10,7 @@ SERIAL_CONSOLES = "115200;ttyS4"
require conf/machine/include/ast2600.inc
require conf/machine/include/obmc-bsp-common.inc
require conf/distro/include/pldm.inc
+require conf/distro/include/nfs.inc
FLASH_SIZE = "65536"