|
@@ -97,9 +97,6 @@ do_install_append() {
|
|
|
|
|
|
# For read-only filesystem, do not create links during bootup
|
|
|
if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then
|
|
|
- if ${@bb.utils.contains('IMAGE_FEATURES','read-only-rootfs','true','false',d)}; then
|
|
|
- echo "d /var/run/connman - - - -" > ${D}${sysconfdir}/tmpfiles.d/connman_resolvconf.conf
|
|
|
- fi
|
|
|
ln -sf ../run/connman/resolv.conf ${D}${sysconfdir}/resolv-conf.connman
|
|
|
fi
|
|
|
}
|