Go to file
Herve Codina d1e8f787e9 package/libshdata: new package
The libshdata library provides lock free shared-memory tools.

https://github.com/Parrot-Developers/libshdata

libshdata-stress utility does not compile using static libs
only (BR2_STATIC_LIBS=y). The issue was raised upstream:
  https://github.com/Parrot-Developers/libshdata/issues/2
For now, libshdata-stress simply depends on !BR2_STATIC_LIBS.

Signed-off-by: Herve Codina <herve.codina@bootlin.com>
[yann.morin.1998@free.fr:
  - do not macro-ify headers install
  - do not parameterise static libs install dest
  - do not parameterise binaries install dest
  - reorder macros decaration and use
  - remove spurious comma between module dependencies
  - implicit module name
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-01-12 00:29:54 +01:00
arch
board configs/spike_riscv64: new defconfig 2022-01-11 22:58:52 +01:00
boot boot/uboot: bump to version 2022.01 2022-01-11 22:01:58 +01:00
configs configs/spike_riscv64: new defconfig 2022-01-11 22:58:52 +01:00
docs support/download: drop support for the 'none' hash 2022-01-11 21:58:01 +01:00
fs
linux {linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.{4, 10, 15}.x series 2022-01-11 19:28:47 +01:00
package package/libshdata: new package 2022-01-12 00:29:54 +01:00
support support/download: drop support for the 'none' hash 2022-01-11 21:58:01 +01:00
system
toolchain {linux, linux-headers}: add version 5.16 2022-01-10 23:54:16 +01:00
utils support/download: drop support for the 'none' hash 2022-01-11 21:58:01 +01:00
.clang-format
.defconfig
.flake8
.gitignore
.gitlab-ci.yml
CHANGES Update for 2021.02.8 2021-12-14 23:22:57 +01:00
Config.in
Config.in.legacy package/gstreamer1/gstreamer1-mm: drop package 2022-01-11 22:14:20 +01:00
COPYING
DEVELOPERS package/libshdata: new package 2022-01-12 00:29:54 +01:00
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