]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - continuous/steps/20-config
continuous: Memcpy bug was fixed upstream
[can-benchmark.git] / continuous / steps / 20-config
index 1b1dd4e8ac0264043cb2c4539d2e28c155168caa..fe53b6ed7cd86b8effbdff7b6150764529a44c97 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
@@ -22,6 +29,8 @@ conf INITRAMFS_COMPRESSION_BZIP2 n
 conf INITRAMFS_COMPRESSION_LZMA n
 conf INITRAMFS_COMPRESSION_XZ n
 conf INITRAMFS_COMPRESSION_LZO n
+conf RD_GZIP y                 # Needed for 3.17+
+conf SIGNALFD y                # Needed since v3.17-5503-g35a9ad8 to enable ANON_INODES (only needed until the problem http://mid.gmane.org/87vbnt1js4.fsf@steelpick.2x.cz is fixed)
 
 conf PPC_MPC52xx y
 conf PPC_MPC5200_SIMPLE y
@@ -49,10 +58,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