summaryrefslogtreecommitdiffstats
path: root/meta/classes/cross.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-26 11:20:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-27 01:20:27 +0100
commit20e439e22017b1eb9767b57d181ae1855cecf77c (patch)
tree9348166ceb5f1c58ac4d3d993acd5435596ff8e5 /meta/classes/cross.bbclass
parentcc23069f6cfa4cfef76a38871d96c181386b1151 (diff)
downloadpoky-20e439e22017b1eb9767b57d181ae1855cecf77c.tar.gz
cross: Drop package tasks
Cross packages are not packaged so we can drop all the packaging tasks for some small performance improvements. (From OE-Core rev: be07344397b383ab5e56048acb64eb56272fe95e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/cross.bbclass')
-rw-r--r--meta/classes/cross.bbclass8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/classes/cross.bbclass b/meta/classes/cross.bbclass
index bd1448965c..6c72b2ad73 100644
--- a/meta/classes/cross.bbclass
+++ b/meta/classes/cross.bbclass
@@ -78,3 +78,11 @@ do_install () {
78} 78}
79 79
80USE_NLS = "no" 80USE_NLS = "no"
81
82deltask package
83deltask packagedata
84deltask package_write_ipk
85deltask package_write_deb
86deltask package_write_rpm
87deltask package_write
88