toolchain: bruno: add notes to Readme

Change-Id: I0cbffb3a163dd9030101c4be0bf52d25576c1b3e
diff --git a/Build.Info/Readme.txt b/Build.Info/Readme.txt
index 6542a02..8124f93 100644
--- a/Build.Info/Readme.txt
+++ b/Build.Info/Readme.txt
@@ -9,3 +9,21 @@
 
 make -j12
 
+----------------------
+ckuiper's notes:
+
+mkdir <some_dir_somewhere>
+cd <some_dir_somewhere>
+
+git clone git://git.buildroot.net/buildroot
+cd buildroot
+git checkout b354417dcef5805adb33cb2e3249d7c7be64cac7
+
+patch -p1 -i <path-to-this-folder>/0001-Build-libraries-statically-to-make-hermetic-builds-w.patch
+[... do for all patches in the folder...]
+
+cp <path-to-this-folder>/bruno/Build.Info/defconfig .config
+
+make
+(this will bring up menuconfig, just exit and save)
+make -j12