Release Notes: https://nodejs.org/en/blog/release/v20.12.0 LICENSE hash changed due to changes in vendored components: * copyright year updates [1][2] * version name update [3] * change from "Unicode, Inc. License - Data Files and Software" to the "Unicode License v3" [4]. This is in the icu vendored dependency which is unused in buildroot. * new build tooling script [5] under BSD style license NodeJS tests are passing: $ ./utils/docker-run ./support/testing/run-tests -o ./outputs/ -k tests.package.test_nodejs 13:40:05 TestNodeJSModuleHostSrc Starting 13:40:06 TestNodeJSModuleHostSrc Building 14:05:52 TestNodeJSModuleHostSrc Building done 14:06:02 TestNodeJSModuleHostSrc Cleaning up .14:06:02 TestNodeJSModuleHostBin Starting 14:06:03 TestNodeJSModuleHostBin Building 14:24:25 TestNodeJSModuleHostBin Building done 14:24:31 TestNodeJSModuleHostBin Cleaning up .14:24:31 TestNodeJSBasic Starting 14:24:32 TestNodeJSBasic Building 14:42:53 TestNodeJSBasic Building done 14:43:02 TestNodeJSBasic Cleaning up . ---------------------------------------------------------------------- Ran 3 tests in 3776.679s OK [1] |
||
---|---|---|
.github | ||
.gitlab/issue_templates | ||
arch | ||
board | ||
boot | ||
configs | ||
docs | ||
fs | ||
linux | ||
package | ||
support | ||
system | ||
toolchain | ||
utils | ||
.checkpackageignore | ||
.clang-format | ||
.defconfig | ||
.editorconfig | ||
.flake8 | ||
.gitignore | ||
.gitlab-ci.yml | ||
.shellcheckrc | ||
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 OFTC IRC. If you would like to contribute patches, please read https://buildroot.org/manual.html#submitting-patches