The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / support / kconfig / README.buildroot
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/support/kconfig/README.buildroot b/cirros-testvm/src-cirros/buildroot-2015.05/support/kconfig/README.buildroot
new file mode 100644 (file)
index 0000000..62e3a11
--- /dev/null
@@ -0,0 +1,20 @@
+This is a copy of the kconfig code in the kernel (currently 3.13-rc5) tweaked
+to suit Buildroot.
+
+To update:
+       cp -r /usr/src/linux/scripts/kconfig support/kconfig.new
+       cd support/kconfig.new
+       cp -a ../kconfig/patches ../kconfig/README.buildroot ../kconfig/.gitignore .
+       quilt push -a
+       # Fix any conflict
+       cd ..
+       rm -rf kconfig
+       mv kconfig.new kconfig
+
+Then verify the toplevel targets work:
+       config
+       defconfig
+       menuconfig
+       xconfig
+       gconfig
+       oldconfig