summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux
diff options
context:
space:
mode:
authorMax Krummenacher <max.oss.09@gmail.com>2015-03-31 19:13:03 +0200
committerMax Krummenacher <max.oss.09@gmail.com>2015-08-07 16:18:34 +0200
commit9902ce99d346d810cf3e75db97a997ee25440a1c (patch)
treecde4b928c504bedd3449a886d73680b595ae15e5 /recipes-kernel/linux
parent0ced1dd5dbd127aa9a7b9d623886d71c1c567c3a (diff)
kernel: adapt to oe's new shared work dir
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r--recipes-kernel/linux/linux-toradex-fsl_git.bb2
1 files changed, 2 insertions, 0 deletions
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