blob: cab6f8b749e6976faa1efedb2ecbbacb19bc63c4 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001require recipes-core/images/core-image-minimal.bb
2
3DESCRIPTION = "A small image just capable of allowing a device to boot plus a \
4real-time test suite and tools appropriate for real-time use."
5DEPENDS = "linux-yocto-rt"
6
7IMAGE_INSTALL += "rt-tests hwlatdetect"
8
9LICENSE = "MIT"