From: Darren Hart Date: Fri, 22 Jul 2011 19:56:29 +0000 (-0700) Subject: meta-rt: add an -rt-sdk image X-Git-Tag: 2011-1~365 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c594579fe1d9a8c97f2dcf8fbec9fc401e73c667;p=openembedded-core.git meta-rt: add an -rt-sdk image Add images including the SDK without the addition of the grapical environment or packages. Signed-off-by: Darren Hart --- 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"