From: Khem Raj Date: Thu, 2 Aug 2012 03:44:15 +0000 (-0700) Subject: linux-qoriq-sdk.bb: prepend to do_configure X-Git-Tag: 2.1~534^2~435 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=96f27e97b91db16d434bc38e1c35a1b54a7bbd13;p=meta-freescale.git 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 --- diff --git a/meta-fsl-ppc/recipes-kernel/linux/linux-qoriq-sdk.bb b/meta-fsl-ppc/recipes-kernel/linux/linux-qoriq-sdk.bb index fb2ff4a3..18e6e16e 100644 --- a/meta-fsl-ppc/recipes-kernel/linux/linux-qoriq-sdk.bb +++ b/meta-fsl-ppc/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 }