summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2013-01-28 09:38:18 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2013-02-01 17:44:21 +0100
commitc751691a0a731d9fcdc35bc6489ab689ee8e288a (patch)
tree3f4e7abbfd3f8e4e313130708b19f53f720cef1a
parent52bb450cc8c98626228ebd8f1f73bfa98afe97d7 (diff)
downloadmeta-openembedded-c751691a0a731d9fcdc35bc6489ab689ee8e288a.tar.gz
systemd-speed-hacks: remove
Tested: These cause avahi.service to fail starting Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-systemd/recipes-core/systemd/systemd-speed-hacks.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-systemd/recipes-core/systemd/systemd-speed-hacks.bb b/meta-systemd/recipes-core/systemd/systemd-speed-hacks.bb
deleted file mode 100644
index 8cfcc4c37..000000000
--- a/meta-systemd/recipes-core/systemd/systemd-speed-hacks.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1DESCRIPTION = "Collection of hacks to speed up systemd boot"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
4
5PR = "r1"
6
7inherit allarch
8
9ALLOW_EMPTY_${PN} = "1"
10
11pkg_postinst_${PN} () {
12#!/bin/sh
13# I can run offline
14rm -f $D/lib/systemd/system/sysinit.target.wants/systemd-tmpfiles-setup.service
15
16rm -f $D/lib/systemd/system/sysinit.target.wants/sys-fs-fuse-connections.mount
17rm -f $D/lib/systemd/system/sysinit.target.wants/sys-kernel-debug.mount
18}