aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2017-02-07 09:57:12 +0000
committerNaresh Kamboju <naresh.kamboju@linaro.org>2017-02-07 09:57:12 +0000
commit5377625348ac3e0dfef03eef0ad67990c696a344 (patch)
treeb4aabc6a17b5ba1f5ee2b427d18161dd5cd27a0c
parent1e7bbbc2169cb35ba411028d5284dab56131628e (diff)
README: fix up
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rw-r--r--README (renamed from README-buildroot)1
-rwxr-xr-xbuild.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/README-buildroot b/README
index 1dce4ea..e18e454 100644
--- a/README-buildroot
+++ b/README
@@ -1,5 +1,6 @@
# Get buildroot source
git clone git://git.buildroot.net/buildroot
+cd buildroot
# checkout your own branch
# this is optional
git checkout -b kselftest
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