summaryrefslogtreecommitdiffstats
path: root/meta/recipes-rt/images/core-image-rt.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-rt/images/core-image-rt.bb')
-rw-r--r--meta/recipes-rt/images/core-image-rt.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-rt/images/core-image-rt.bb b/meta/recipes-rt/images/core-image-rt.bb
index ef547a64af..9b816bbfdb 100644
--- a/meta/recipes-rt/images/core-image-rt.bb
+++ b/meta/recipes-rt/images/core-image-rt.bb
@@ -1,13 +1,12 @@
1# 1#
2# Copyright (C) 2010 Intel Corporation. 2# Copyright (C) 2010 Intel Corporation.
3# 3#
4require recipes-core/images/core-image-minimal.bb
4 5
5DESCRIPTION = "A small image just capable of allowing a device to boot plus a \ 6DESCRIPTION = "A small image just capable of allowing a device to boot plus a \
6real-time test suite and tools appropriate for real-time use." 7real-time test suite and tools appropriate for real-time use."
7DEPENDS = "linux-yocto-rt" 8DEPENDS = "linux-yocto-rt"
8 9
9require recipes-core/images/core-image-minimal.bb
10
11IMAGE_INSTALL += "rt-tests" 10IMAGE_INSTALL += "rt-tests"
12 11
13LICENSE = "MIT" 12LICENSE = "MIT"