Skip to content

Conversation

@chrispypip
Copy link

When building for the raspberry pi 4/5, I noticed that run script for bluez was not present. Looking at the run.do_install script, I noticed that none of the do_install postfuncs from https://github.com/madscientist42/meta-runit/blob/master/classes/runit.bbclass were running. I found that the bluez recipe was overwriting the functions when adding do_deletes rather than appending to them. I also matched the format that is done in other recipes here to only append do_deletes to do_install[postfuncs] if runit is in DISTRO_FEATURES.

I also ran into an issue that the bluetooth service was not starting. I updated the bluetooth run script, and now the service starts.

With these changes, the run script is now present and I have Bluetooth running on my pi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant