summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-qoriq.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-qoriq.inc')
-rw-r--r--recipes-kernel/linux/linux-qoriq.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-qoriq.inc b/recipes-kernel/linux/linux-qoriq.inc
index 6c925de3..950c08c9 100644
--- a/recipes-kernel/linux/linux-qoriq.inc
+++ b/recipes-kernel/linux/linux-qoriq.inc
@@ -23,8 +23,7 @@ DELTA_KERNEL_DEFCONFIG ?= ""
23 23
24do_configure_prepend() { 24do_configure_prepend() {
25 # copy desired defconfig so we pick it up for the real kernel_do_configure 25 # copy desired defconfig so we pick it up for the real kernel_do_configure
26 cp ${KERNEL_DEFCONFIG} ${B}/.config 26 cp ${KERNEL_DEFCONFIG} .config
27 cp ${KERNEL_DEFCONFIG} ${WORKDIR}/defconfig
28 # add config fragments 27 # add config fragments
29 for deltacfg in ${DELTA_KERNEL_DEFCONFIG}; do 28 for deltacfg in ${DELTA_KERNEL_DEFCONFIG}; do
30 if [ -f "${deltacfg}" ]; then 29 if [ -f "${deltacfg}" ]; then
@@ -34,7 +33,7 @@ do_configure_prepend() {
34 ${S}/arch/powerpc/configs/${deltacfg} 33 ${S}/arch/powerpc/configs/${deltacfg}
35 fi 34 fi
36 done 35 done
37 36 cp .config ${WORKDIR}/defconfig
38} 37}
39 38
40do_install_append_qoriq-arm() { 39do_install_append_qoriq-arm() {