bake
bake copied to clipboard
[deprecated] - Configure, compile and share systems, toolchains and linux firmware.
Is anyone using this anymore? I had thought that everyone had migrated to Nerves' mix integration a long time ago. If you think that's the case, could someone leave a...
Can you add proxy configuration to HTTPoison.reques please.
Why not use Elixir for installer instead of Ruby?
I see explicit support for Raspberry Pi 1 & 2, but I did not see Raspberry Pi 3 listed. I'm a new Elixir dev with a Pi 3 and a...
`/etc/erlinit.conf` needs to be pulled out of the system at system compile time and added to the rootfs at assembly time. The system should include an erlinit.conf to use as...
 How i solve it? thank you
The bake installer script should be moved out of bakeware and into bake. It should also be written in elixir instead of ruby. This will allow us to ensure that...
```gmb:blinky garth$ git diff diff --git a/blinky/Bakefile.lock b/blinky/Bakefile.lock index d0b4f54..1e1abde 100644 --- a/blinky/Bakefile.lock +++ b/blinky/Bakefile.lock @@ -1,2 +1,2 @@ -{targets,[{rpi2,[{'nerves/rpi2',}]}, - {bbb,[{'nerves/bbb',}]}]}. +{targets,[{bbb,[{'nerves/bbb',}]}, - {rpi2,[{'nerves/rpi2',}]}]}. gmb:blinky garth``` This screws with...
This is required especially for windows support.
Bake needs the ability to upload and share compi,ed recipes and toolchains for authenticated bake users.