From 63996e1abafbeae33692f88ba714acc8520d2f55 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 1 Aug 2012 20:44:15 -0700 Subject: linux-qoriq-sdk.bb: prepend to do_configure 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 --- recipes-kernel/linux/linux-qoriq-sdk.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-qoriq-sdk.bb b/recipes-kernel/linux/linux-qoriq-sdk.bb index fb2ff4a..18e6e16 100644 --- a/recipes-kernel/linux/linux-qoriq-sdk.bb +++ b/recipes-kernel/linux/linux-qoriq-sdk.bb @@ -7,7 +7,7 @@ LICENSE = "GPLv2" 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 } -- cgit v1.2.3-54-g00ecf