aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-11-04 17:17:06 -0700
committerKhem Raj <raj.khem@gmail.com>2010-11-05 00:20:09 -0700
commit10e1e4d039f93ee2481e3b0ea8414a85ea1c06bc (patch)
tree152dae8a898910c460cf8e5bc0f9ed66184571c9
parent426fec50b368f6a710e303c4d4e6f16031b5c1ee (diff)
downloadopenembedded-10e1e4d039f93ee2481e3b0ea8414a85ea1c06bc.tar.gz
task-arago-toolchain: Exclude from World build
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
-rw-r--r--recipes/tasks/task-arago-toolchain-dvsdk-target.bb1
-rw-r--r--recipes/tasks/task-arago-toolchain-gst-target.bb1
-rw-r--r--recipes/tasks/task-arago-toolchain-target.bb1
3 files changed, 3 insertions, 0 deletions
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}"