summaryrefslogtreecommitdiffstats
path: root/import-layers/yocto-poky/meta/recipes-rt/images/core-image-rt.bb
diff options
context:
space:
mode:
Diffstat (limited to 'import-layers/yocto-poky/meta/recipes-rt/images/core-image-rt.bb')
-rw-r--r--import-layers/yocto-poky/meta/recipes-rt/images/core-image-rt.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/import-layers/yocto-poky/meta/recipes-rt/images/core-image-rt.bb b/import-layers/yocto-poky/meta/recipes-rt/images/core-image-rt.bb
new file mode 100644
index 000000000..cab6f8b74
--- /dev/null
+++ b/import-layers/yocto-poky/meta/recipes-rt/images/core-image-rt.bb
@@ -0,0 +1,9 @@
+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"
OpenPOWER on IntegriCloud