kernel.bbclass: Drop comment about kernel_do_configure
authorTom Rini <tom_rini@mentor.com>
Mon, 17 Jan 2011 16:50:24 +0000 (09:50 -0700)
committerTom Rini <tom_rini@mentor.com>
Mon, 17 Jan 2011 16:50:24 +0000 (09:50 -0700)
After talking with Chris more, the way this is done now is best.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
classes/kernel.bbclass

index b18e615..ea1daf6 100644 (file)
@@ -222,7 +222,6 @@ kernel_do_configure() {
                done
        fi
 }
-# XXX: Once we depend on bitbake 1.10.1 or newer this can be kernel_do_...
 do_configure[depends] += "${INITRAMFS_TASK}"
 
 pkg_postinst_kernel () {