diff options
Diffstat (limited to 'meta/recipes-bsp')
| -rw-r--r-- | meta/recipes-bsp/qemu-config/qemu-config.bb | 23 | ||||
| -rw-r--r-- | meta/recipes-bsp/qemu-config/qemu-config/distcc.sh | 4 |
2 files changed, 0 insertions, 27 deletions
diff --git a/meta/recipes-bsp/qemu-config/qemu-config.bb b/meta/recipes-bsp/qemu-config/qemu-config.bb deleted file mode 100644 index 3ed07df91a..0000000000 --- a/meta/recipes-bsp/qemu-config/qemu-config.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | DESCRIPTION = "Adds scripts to use distcc on the host system under qemu" | ||
| 2 | |||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | ||
| 5 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
| 6 | |||
| 7 | |||
| 8 | COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemumips|qemuppc)" | ||
| 9 | |||
| 10 | PR = "r25" | ||
| 11 | |||
| 12 | SRC_URI = "file://distcc.sh" | ||
| 13 | |||
| 14 | S = "${WORKDIR}" | ||
| 15 | |||
| 16 | do_install() { | ||
| 17 | install -d ${D}${sysconfdir}/profile.d | ||
| 18 | install -m 0755 distcc.sh ${D}${sysconfdir}/profile.d/ | ||
| 19 | } | ||
| 20 | |||
| 21 | RDEPENDS_${PN} = "distcc oprofileui-server bash" | ||
| 22 | |||
| 23 | inherit allarch | ||
diff --git a/meta/recipes-bsp/qemu-config/qemu-config/distcc.sh b/meta/recipes-bsp/qemu-config/qemu-config/distcc.sh deleted file mode 100644 index a2b543d6b8..0000000000 --- a/meta/recipes-bsp/qemu-config/qemu-config/distcc.sh +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | DISTCC_HOSTS="192.168.7.1" | ||
| 2 | #DISTCC_VERBOSE="1" | ||
| 3 | |||
| 4 | export DISTCC_HOSTS | ||
