Justin Schneck

Results 11 issues of Justin Schneck

This was inspired by the issue at https://github.com/nerves-project/toolchains/issues/45 Adding additional tools to the toolchains can cause the systems to include additional shared libraries and runtimes. In the example above, enabling...

I am receiving an error when trying to use the version of rabbit_common from hex. ``` ==> rabbit_common (compile) compile: warnings being treated as errors src/mirrored_supervisor.erl:137: behaviour gen_server2 undefined Compiling...

`/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...

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...

enhancement

This is required especially for windows support.

Bake needs the ability to upload and share compi,ed recipes and toolchains for authenticated bake users.

difficulty:hard

Additional target configuration and additions can be made in the targets directory ## Root FS Additions targets//rootfs_additions Examples targets/bbb/rootfs_additions/ etc/my_awesome_bbb.conf -> /etc/my_awesome_bbb.conf Files added to the all target will be...

enhancement

When setting up a connection for the first time, it might be easy to overlook that the handler points to a module that was not fully configured. This fails silently...