| Submitter | Darren Hart |
|---|---|
| Date | Aug. 11, 2011, 11:08 p.m. |
| Message ID | <056c7c39be481014131b002efc2c349eb668b81a.1313092152.git.dvhart@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/9671/ |
| State | New, archived |
| Headers | show |
Comments
Patch
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 0000000..6e98343 --- /dev/null +++ b/meta-rt/images/core-image-rt-sdk.bb @@ -0,0 +1,15 @@ +# +# Copyright (C) 2011 Intel Corporation. +# + +DESCRIPTION = "Real-Time Linux Image with SDK support" +DEPENDS = "linux-yocto-rt" + +require recipes-core/images/core-image-minimal.bb + +IMAGE_FEATURES += "dev-pkgs tools-sdk" +EXTRA_IMAGE_FEATURES += "tools-debug tools-profile tools-testapps debug-tweaks" + +IMAGE_INSTALL += "rt-tests" + +LICENSE = "MIT"
Add images including the SDK without the addition of the grapical environment or packages. Signed-off-by: Darren Hart <dvhart@linux.intel.com> --- meta-rt/images/core-image-rt-sdk.bb | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) create mode 100644 meta-rt/images/core-image-rt-sdk.bb