summaryrefslogtreecommitdiffstats
path: root/meta/recipes-rt/images/core-image-rt-sdk.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-rt/images/core-image-rt-sdk.bb')
-rw-r--r--meta/recipes-rt/images/core-image-rt-sdk.bb3
1 files changed, 1 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 5a67eebbce..6ec2d005e7 100644
--- a/meta/recipes-rt/images/core-image-rt-sdk.bb
+++ b/meta/recipes-rt/images/core-image-rt-sdk.bb
@@ -1,14 +1,13 @@
1# 1#
2# Copyright (C) 2011 Intel Corporation. 2# Copyright (C) 2011 Intel Corporation.
3# 3#
4require recipes-core/images/core-image-minimal.bb
4 5
5DESCRIPTION = "Small image capable of booting a device with a test suite and \ 6DESCRIPTION = "Small image capable of booting a device with a test suite and \
6tools for real-time use. It includes the full meta-toolchain, development \ 7tools for real-time use. It includes the full meta-toolchain, development \
7headers and libraries to form a standalone SDK." 8headers and libraries to form a standalone SDK."
8DEPENDS = "linux-yocto-rt" 9DEPENDS = "linux-yocto-rt"
9 10
10require recipes-core/images/core-image-minimal.bb
11
12IMAGE_FEATURES += "dev-pkgs tools-sdk" 11IMAGE_FEATURES += "dev-pkgs tools-sdk"
13EXTRA_IMAGE_FEATURES += "tools-debug tools-profile tools-testapps debug-tweaks" 12EXTRA_IMAGE_FEATURES += "tools-debug tools-profile tools-testapps debug-tweaks"
14 13