]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-qoriq-sdk.bb: prepend to do_configure
authorKhem Raj <raj.khem@gmail.com>
Thu, 2 Aug 2012 03:44:15 +0000 (20:44 -0700)
committerMatthew McClintock <msm@freescale.com>
Thu, 2 Aug 2012 03:55:24 +0000 (22:55 -0500)
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>
meta-fsl-ppc/recipes-kernel/linux/linux-qoriq-sdk.bb

index fb2ff4a388716bdc1d6a1ae059b04bb705df4f4a..18e6e16ec4e05e2eaa82a51a5e6802432624a912 100644 (file)
@@ -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
 }