aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-rt/images/core-image-rt.bb
blob: f749bfe767d265dc5f47711b5d2b3b099b5fd3ba (plain)
1
2
3
4
5
6
7
8
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"

LICENSE = "MIT"