summaryrefslogtreecommitdiff
path: root/yocto-poky/meta/recipes-rt/images/core-image-rt.bb
diff options
context:
space:
mode:
Diffstat (limited to 'yocto-poky/meta/recipes-rt/images/core-image-rt.bb')
-rw-r--r--yocto-poky/meta/recipes-rt/images/core-image-rt.bb9
1 files changed, 0 insertions, 9 deletions
diff --git a/yocto-poky/meta/recipes-rt/images/core-image-rt.bb b/yocto-poky/meta/recipes-rt/images/core-image-rt.bb
deleted file mode 100644
index cab6f8b74..000000000
--- a/yocto-poky/meta/recipes-rt/images/core-image-rt.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-require recipes-core/images/core-image-minimal.bb
-
-DESCRIPTION = "A small image just capable of allowing a device to boot plus a \
-real-time test suite and tools appropriate for real-time use."
-DEPENDS = "linux-yocto-rt"
-
-IMAGE_INSTALL += "rt-tests hwlatdetect"
-
-LICENSE = "MIT"