]> code.ossystems Code Review - openembedded-core.git/commit
rootfs: Conditionally uninstall update-rc.d
authorKhem Raj <raj.khem@gmail.com>
Sun, 6 Sep 2015 15:08:15 +0000 (15:08 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Sep 2015 15:52:04 +0000 (16:52 +0100)
commit5dd5b8adc225d5c703d85fc0187ae65ff6067b58
tree77f9d5773934021858b68715544c9bbf87e301e6
parent5827dd38d75da91d58d28a9f3daa8890f600d196
rootfs: Conditionally 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, we check for
sysvinit and sytemd in distro and also ensure that its not building an
image with readonly rootfs

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/lib/oe/rootfs.py