From eca768799692e8cee60279c684290ac7423f8703 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Fri, 22 Jul 2011 12:56:29 -0700 Subject: 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 Signed-off-by: Richard Purdie --- meta-rt/images/core-image-rt-sdk.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-rt/images/core-image-rt-sdk.bb 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 @@ +# +# 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" -- cgit v1.2.3-54-g00ecf