Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] cross: Drop package tasks
@ 2014-04-26 10:20 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2014-04-26 10:20 UTC (permalink / raw)
  To: openembedded-core

Cross packages are not packaged so we can drop all the packaging tasks
for some small performance improvements.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/classes/cross.bbclass b/meta/classes/cross.bbclass
index 480ec48..b7d33f5 100644
--- a/meta/classes/cross.bbclass
+++ b/meta/classes/cross.bbclass
@@ -63,3 +63,11 @@ do_install () {
 }
 
 USE_NLS = "no"
+
+deltask package
+deltask packagedata
+deltask package_write_ipk
+deltask package_write_deb
+deltask package_write_rpm
+deltask package_write
+




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-04-26 10:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-26 10:20 [PATCH] cross: Drop package tasks Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox