Build the Linux kernel independently from Buildroot

This will allow for other types of root filesystems that don't rely on Buildroot
to be added and used in the future.

Propagate --verbose on all build scripts to see full GCC commands.

build-all: allow for neat subsets

also 9p share rootfs_overlay. TODO document.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-09-28 08:31:38 +01:00
parent e8cd0caa9e
commit bc73cebff1
27 changed files with 942 additions and 214 deletions

4
configure vendored
View File

@@ -82,6 +82,8 @@ build-essential \
coreutils \
cpio \
expect \
gcc-aarch64-linux-gnu \
gcc-arm-linux-gnueabi \
git \
moreutils \
rsync \
@@ -93,8 +95,6 @@ wget \
if "$gem5"; then
pkgs="${pkgs} \
ccache \
gcc-aarch64-linux-gnu \
gcc-arm-linux-gnueabi \
libgoogle-perftools-dev \
protobuf-compiler \
python-dev \