summaryrefslogtreecommitdiffstats
path: root/meta-rt/images/poky-image-minimal-rt.bb
blob: 6f5700c67a60122096b93be456042c1950cf3346 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# Copyright (C) 2010 Intel Corporation.
#

DESCRIPTION = "Minimal Real-Time Linux Image"
DEPENDS = "linux-yocto-rt"

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

IMAGE_INSTALL += "rt-tests"

LICENSE = "MIT"