summaryrefslogtreecommitdiffstats
path: root/meta/recipes-rt
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-rt')
-rw-r--r--meta/recipes-rt/images/core-image-rt-sdk.bb4
-rw-r--r--meta/recipes-rt/images/core-image-rt.bb3
2 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-rt/images/core-image-rt-sdk.bb b/meta/recipes-rt/images/core-image-rt-sdk.bb
index 6e983433aa..5a67eebbce 100644
--- a/meta/recipes-rt/images/core-image-rt-sdk.bb
+++ b/meta/recipes-rt/images/core-image-rt-sdk.bb
@@ -2,7 +2,9 @@
2# Copyright (C) 2011 Intel Corporation. 2# Copyright (C) 2011 Intel Corporation.
3# 3#
4 4
5DESCRIPTION = "Real-Time Linux Image with SDK support" 5DESCRIPTION = "Small image capable of booting a device with a test suite and \
6tools for real-time use. It includes the full meta-toolchain, development \
7headers and libraries to form a standalone SDK."
6DEPENDS = "linux-yocto-rt" 8DEPENDS = "linux-yocto-rt"
7 9
8require recipes-core/images/core-image-minimal.bb 10require recipes-core/images/core-image-minimal.bb
diff --git a/meta/recipes-rt/images/core-image-rt.bb b/meta/recipes-rt/images/core-image-rt.bb
index e11f159f7a..ef547a64af 100644
--- a/meta/recipes-rt/images/core-image-rt.bb
+++ b/meta/recipes-rt/images/core-image-rt.bb
@@ -2,7 +2,8 @@
2# Copyright (C) 2010 Intel Corporation. 2# Copyright (C) 2010 Intel Corporation.
3# 3#
4 4
5DESCRIPTION = "Real-Time Linux Image" 5DESCRIPTION = "A small image just capable of allowing a device to boot plus a \
6real-time test suite and tools appropriate for real-time use."
6DEPENDS = "linux-yocto-rt" 7DEPENDS = "linux-yocto-rt"
7 8
8require recipes-core/images/core-image-minimal.bb 9require recipes-core/images/core-image-minimal.bb