[oe-commits] Khem Raj : task-arago-toolchain: Exclude from World build

git version control git at git.openembedded.org
Mon Nov 8 15:08:06 UTC 2010


Module: openembedded.git
Branch: darwin
Commit: 10e1e4d039f93ee2481e3b0ea8414a85ea1c06bc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=10e1e4d039f93ee2481e3b0ea8414a85ea1c06bc

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu Nov  4 17:17:06 2010 -0700

task-arago-toolchain: Exclude from World build

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Denys Dmytriyenko <denis at denix.org>

---

 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(+), 0 deletions(-)

diff --git a/recipes/tasks/task-arago-toolchain-dvsdk-target.bb b/recipes/tasks/task-arago-toolchain-dvsdk-target.bb
index c143255..a8d3884 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 3c6c2b9..ced1708 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 496910e..8fb5182 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}"
 





More information about the Openembedded-commits mailing list