From 0d14b83469a91e40852a111682b7999285de99a7 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 19 Mar 2013 11:41:39 +0000 Subject: packagegroup-core-tools-debug: split out Eclipse packages Split out the packages added for Eclipse remote debugging to a separate package group so that we can avoid pulling them in if not using Eclipse. Fixes [YOCTO #3251]. Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- meta/recipes-rt/images/core-image-rt-sdk.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-rt') diff --git a/meta/recipes-rt/images/core-image-rt-sdk.bb b/meta/recipes-rt/images/core-image-rt-sdk.bb index 58f983f894..db7d581832 100644 --- a/meta/recipes-rt/images/core-image-rt-sdk.bb +++ b/meta/recipes-rt/images/core-image-rt-sdk.bb @@ -5,7 +5,7 @@ tools for real-time use. It includes the full meta-toolchain, development \ headers and libraries to form a standalone SDK." DEPENDS = "linux-yocto-rt" -IMAGE_FEATURES += "dev-pkgs tools-sdk tools-debug tools-profile tools-testapps debug-tweaks" +IMAGE_FEATURES += "dev-pkgs tools-sdk tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks" IMAGE_INSTALL += "rt-tests hwlatdetect kernel-dev" -- cgit 1.2.3-korg