summaryrefslogtreecommitdiffstats
path: root/meta/recipes-rt/images/core-image-rt.bb
blob: 9b816bbfdb2104fb3c742012eba8518c8bb036b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# Copyright (C) 2010 Intel Corporation.
#
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"