On 6/15/2018 9:22 PM, Khem Raj wrote:
Hi Jeremy

On Fri, Jun 15, 2018 at 8:31 PM Jeremy Puhlman <[email protected]> wrote:
[log_check] warning: group nobody does not exist - using root

I do not see this warning in my builds. Could you share steps to reproduce it ?

I added meta-networking to my on top of poky(with meta-python and meta-oe) and added
IMAGE_INSTALL_append = " stunnel "
bitbake core-image-minimal

I had been getting it in our production builds, but I literally reproduced it this morning with the current master cloned today. If you inspect the configure file and search for the variable you should be able to see the check. On non-cross compiled systems it checks /ect/group for nogroup and uses it if exists. However since we are cross compiling it defaults to group nobody, which is not provided in our system.

--
Jeremy A. Puhlman
[email protected]

--
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to