mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
fe409a5cbdd84df29530fd812f00af97d490e453
For change log since 3.34, see: https://git.kernel.dk/cgit/fio/log/?h=fio-3.38 While at it, this commit also updates the homepage url in Config.in (which now points to cgit on https) and the _SITE url (which now uses https) to match urls published in [1]. This commit also adds the md5 hash published upstream and a comment about the pgp signature check. Also, fio includes the <linux/nvme_ioctl.h> kernel header. See [2] and [3]. This Kernel header was added in commit [4] and [5], in Kernel v4.5. This commits adds this new kernel header version requirement. [1] https://git.kernel.dk/cgit/fio/tree/README.rst?h=fio-3.38 [2] https://git.kernel.dk/cgit/fio/tree/engines/io_uring.c?h=fio-3.38#n34 [3] https://git.kernel.dk/cgit/fio/tree/engines/nvme.h?h=fio-3.38#n12 [4] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=9d99a8dda154f38307d43d9c9aa504bd3703d596 [5] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=a9cf8284b45110a4d98aea180a89c857e53bf850 Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
…
…
…
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
Description
Languages
Makefile
62.5%
Python
19%
C
8.5%
Shell
6.1%
PHP
1.4%
Other
2.1%