]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
license_image.bbclass: drop invalid comments
authorMing Liu <liu.ming50@gmail.com>
Sun, 4 Aug 2019 12:37:55 +0000 (20:37 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Aug 2019 10:23:36 +0000 (11:23 +0100)
These comments are not valid any more, drop them.

Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/license_image.bbclass

index 2cfda81c9925e8bbe8ed1710160c2560da53c88e..3f102d0fbc355de36cc687714333a95be61ceec9 100644 (file)
@@ -198,10 +198,6 @@ def get_deployed_dependencies(d):
 
     deploy = {}
     # Get all the dependencies for the current task (rootfs).
-    # Also get EXTRA_IMAGEDEPENDS because the bootloader is
-    # usually in this var and not listed in rootfs.
-    # At last, get the dependencies from boot classes because
-    # it might contain the bootloader.
     taskdata = d.getVar("BB_TASKDEPDATA", False)
     depends = list(set([dep[0] for dep
                     in list(taskdata.values())