From 52dcccdfd31b0b0c9ac4725dd52a20b88a6b7b7c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 8 Apr 2006 19:18:40 +0000 Subject: * Remove 2.4 machine support for c7x0, akita, spitz and borzoi. * Remove borzoi machine entirely as its now equal to spitz. * For remaining 2.4/2.6 split machines use ZKERNEL_VERSION instead of KERNEL_VERSION to fix a long standing bug - people will need to update local.conf. * Add dummy terrier MACHINE to point at spitz. --- packages/tslib/tslib/borzoi/.mtn2git_empty | 0 packages/tslib/tslib/borzoi/tslib.sh | 16 ---------------- packages/tslib/tslib_cvs.bb | 2 +- 3 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 packages/tslib/tslib/borzoi/.mtn2git_empty delete mode 100644 packages/tslib/tslib/borzoi/tslib.sh (limited to 'packages/tslib') diff --git a/packages/tslib/tslib/borzoi/.mtn2git_empty b/packages/tslib/tslib/borzoi/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/packages/tslib/tslib/borzoi/tslib.sh b/packages/tslib/tslib/borzoi/tslib.sh deleted file mode 100644 index 218da0751b..0000000000 --- a/packages/tslib/tslib/borzoi/tslib.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -case `uname -r` in -2.4*) - TSLIB_TSDEVICE=/dev/ts - TSLIB_TSEVENTTYPE=CORGI - TSLIB_CONFFILE=/usr/share/tslib/ts.conf-corgi-2.4 - ;; -*) - TSLIB_TSDEVICE=/dev/input/event1 - TSLIB_TSEVENTTYPE=INPUT - TSLIB_CONFFILE=/usr/share/tslib/ts-2.6.conf - ;; -esac - -export TSLIB_TSDEVICE TSLIB_TSEVENTTYPE TSLIB_CONFFILE diff --git a/packages/tslib/tslib_cvs.bb b/packages/tslib/tslib_cvs.bb index 02f0c555ae..78fd48e5fc 100644 --- a/packages/tslib/tslib_cvs.bb +++ b/packages/tslib/tslib_cvs.bb @@ -44,7 +44,7 @@ do_install_append() { done rm -f ${D}${sysconfdir}/ts.conf ;; - c7x0 | spitz | akita | tosa | borzoi ) + c7x0 | spitz | akita | tosa ) install -d ${D}${datadir}/tslib for f in ts-2.6.conf ts.conf-corgi-2.4; do install -m 0644 ${WORKDIR}/$f ${D}${datadir}/tslib/ -- cgit v1.2.3