> On Aug 27, 2015, at 2:26 AM, Li xin <[email protected]> wrote: > > * Disable NetworkManager.service by default,otherwise,the > Root file system using the method of NFS mount can't boot successfully. > Also it is disabled on Fedora. > > * WARNING Fix: > WARNING: QA Issue: networkmanager: Files/directories were installed but not > shipped in any package: > /run > /run/NetworkManager > Please set FILES such that these items are packaged. Alternatively if they > are unneeded, > avoid installing them or delete them within do_install. > [installed-vs-shipped] > > Signed-off-by: Li Xin <[email protected]> > --- > meta-oe/recipes-connectivity/networkmanager/networkmanager_1.0.4.bb | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git > a/meta-oe/recipes-connectivity/networkmanager/networkmanager_1.0.4.bb > b/meta-oe/recipes-connectivity/networkmanager/networkmanager_1.0.4.bb > index 62debe9..4e2ca28 100644 > --- a/meta-oe/recipes-connectivity/networkmanager/networkmanager_1.0.4.bb > +++ b/meta-oe/recipes-connectivity/networkmanager/networkmanager_1.0.4.bb > @@ -58,6 +58,7 @@ FILES_${PN} += " \ > ${datadir}/dbus-1 \ > ${base_libdir}/udev/* \ > ${systemd_unitdir}/system \ > + /run \
/run is generated at runtime so this won’t be right thing to do. You should
remove this packaging instead you should
ensure that this file which is put into /run is generated as part of runtime
tmp files service.
> "
>
> RRECOMMENDS_${PN} += "iptables dnsmasq"
> @@ -84,3 +85,4 @@ FILES_${PN}-tests = " \
> FILES_${PN}-bash-completion = "${datadir}/bash-completion"
>
> SYSTEMD_SERVICE_${PN} = "NetworkManager.service"
> +SYSTEMD_AUTO_ENABLE = "disable"
> --
> 1.8.4.2
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> [email protected]
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
signature.asc
Description: Message signed with OpenPGP using GPGMail
-- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
