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)
downloadast2050-yocto-poky-34b415842d94dd3f12872758ab8b9cbc4ebdc26a.zip
ast2050-yocto-poky-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 1a078b4..da90d31 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)
OpenPOWER on IntegriCloud