Go to file
Fabrice Fontaine 6812e466f9 package/libkrb5: needs host-pkgconf for libedit
host-pkgconf is needed to find libedit

Fixes:
 - http://autobuild.buildroot.org/results/45eee300788f46975d292b21eead97f9e9a8b5d8

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019-12-15 08:59:13 +01:00
arch
board configs/friendlyarm_nanopi_neo_plus2: use an extlinux instead of boot.cmd 2019-12-10 09:02:25 +01:00
boot boot/boot-wrapper-aarch64: add gicv3 support 2019-12-12 21:22:27 +01:00
configs configs/imx7d-sdb: bump U-Boot and kernel versions 2019-12-12 21:55:03 +01:00
docs
fs
linux
package package/libkrb5: needs host-pkgconf for libedit 2019-12-15 08:59:13 +01:00
support Revert "support/download/git: rename local refs to avoid confusing Git warning" 2019-12-12 21:24:35 +01:00
system
toolchain
utils
.defconfig
.flake8
.gitignore
.gitlab-ci.yml configs/raspberrypi4_64: new defconfig 2019-12-08 21:49:08 +01:00
.gitlab-ci.yml.in
CHANGES
Config.in
Config.in.legacy package/python-scapy3k: remove package 2019-12-08 22:17:29 +01:00
COPYING
DEVELOPERS package/python-aiozipkin: new package 2019-12-14 22:27:53 +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