Go to file
Giulio Benetti 175dbdf3fc package/libblockdev: bump to version 3.2.1
For change log, see:
https://github.com/storaged-project/libblockdev/blob/3.2.1/NEWS.rst

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
[Julien: add link to change log]
Signed-off-by: Julien Olivain <ju.o@free.fr>
2024-11-21 23:42:47 +01:00
.github
.gitlab/issue_templates
arch
board configs/cubieboard1: bump Linux to 6.11.6 and U-Boot to 2024.10 2024-11-11 22:27:15 +01:00
boot boot/edk2: bump to version edk2-stable202405 2024-11-04 23:03:44 +01:00
configs configs/cubieboard1: bump Linux to 6.11.6 and U-Boot to 2024.10 2024-11-11 22:27:15 +01:00
docs docs/website: Update for 2024.02.8 2024-11-14 17:39:32 +01:00
fs
linux {linux, linux-headers}: bump 4.19.x / 5.{4, 10, 15}.x / 6.{1, 6, 11}.x series 2024-11-11 21:52:28 +01:00
package package/libblockdev: bump to version 3.2.1 2024-11-21 23:42:47 +01:00
support Update for 2024.08.2 2024-11-14 14:47:41 +01:00
system
toolchain {toolchain, linux-headers}: add support for 6.11 headers 2024-10-22 23:03:26 +02:00
utils package/pkg-python.mk: add poetry setup type 2024-11-04 23:19:55 +01:00
.b4-config
.checkpackageignore package/x11vnc: add and rework compile patches 2024-11-08 22:18:45 +01:00
.clang-format
.defconfig
.editorconfig
.flake8
.gitignore
.gitlab-ci.yml
.shellcheckrc
CHANGES Update for 2024.02.8 2024-11-14 17:37:41 +01:00
Config.in
Config.in.legacy package/bsdiff: drop package 2024-10-31 13:49:51 +01:00
COPYING
DEVELOPERS DEVELOPERS: update maintainer of Andes platform 2024-11-19 22:00:32 +01:00
Makefile Update for 2024.11-rc1 2024-11-13 18:59:29 +01:00
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