diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
index af701d85..297d8d4d 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
@@ -8,8 +8,6 @@ inherit packagegroup
 
 PACKAGES =+ "${PN}-extra"
 
-#    dt
-
 UTILS = " \
     gdbserver \
     oprofile \
diff --git a/meta-arago-extras/recipes-devtools/dt/dt/no_aio.patch b/meta-arago-extras/recipes-devtools/dt/dt/no_aio.patch
deleted file mode 100644
index 8253e863..00000000
--- a/meta-arago-extras/recipes-devtools/dt/dt/no_aio.patch
+++ /dev/null
@@ -1,17 +0,0 @@
----
- Makefile.linux |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: dt.d-WIP/Makefile.linux
-===================================================================
---- dt.d-WIP/Makefile.linux
-+++ dt.d-WIP/Makefile.linux
-@@ -68,7 +68,7 @@ LINTLIBS=
-
- PORG      = -O3
-
--CFLAGS= $(PORG) -DAIO -DFIFO -DMMAP -DTTY -D__linux__ -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-+CFLAGS= $(PORG) -DFIFO -DMMAP -DTTY -D__linux__ -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
- CPP=	/lib/cpp
- CPPOPTS= -D__GNUC__ -DFIFO -DMMAP -D__linux__ -D_GNU_SOURCE
- LDFLAGS=
diff --git a/meta-arago-extras/recipes-devtools/dt/dt_17.07.bb b/meta-arago-extras/recipes-devtools/dt/dt_17.07.bb
deleted file mode 100644
index 4ef15f60..00000000
--- a/meta-arago-extras/recipes-devtools/dt/dt_17.07.bb
+++ /dev/null
@@ -1,30 +0,0 @@
-HOMEPAGE = "http://home.comcast.net/~SCSIguy/SCSI_FAQ/RMiller_Tools/dt.html"
-DESCRIPTION = "The Data Test Program (dt) is a generic data test program used to verify proper \
-operation of peripherals, file systems, device drivers, or any data stream supported by the \
-operating system."
-
-SECTION = "console/tests"
-
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=fb073c94d1f584010fc75867b686d6d3"
-
-INC_PR = "r0"
-
-SRC_URI = "http://home.comcast.net/~SCSIguy/SCSI_FAQ/RMiller_Tools/ftp/dt/dt-source.tar.gz"
-S = "${WORKDIR}/dt.d"
-
-TARGET_CC_ARCH += "${LDFLAGS}"
-
-do_compile() {
-	${MAKE} -f Makefile.linux
-}
-
-SRC_URI:append:libc-uclibc = " file://no_aio.patch "
-
-do_install() {
-	install -d ${D}${bindir}
-	install -m 0755 dt ${D}${bindir}
-}
-
-SRC_URI[md5sum] = "fc3373e30868698b90f02cc5fab9aabd"
-SRC_URI[sha256sum] = "6a213b8da2b8907c4f1633c3b90229085ac239e4d43aa5879b0123c21f951cab"
