From 10e1e4d039f93ee2481e3b0ea8414a85ea1c06bc Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 4 Nov 2010 17:17:06 -0700 Subject: [PATCH] task-arago-toolchain: Exclude from World build Signed-off-by: Khem Raj Signed-off-by: Denys Dmytriyenko --- recipes/tasks/task-arago-toolchain-dvsdk-target.bb | 1 + recipes/tasks/task-arago-toolchain-gst-target.bb | 1 + recipes/tasks/task-arago-toolchain-target.bb | 1 + 3 files changed, 3 insertions(+) diff --git a/recipes/tasks/task-arago-toolchain-dvsdk-target.bb b/recipes/tasks/task-arago-toolchain-dvsdk-target.bb index c14325547a..a8d3884cb3 100644 --- a/recipes/tasks/task-arago-toolchain-dvsdk-target.bb +++ b/recipes/tasks/task-arago-toolchain-dvsdk-target.bb @@ -1,6 +1,7 @@ DESCRIPTION = "Target packages for a standalone Arago SDK or external toolchain" ALLOW_EMPTY = "1" PR = "r18" +EXCLUDE_FROM_WORLD = "1" PACKAGES = "${PN}" diff --git a/recipes/tasks/task-arago-toolchain-gst-target.bb b/recipes/tasks/task-arago-toolchain-gst-target.bb index 3c6c2b9538..ced17084c6 100644 --- a/recipes/tasks/task-arago-toolchain-gst-target.bb +++ b/recipes/tasks/task-arago-toolchain-gst-target.bb @@ -1,6 +1,7 @@ DESCRIPTION = "Target packages for a standalone Arago SDK or external toolchain" ALLOW_EMPTY = "1" PR = "r24" +EXCLUDE_FROM_WORLD = "1" PACKAGES = "${PN}" diff --git a/recipes/tasks/task-arago-toolchain-target.bb b/recipes/tasks/task-arago-toolchain-target.bb index 496910e368..8fb5182db3 100644 --- a/recipes/tasks/task-arago-toolchain-target.bb +++ b/recipes/tasks/task-arago-toolchain-target.bb @@ -1,6 +1,7 @@ DESCRIPTION = "Target packages for a standalone Arago SDK or external toolchain" ALLOW_EMPTY = "1" PR = "r3" +EXCLUDE_FROM_WORLD = "1" PACKAGES = "${PN}" -- 2.39.5