Instead of prepending to kernel_do_configure
lets prepend to do_configure this gives another
knob for users who want to insert between this
prepend and do_configure_kernel. Typical usecase
is to enable kconfig options on top of defconfig
can be then appended to .config easliy in a
bbappend.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
require recipes-kernel/linux/linux-qoriq-sdk.inc
-kernel_do_configure_prepend() {
+do_configure_prepend() {
# copy desired defconfig so we pick it up for the real kernel_do_configure
cp ${KERNEL_DEFCONFIG} ${B}/.config
}