From 5878d5f56cd378d02a48bc6cd66af86f434a09f9 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Thu, 31 Mar 2016 15:03:15 +0200 Subject: [PATCH] ostro-image: disable soletta-dev-app temporarily It currently fails to build in the CI system due to npm download problems. Signed-off-by: Patrick Ohly --- meta-ostro/recipes-image/images/ostro-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ostro/recipes-image/images/ostro-image.bb b/meta-ostro/recipes-image/images/ostro-image.bb index 118d6aa1462..6c680d4d02e 100644 --- a/meta-ostro/recipes-image/images/ostro-image.bb +++ b/meta-ostro/recipes-image/images/ostro-image.bb @@ -186,7 +186,7 @@ FEATURE_PACKAGES_node-runtime = "packagegroup-node-runtime" FEATURE_PACKAGES_python-runtime = "packagegroup-python-runtime" FEATURE_PACKAGES_java-jdk = "packagegroup-java-jdk" FEATURE_PACKAGES_soletta = "packagegroup-soletta" -FEATURE_PACKAGES_soletta-tools = "soletta-dev-app" +FEATURE_PACKAGES_soletta-tools = "" # git is not essential for compiling software, but include it anyway # because it is the most common source code management tool.