From 87bd454d72b205b3802e67527a06099e0c74983c Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 10 Jan 2019 19:21:15 +0100 Subject: apalis/colibri-t20 -t30: drop machines These machines use an old Nvidia provided downstream kernel 3.1.10. They no longer much the way more recent sysroot components, e.g. libc, xserver et. al. The maintance burden to keep the userspace components in their old version becomes simply to high. Keep using the rocko based 2.8 BSP for these machines. Signed-off-by: Max Krummenacher --- recipes-core/udev/files/hotplug.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'recipes-core/udev') diff --git a/recipes-core/udev/files/hotplug.sh b/recipes-core/udev/files/hotplug.sh index b34c2a3..9d9fd89 100644 --- a/recipes-core/udev/files/hotplug.sh +++ b/recipes-core/udev/files/hotplug.sh @@ -27,16 +27,12 @@ if [ "$ACTION" = "add" ] && [ -n "$DEVNAME" ] && [ "$DEVTYPE" = "disk" ]; then else #imx6dl set_read_ahead_size 1024 512 fi - elif [ $SYSNAME == "colibri-t30" ]; then - set_read_ahead_size 2048 1024 elif [ $SYSNAME == "apalis-imx6" ]; then if [ $CORES -eq 2 ]; then #imx6d set_read_ahead_size 1024 512 else #imx6q set_read_ahead_size 1024 512 fi - elif [ $SYSNAME == "apalis-t30" ]; then - set_read_ahead_size 4096 1024 elif [ $SYSNAME == "apalis-tk1" ]; then set_read_ahead_size 4096 1024 else -- cgit v1.2.3