Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Optionally run a vendor-specific b2g.sh "init" file #203

Closed
joneschrisg opened this issue Oct 23, 2014 · 0 comments
Closed

Optionally run a vendor-specific b2g.sh "init" file #203

joneschrisg opened this issue Oct 23, 2014 · 0 comments
Labels
ARCHIVED CLOSED at time of archiving

Comments

@joneschrisg
Copy link
Contributor

Here's my use case: I need to some framebuffer device hackery, because life sucks sometimes. The only sane place I could think to include that was b2g.sh. However, no way that's something we want to take upstream, it's very specific to Raspberry Pi.

I landed a hack to just import b2g.sh into my device/.../ dir, but that sucks. But deadline approacheth.

My thought was to add a vendor hook to b2g.sh to support that use case. Something along the lines of

test -x /system/bin/b2g_vendor_init.sh && /system/bin/b2g_vendor_init.sh

near the beginning of /system/bin/b2g.sh. Can anyone think of better ways?

I can make this change (eventually), but if it's just going to get r-, no point wasting anyone's time.

@cknowles-admin cknowles-admin added the ARCHIVED CLOSED at time of archiving label Nov 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
ARCHIVED CLOSED at time of archiving
Projects
None yet
Development

No branches or pull requests

2 participants