From c527fd1f14c27855a37f2e8ac5346ce8d940ced2 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 16 Oct 2014 03:05:19 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- meta/recipes-devtools/devel-config/nfs-export-root.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta/recipes-devtools/devel-config/nfs-export-root.bb (limited to 'meta/recipes-devtools/devel-config/nfs-export-root.bb') diff --git a/meta/recipes-devtools/devel-config/nfs-export-root.bb b/meta/recipes-devtools/devel-config/nfs-export-root.bb new file mode 100644 index 0000000000..169d00581d --- /dev/null +++ b/meta/recipes-devtools/devel-config/nfs-export-root.bb @@ -0,0 +1,18 @@ +SUMMARY = "Configuration script to export target rootfs filesystem" +DESCRIPTION = "Enables NFS access from any host to the entire filesystem (for development purposes)." +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ + file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" + +PR = "r1" + +SRC_URI = "file://exports" + +S = "${WORKDIR}" + +do_install() { + install -d ${D}${sysconfdir} + install -m 0644 exports ${D}${sysconfdir}/ +} + +RDEPENDS_${PN} = "packagegroup-core-nfs-server" -- cgit v1.2.3-54-g00ecf