27df8b7b0d
RabbitMQ now depends on Elixir for the build system. The log directory is required for the server to start with the default configuration. This behaviour was changed in v3.7 with the move to erlang-lager as the logging library. License changes: - LICENSE: Added clarification about the licensing of a number of included dependencies and a URL changed to HTTPS. License remains MPL-1.1 - LICENSE-BSD-base64js: URL changed to https (license text is actually MIT) - LICENSE-MIT-Flot: year update - LICENSE-MIT-JQuery164: URL changed to https - LICENSE-MPL-RabbitMQ: URL changed to https, year update - LICENSE-MPL2: URL changed to https Removed licenses: - LICENSE-APL2-Rebar: Removed dependency - LICENSE-BSD-gl-Matrix: Removed dependency - LICENSE-ERL-OTP: Removed license - LICENSE-MIT-Mochiweb: Removed dependency - LICENSE-MIT-SockJS: Removed dependency New licenses: - LICENSE-APACHE2-excanvas: new bundled dependency (Apache 2) - LICENSE-BSD-recon: new bundled dependency (BSD 3-clause) - LICENSE-erlcloud: new bundled dependency (BSD 2-clause) - LICENSE-httpc_aws: new bundled dependency (BSD 3-clause) - LICENSE-ISC-cowboy: new bundled dependency (ISC) - LICENSE-MIT-EJS: new bundled dependency (MIT) - LICENSE-MIT-Erlware-commons: license was present in 3.6.6 but not included in the list - LICENSE-MIT-jQuery: new bundled dependency (MIT) - LICENSE-MIT-Sammy: new bundled dependency (MIT) - LICENSE-rabbitmq_aws: new bundled dependency (BSD 3-clause) Signed-off-by: Frank Vanbever <frank.vanbever@essensium.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> |
||
---|---|---|
arch | ||
board | ||
boot | ||
configs | ||
docs | ||
fs | ||
linux | ||
package | ||
support | ||
system | ||
toolchain | ||
utils | ||
.defconfig | ||
.flake8 | ||
.gitignore | ||
.gitlab-ci.yml | ||
.gitlab-ci.yml.in | ||
CHANGES | ||
Config.in | ||
Config.in.legacy | ||
COPYING | ||
DEVELOPERS | ||
Makefile | ||
Makefile.legacy | ||
README |
Buildroot is a simple, efficient and easy-to-use tool to generate embedded Linux systems through cross-compilation. The documentation can be found in docs/manual. You can generate a text document with 'make manual-text' and read output/docs/manual/manual.text. Online documentation can be found at http://buildroot.org/docs.html To build and use the buildroot stuff, do the following: 1) run 'make menuconfig' 2) select the target architecture and the packages you wish to compile 3) run 'make' 4) wait while it compiles 5) find the kernel, bootloader, root filesystem, etc. in output/images You do not need to be root to build or run buildroot. Have fun! Buildroot comes with a basic configuration for a number of boards. Run 'make list-defconfigs' to view the list of provided configurations. Please feed suggestions, bug reports, insults, and bribes back to the buildroot mailing list: buildroot@buildroot.org You can also find us on #buildroot on Freenode IRC. If you would like to contribute patches, please read https://buildroot.org/manual.html#submitting-patches