aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-rt/images/core-image-rt.bb
blob: ef547a64af53cc9967e9abd9b2c529408bc5195e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Copyright (C) 2010 Intel Corporation.
#

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"

require recipes-core/images/core-image-minimal.bb

IMAGE_INSTALL += "rt-tests"

LICENSE = "MIT"