summaryrefslogtreecommitdiffstats
path: root/meta/classes/staging.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-22 11:38:19 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-25 12:58:35 +0000
commit34b415842d94dd3f12872758ab8b9cbc4ebdc26a (patch)
tree4e868d7afe1ce7a10a3ed3b78287a84b315ebc48 /meta/classes/staging.bbclass
parentb77d5679c4d15e1053b7a78849b0acfe9fdef593 (diff)
downloadpoky-34b415842d94dd3f12872758ab8b9cbc4ebdc26a.tar.gz
staging: Drop obsolete comments
(From OE-Core rev: 44a2374dcfd68c8e158e0c901d75dbd7327652a5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/staging.bbclass')
-rw-r--r--meta/classes/staging.bbclass9
1 files changed, 0 insertions, 9 deletions
diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass
index 1a078b415b..da90d31678 100644
--- a/meta/classes/staging.bbclass
+++ b/meta/classes/staging.bbclass
@@ -97,15 +97,6 @@ def sysroot_checkhashes(covered, tasknames, fnids, fns, d, invalidtasks = None):
97 return problems 97 return problems
98 98
99python do_populate_sysroot () { 99python do_populate_sysroot () {
100 #
101 # if do_stage exists, we're legacy. In that case run the do_stage,
102 # modify the SYSROOT_DESTDIR variable and then run the staging preprocess
103 # functions against staging directly.
104 #
105 # Otherwise setup a destdir, copy the results from do_install
106 # and run the staging preprocess against that
107 #
108
109 bb.build.exec_func("sysroot_stage_all", d) 100 bb.build.exec_func("sysroot_stage_all", d)
110 for f in (d.getVar('SYSROOT_PREPROCESS_FUNCS', True) or '').split(): 101 for f in (d.getVar('SYSROOT_PREPROCESS_FUNCS', True) or '').split():
111 bb.build.exec_func(f, d) 102 bb.build.exec_func(f, d)