aboutsummaryrefslogtreecommitdiff
# Get buildroot source
git clone git://git.buildroot.net/buildroot
cd buildroot
# checkout tag
git checkout 2016.11.x

# Copy dotconfig
cp ../dot-config .config

# Apply patches
patch -p1 < ../0001-linux-fix-defconfig-for-arm64.patch
patch -p1 < ../0002-busybox-enable-taskset-cmd.patch
patch -p1 < ../0003-system-profile-export-PS1-as-root-buildroot.patch
# Copy selftest patch to skip known failed tests
cp ../0001-selftest-skip-fail-test.patch linux/
# Build the rootfs
make
# Publish rootfs.tar.xz
scp output/images/rootfs.tar.xz username@server.org:/home/username/public_html/