]> code.ossystems Code Review - openembedded-core.git/commitdiff
staging: Drop obsolete comments
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Jan 2013 11:38:19 +0000 (11:38 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Jan 2013 12:57:03 +0000 (12:57 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/staging.bbclass

index 1a078b415bb1369b2000c89b8c957b94cc33671c..da90d31678ace9fce2e3bef9a6cad8b4322f67a6 100644 (file)
@@ -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)