diff options
| -rw-r--r-- | meta/recipes-devtools/devel-config/nfs-export-root.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/devel-config/nfs-export-root/exports | 2 |
2 files changed, 3 insertions, 1 deletions
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" | |||
| 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
| 4 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 4 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
| 5 | 5 | ||
| 6 | PR = "r1" | ||
| 7 | |||
| 6 | SRC_URI = "file://exports" | 8 | SRC_URI = "file://exports" |
| 7 | 9 | ||
| 8 | S = "${WORKDIR}" | 10 | 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) | ||
