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.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-rt/images/core-image-rt-sdk.bb b/meta/recipes-rt/images/core-image-rt-sdk.bb
new file mode 100644
index 0000000000..db7d581832
--- /dev/null
+++ b/meta/recipes-rt/images/core-image-rt-sdk.bb
@@ -0,0 +1,12 @@
1require recipes-core/images/core-image-minimal.bb
2
3DESCRIPTION = "Small image capable of booting a device with a test suite and \
4tools for real-time use. It includes the full meta-toolchain, development \
5headers and libraries to form a standalone SDK."
6DEPENDS = "linux-yocto-rt"
7
8IMAGE_FEATURES += "dev-pkgs tools-sdk tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks"
9
10IMAGE_INSTALL += "rt-tests hwlatdetect kernel-dev"
11
12LICENSE = "MIT"