From 0535d7332419e38ad5bee81a80129bd40a67974b Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 31 Mar 2015 19:13:03 +0200 Subject: kernel: adapt to oe's new shared work dir --- recipes-kernel/linux/linux-toradex-fsl_git.bb | 2 ++ recipes-kernel/linux/linux-toradex_git.bb | 2 ++ 2 files changed, 4 insertions(+) diff --git a/recipes-kernel/linux/linux-toradex-fsl_git.bb b/recipes-kernel/linux/linux-toradex-fsl_git.bb index 78a8980..9bb6bad 100644 --- a/recipes-kernel/linux/linux-toradex-fsl_git.bb +++ b/recipes-kernel/linux/linux-toradex-fsl_git.bb @@ -37,6 +37,8 @@ do_configure_prepend () { #assume its called ${MACHINE}_defconfig, but with '_' instead of '-' DEFCONFIG="`echo ${MACHINE} | sed -e 's/\-/\_/g' -e 's/$/_defconfig/'`" + cd ${S} + export KBUILD_OUTPUT=${B} oe_runmake $DEFCONFIG #maybe change some configuration diff --git a/recipes-kernel/linux/linux-toradex_git.bb b/recipes-kernel/linux/linux-toradex_git.bb index e576019..88739cb 100644 --- a/recipes-kernel/linux/linux-toradex_git.bb +++ b/recipes-kernel/linux/linux-toradex_git.bb @@ -33,6 +33,8 @@ do_configure_prepend () { #assume its called ${MACHINE}_defconfig, but with '_' instead of '-' DEFCONFIG="`echo ${MACHINE} | sed -e 's/\-/\_/g' -e 's/$/_defconfig/'`" + cd ${S} + export KBUILD_OUTPUT=${B} oe_runmake $DEFCONFIG #maybe change some configuration -- cgit v1.2.3