From: Saul Wold Date: Mon, 8 Oct 2012 01:07:11 +0000 (-0700) Subject: nfs-export-root: add explict no_subtree-check to suppress warning X-Git-Tag: 2015-4~8930 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1438228d3b54dfdcf8c36154c927c80fcecf688e;p=openembedded-core.git nfs-export-root: add explict no_subtree-check to suppress warning exportfs: /etc/exports [1]: Neither 'subtree_check' or 'no_subtree_check' specified for export "*:/". Assuming default behaviour ('no_subtree_check'). NOTE: this default has changed since nfs-utils version 1.0.x Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/devel-config/nfs-export-root.bb b/meta/recipes-devtools/devel-config/nfs-export-root.bb index 41259acfb3..fff60ca9e2 100644 --- a/meta/recipes-devtools/devel-config/nfs-export-root.bb +++ b/meta/recipes-devtools/devel-config/nfs-export-root.bb @@ -3,6 +3,8 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" +PR = "r1" + SRC_URI = "file://exports" S = "${WORKDIR}" diff --git a/meta/recipes-devtools/devel-config/nfs-export-root/exports b/meta/recipes-devtools/devel-config/nfs-export-root/exports index b7257aa008..1353c5ad82 100644 --- a/meta/recipes-devtools/devel-config/nfs-export-root/exports +++ b/meta/recipes-devtools/devel-config/nfs-export-root/exports @@ -1 +1 @@ -/ *(rw,no_root_squash,async) +/ *(rw,no_root_squash,async,no_subtree_check)