mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
qemu-config: split out export of root via NFS to its own recipe
This need not be specific to qemu machines, allow it to be used elsewhere in isolation. (From OE-Core rev: c48f87a3fa9c61aaeedbcf5712a699c27d940a3b) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
54b8e84356
commit
c8d7394885
@@ -9,18 +9,15 @@ COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemumips|qemuppc)"
|
||||
|
||||
PR = "r25"
|
||||
|
||||
SRC_URI = "file://distcc.sh \
|
||||
file://exports"
|
||||
SRC_URI = "file://distcc.sh"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${sysconfdir}/profile.d
|
||||
|
||||
install -m 0755 distcc.sh ${D}${sysconfdir}/profile.d/
|
||||
install -m 0644 exports ${D}${sysconfdir}/
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} = "distcc packagegroup-core-nfs-server oprofileui-server bash"
|
||||
RDEPENDS_${PN} = "distcc oprofileui-server bash"
|
||||
|
||||
inherit allarch
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
/ *(rw,no_root_squash,async)
|
||||
Reference in New Issue
Block a user