aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-01-17 09:50:24 -0700
committerTom Rini <tom_rini@mentor.com>2011-01-17 09:50:24 -0700
commit4dfef62dfe54a3b2c557a6df81d155adc1e03ccb (patch)
tree33dae5a909b682ae23f7a2f44ab64708d43cd39c /classes
parentf6433e75a047a2d38ab60efea8a7ab7cc3dcd822 (diff)
downloadopenembedded-4dfef62dfe54a3b2c557a6df81d155adc1e03ccb.tar.gz
kernel.bbclass: Drop comment about kernel_do_configure
After talking with Chris more, the way this is done now is best. Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'classes')
-rw-r--r--classes/kernel.bbclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/kernel.bbclass b/classes/kernel.bbclass
index b18e61500c..ea1daf6667 100644
--- a/classes/kernel.bbclass
+++ b/classes/kernel.bbclass
@@ -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 () {