Closed nickaein closed 2 years ago
The issue is caused by the following line in meta/files/fs-perms.txt
file:
#/run/dbus 0755 messagebus messagebus false - - -
It seems the messagebus
user is missing during build.
Note that this error didn't show up when building image and only occurs when building SDK.
Any updates on this issue? It's a bit inconvenient I have to modify your repo's content to be able to build packages.
I have to modify the meta/files/fs-perms.txt
file like this:
#/run/dbus 0755 messagebus messagebus false - - -
#/run/utmp 0664 root utmp false - - -
/run/wpa_supplicant 0700 root root false - - -
#/var/log/wtmp 0664 root utmp false - - -
If I don't do it I can't build a single package. Would be nice to hear your opinion.
I think you can temporary add this workaround as a patch in your layer until it get fixed
I had to do it but it would be nice to include a fix in future releases. I was expecting some sort of 'will be fixed soon' reaction from KaRo tbh.
is this still present?
I am getting compile error during the build of SDK for TX6S-8035.
Here is my local.conf:
I have successfully built the
core-image-minimal
image, but I got the following error when populating SDK: