From e36d12a9c1cf69540079e48a1dfadbc343758e48 Mon Sep 17 00:00:00 2001 From: Lianhao Lu Date: Tue, 3 Jul 2012 12:43:32 +0800 Subject: image/core-image: Handle conflicting IMAGE_FEATURES. IMAGE_FEATURES such as 'ssh-server-dropbear' and 'ssh-server-openssh' can't be both enabled. User can use the following variables to define the relationship of image features: IMAGE_FEATURES_REPLACES_foo = "bar" means including image feature "foo" would replace the image feature "bar". IMAGE_FEATURES_CONFLICTS_foo = "bar" means including both image features "foo" and "bar" would cause an parsing error. Signed-off-by: Lianhao Lu Signed-off-by: Richard Purdie --- meta/recipes-sato/images/core-image-sato-sdk.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-sato/images') diff --git a/meta/recipes-sato/images/core-image-sato-sdk.bb b/meta/recipes-sato/images/core-image-sato-sdk.bb index 75ed64fd6b..39742efadb 100644 --- a/meta/recipes-sato/images/core-image-sato-sdk.bb +++ b/meta/recipes-sato/images/core-image-sato-sdk.bb @@ -8,6 +8,8 @@ form a standalone SDK." IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} dev-pkgs tools-sdk qt4-pkgs" EXTRA_IMAGE_FEATURES += "tools-debug tools-profile tools-testapps debug-tweaks" +SSHSERVER_IMAGE_FEATURES = "ssh-server-openssh" + LICENSE = "MIT" inherit core-image -- cgit 1.2.3-korg