]> code.ossystems Code Review - openembedded-core.git/commit
rootfs: Do not uninstall update-rc.d
authorKhem Raj <raj.khem@gmail.com>
Sun, 6 Sep 2015 15:25:39 +0000 (15:25 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Sep 2015 15:56:35 +0000 (16:56 +0100)
commitacf90b6c299afe9e9c8fa33c3c6992bfcf40fbbf
tree16a0712063dd5c1fff493b835b3e1d8e8f87887c
parent10c2c484d5916ad476ad7717c3629f6684f01e6d
rootfs: Do not uninstall update-rc.d

update-rc.d is now needed by systemd to interact with sysv
scripts, so if we have a mixed system, then we can not uninstall
update-rc.d as it is going to break systemd functionality

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/rootfs.py