aboutsummaryrefslogtreecommitdiffstats
path: root/meta
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:57:03 +0000
commit44a2374dcfd68c8e158e0c901d75dbd7327652a5 (patch)
tree48f91e6404d58e9b3fc1d531680b7162d1fb3fca /meta
parentcc6b8261fa47a049e501882e9bfc40f61e603b6f (diff)
downloadopenembedded-core-contrib-44a2374dcfd68c8e158e0c901d75dbd7327652a5.tar.gz
staging: Drop obsolete comments
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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):
return problems
python do_populate_sysroot () {
- #
- # if do_stage exists, we're legacy. In that case run the do_stage,
- # modify the SYSROOT_DESTDIR variable and then run the staging preprocess
- # functions against staging directly.
- #
- # Otherwise setup a destdir, copy the results from do_install
- # and run the staging preprocess against that
- #
-
bb.build.exec_func("sysroot_stage_all", d)
for f in (d.getVar('SYSROOT_PREPROCESS_FUNCS', True) or '').split():
bb.build.exec_func(f, d)