aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 19 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..e18e454
--- /dev/null
+++ b/README
@@ -0,0 +1,19 @@
+# Get buildroot source
+git clone git://git.buildroot.net/buildroot
+cd buildroot
+# checkout your own branch
+# this is optional
+git checkout -b kselftest
+
+# Download dotconfig and required patches
+wget http://people.linaro.org/~naresh.kamboju/kselftest-patches-buildroot/dot-config -O .config
+wget http://people.linaro.org/~naresh.kamboju/kselftest-patches-buildroot/0001-linux-fix-defconfig-for-arm64.patch
+wget http://people.linaro.org/~naresh.kamboju/kselftest-patches-buildroot/0002-busybox-enable-taskset-cmd.patch
+
+# Apply patches
+patch -p1 < 0001-linux-fix-defconfig-for-arm64.patch
+patch -p1 < 0002-busybox-enable-taskset-cmd.patch
+# Build the rootfs
+make
+# Publish rootfs.tar.xz
+scp output/images/rootfs.tar.xz username@server.org:/home/username/public_html/