From cf94f383bda167b32bb234ac77768038f5daf772 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Mon, 9 Jul 2012 13:12:54 -0400 Subject: core-image-*.bb: Remove usage of EXTRA_IMAGE_FEATURES from some .bb files Replace the usage of EXTRA_IMAGE_FEATURES in a small number of .bb files with IMAGE_FEATURES, and leave the use of EXTRA_IMAGE_FEATURES for developers in their local.conf files, to avoid the possibility of undesirable side effects. (From OE-Core rev: 347fc6e82a3d1c1ac7dbabd9e5cdd08abd864bfb) Signed-off-by: Robert P. J. Day Signed-off-by: Richard Purdie --- meta/recipes-rt/images/core-image-rt-sdk.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (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 f994a0434f..d3bf3e9ce2 100644 --- a/meta/recipes-rt/images/core-image-rt-sdk.bb +++ b/meta/recipes-rt/images/core-image-rt-sdk.bb @@ -5,8 +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" -EXTRA_IMAGE_FEATURES += "tools-debug tools-profile tools-testapps debug-tweaks" +IMAGE_FEATURES += "dev-pkgs tools-sdk tools-debug tools-profile tools-testapps debug-tweaks" IMAGE_INSTALL += "rt-tests kernel-dev" -- cgit 1.2.3-korg