diff options
author | Darren Hart <dvhart@linux.intel.com> | 2011-07-22 12:56:29 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-12 17:21:56 +0100 |
commit | eca768799692e8cee60279c684290ac7423f8703 (patch) | |
tree | f51ea8241f2d8f04b7520c7b7d0dbe2f98fe49b7 /meta-rt | |
parent | a197c6faf60edd54ad68ff9f49e056d6d0e8d412 (diff) | |
download | poky-eca768799692e8cee60279c684290ac7423f8703.tar.gz |
meta-rt: add an -rt-sdk image
Add images including the SDK without the addition of the grapical environment or
packages.
(From OE-Core rev: c594579fe1d9a8c97f2dcf8fbec9fc401e73c667)
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-rt')
-rw-r--r-- | meta-rt/images/core-image-rt-sdk.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-rt/images/core-image-rt-sdk.bb b/meta-rt/images/core-image-rt-sdk.bb new file mode 100644 index 0000000000..6e983433aa --- /dev/null +++ b/meta-rt/images/core-image-rt-sdk.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | # | ||
2 | # Copyright (C) 2011 Intel Corporation. | ||
3 | # | ||
4 | |||
5 | DESCRIPTION = "Real-Time Linux Image with SDK support" | ||
6 | DEPENDS = "linux-yocto-rt" | ||
7 | |||
8 | require recipes-core/images/core-image-minimal.bb | ||
9 | |||
10 | IMAGE_FEATURES += "dev-pkgs tools-sdk" | ||
11 | EXTRA_IMAGE_FEATURES += "tools-debug tools-profile tools-testapps debug-tweaks" | ||
12 | |||
13 | IMAGE_INSTALL += "rt-tests" | ||
14 | |||
15 | LICENSE = "MIT" | ||