From 96f27e97b91db16d434bc38e1c35a1b54a7bbd13 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 1 Aug 2012 20:44:15 -0700 Subject: [PATCH] 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 --- meta-fsl-ppc/recipes-kernel/linux/linux-qoriq-sdk.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.40.1