]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - continuous/steps/20-config
continuous: More configuration is needed to run the tests correctly
[can-benchmark.git] / continuous / steps / 20-config
index 1b1dd4e8ac0264043cb2c4539d2e28c155168caa..2d6546595c21cca67034d3d6cb1434c94dcd143f 100755 (executable)
@@ -12,6 +12,13 @@ conf() {
     echo CONFIG_$1=$2 >> .config
 }
 
+GDESC=$(git describe)
+if [ ${GDESC#v2.6} != ${GDESC} ]; then
+    conf PPC_DISABLE_WERROR y
+fi
+
+conf BINFMT_ELF y
+
 conf BLK_DEV_INITRD y
 conf INITRAMFS_SOURCE '""'
 conf INITRAMFS_ROOT_UID 0
@@ -49,10 +56,14 @@ conf NET_VENDOR_FREESCALE y
 conf FEC_MPC52xx y
 conf FEC_MPC52xx_MDIO y
 
+conf TTY y
+conf PROC_FS y
+conf PRINTK y # Not needed but useful for debugging
+
 # To have netlink for kernel cangw
 conf INET y
 conf NETFILTER y
 
 conf PACKET y # ugw mmap
 
-yes n|chronic make oldconfig
+chronic ../my-oldconfig.pl