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