From 62f5a8fc0381aab137409e864961f76405d5f629 Mon Sep 17 00:00:00 2001 From: Palmer Dabbelt Date: Fri, 5 Jan 2018 19:19:53 -0800 Subject: [PATCH] Disable FFMPEG and LTP These don't work with the stable compiler release, and I don't wan to move right now. --- conf/buildroot_rootfs_config | 3 --- 1 file changed, 3 deletions(-) diff --git a/conf/buildroot_rootfs_config b/conf/buildroot_rootfs_config index 4a280ca..c0ba5a7 100644 --- a/conf/buildroot_rootfs_config +++ b/conf/buildroot_rootfs_config @@ -11,13 +11,10 @@ BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y BR2_TARGET_GENERIC_ROOT_PASSWD="sifive" BR2_SYSTEM_DHCP="eth0" BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y -BR2_PACKAGE_FFMPEG=y -BR2_PACKAGE_FFMPEG_GPL=y BR2_PACKAGE_BONNIE=y BR2_PACKAGE_CACHE_CALIBRATOR=y BR2_PACKAGE_DHRYSTONE=y BR2_PACKAGE_LMBENCH=y -BR2_PACKAGE_LTP_TESTSUITE=y BR2_PACKAGE_RAMSMP=y BR2_PACKAGE_RAMSPEED=y BR2_PACKAGE_STRESS_NG=y