Nerves.Package.Platform.bootstrap
You're seeing just the callback
bootstrap
, go back to Nerves.Package.Platform module for more information.
Specs
bootstrap(Nerves.Package.t()) :: :ok | {:error, error :: term()}
Bootstrap is called as the final phase of loading the Nerves environment. It is used typically for setting / unsetting any system environment variables. For example, if we were building a C cross compiler, we would use the bootstrap phase to override CC to point to our compiler.