diff options
| author | Khem Raj <raj.khem@gmail.com> | 2012-08-01 20:44:15 -0700 |
|---|---|---|
| committer | Matthew McClintock <msm@freescale.com> | 2012-08-01 22:55:24 -0500 |
| commit | 63996e1abafbeae33692f88ba714acc8520d2f55 (patch) | |
| tree | fb818378bb8e6942a5bf654354eec47a933091ab | |
| parent | 52cf53428472eb312be5625a63aa7c013285091b (diff) | |
| download | meta-fsl-ppc-63996e1abafbeae33692f88ba714acc8520d2f55.tar.gz | |
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 <raj.khem@gmail.com>
| -rw-r--r-- | recipes-kernel/linux/linux-qoriq-sdk.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
| 7 | 7 | ||
| 8 | require recipes-kernel/linux/linux-qoriq-sdk.inc | 8 | require recipes-kernel/linux/linux-qoriq-sdk.inc |
| 9 | 9 | ||
| 10 | kernel_do_configure_prepend() { | 10 | do_configure_prepend() { |
| 11 | # copy desired defconfig so we pick it up for the real kernel_do_configure | 11 | # copy desired defconfig so we pick it up for the real kernel_do_configure |
| 12 | cp ${KERNEL_DEFCONFIG} ${B}/.config | 12 | cp ${KERNEL_DEFCONFIG} ${B}/.config |
| 13 | } | 13 | } |
