diff options
-rw-r--r-- | meta-fsl-ppc/recipes-kernel/linux/linux-qoriq-sdk.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
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 | } |