From 5377625348ac3e0dfef03eef0ad67990c696a344 Mon Sep 17 00:00:00 2001 From: Naresh Kamboju Date: Tue, 7 Feb 2017 09:57:12 +0000 Subject: README: fix up Signed-off-by: Naresh Kamboju --- README | 19 +++++++++++++++++++ README-buildroot | 18 ------------------ build.sh | 1 + 3 files changed, 20 insertions(+), 18 deletions(-) create mode 100644 README delete mode 100644 README-buildroot 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/ diff --git a/README-buildroot b/README-buildroot deleted file mode 100644 index 1dce4ea..0000000 --- a/README-buildroot +++ /dev/null @@ -1,18 +0,0 @@ -# Get buildroot source -git clone git://git.buildroot.net/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/ diff --git a/build.sh b/build.sh index a88c692..5d992bf 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,5 @@ git clone git://git.buildroot.net/buildroot +cd buildroot git checkout -b kselftest wget http://people.linaro.org/~naresh.kamboju/kselftest-patches-buildroot/dot-config -O .config -- cgit v1.2.3