[PATCH] disable NFS support in busybox

63 views
Skip to first unread message

Vysakh Pillai

unread,
Jun 21, 2021, 2:07:17 AM6/21/21
to xvisor...@googlegroups.com, Vysakh Pillai
rpc.h is unavailable in default GCC v10.2.0 configuration for RISCV.
This patch disables NFS mount util that has a dependency on rpc.h in the default test config.

Signed-off-by: Vysakh Pillai <vysakh...@gmail.com>

---
tests/common/busybox/busybox-1.33.1_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/common/busybox/busybox-1.33.1_defconfig b/tests/common/busybox/busybox-1.33.1_defconfig
index f2fb067e..a3103f10 100644
--- a/tests/common/busybox/busybox-1.33.1_defconfig
+++ b/tests/common/busybox/busybox-1.33.1_defconfig
@@ -660,7 +660,7 @@ CONFIG_FEATURE_MOUNT_FAKE=y
CONFIG_FEATURE_MOUNT_VERBOSE=y
# CONFIG_FEATURE_MOUNT_HELPERS is not set
CONFIG_FEATURE_MOUNT_LABEL=y
-CONFIG_FEATURE_MOUNT_NFS=y
+CONFIG_FEATURE_MOUNT_NFS=N
CONFIG_FEATURE_MOUNT_CIFS=y
CONFIG_FEATURE_MOUNT_FLAGS=y
CONFIG_FEATURE_MOUNT_FSTAB=y
--
2.32.0.windows.1

Anup Patel

unread,
Jun 27, 2021, 9:29:43 AM6/27/21
to Xvisor Devel, Vysakh Pillai
On Mon, Jun 21, 2021 at 11:37 AM Vysakh Pillai <vysakh...@gmail.com> wrote:
>
> rpc.h is unavailable in default GCC v10.2.0 configuration for RISCV.
> This patch disables NFS mount util that has a dependency on rpc.h in the default test config.
>
> Signed-off-by: Vysakh Pillai <vysakh...@gmail.com>

Reviewed-by: Anup Patel <an...@brainfault.org>

Added "TESTS: common:" prefix to patch subject at time of merging this patch.

Applied this patch to the xvisor-next repo

Thanks,
Anup

>
> ---
> tests/common/busybox/busybox-1.33.1_defconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/common/busybox/busybox-1.33.1_defconfig b/tests/common/busybox/busybox-1.33.1_defconfig
> index f2fb067e..a3103f10 100644
> --- a/tests/common/busybox/busybox-1.33.1_defconfig
> +++ b/tests/common/busybox/busybox-1.33.1_defconfig
> @@ -660,7 +660,7 @@ CONFIG_FEATURE_MOUNT_FAKE=y
> CONFIG_FEATURE_MOUNT_VERBOSE=y
> # CONFIG_FEATURE_MOUNT_HELPERS is not set
> CONFIG_FEATURE_MOUNT_LABEL=y
> -CONFIG_FEATURE_MOUNT_NFS=y
> +CONFIG_FEATURE_MOUNT_NFS=N
> CONFIG_FEATURE_MOUNT_CIFS=y
> CONFIG_FEATURE_MOUNT_FLAGS=y
> CONFIG_FEATURE_MOUNT_FSTAB=y
> --
> 2.32.0.windows.1
>
> --
> You received this message because you are subscribed to the Google Groups "Xvisor Development" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to xvisor-devel...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/xvisor-devel/20210621060702.2300-1-vysakh.pillai%40gmail.com.
Reply all
Reply to author
Forward
0 new messages