Go to file
Adam Duskett f81f673a78 support/testing: add smmap2 test
Add a simple test case that imports the module and instantiates a new
SlidingWindowMapManager class.

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-12-16 23:28:08 +01:00
arch
board board/pc/post-build.sh: fix typo in grub boot.img path 2019-12-16 11:01:49 +01:00
boot boot/boot-wrapper-aarch64: add gicv3 support 2019-12-12 21:22:27 +01:00
configs configs/imx8mpico: bump BSP components to 4.14.98_2.0.0 2019-12-16 22:55:04 +01:00
docs docs/website: update for 2019.02.8 2019-12-07 21:43:56 +01:00
fs
linux {linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.{3, 4}.x series 2019-12-06 22:30:23 +01:00
package package/python-smmap2: new package 2019-12-16 23:28:08 +01:00
support support/testing: add smmap2 test 2019-12-16 23:28:08 +01:00
system
toolchain toolchain/toolchain-buildroot: allow ARC big endian glibc builds 2019-12-06 22:16:23 +01:00
utils utils/genrandconfig: test per-package directories 2019-12-05 10:30:48 +01:00
.defconfig
.flake8
.gitignore
.gitlab-ci.yml support/testing: add smmap2 test 2019-12-16 23:28:08 +01:00
.gitlab-ci.yml.in
CHANGES Update for 2019.02.8 2019-12-07 21:19:07 +01:00
Config.in
Config.in.legacy package/python-scapy3k: remove package 2019-12-08 22:17:29 +01:00
COPYING
DEVELOPERS package/python-smmap2: new package 2019-12-16 23:28:08 +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 Freenode IRC.

If you would like to contribute patches, please read
https://buildroot.org/manual.html#submitting-patches