summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex_git.bb
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
commit0535d7332419e38ad5bee81a80129bd40a67974b (patch)
tree87b0328887c9d002d4ef9bd0c30960553b77a16f /recipes-kernel/linux/linux-toradex_git.bb
parente0425445633d0901628240154e45cb9c11951860 (diff)
kernel: adapt to oe's new shared work dir
Diffstat (limited to 'recipes-kernel/linux/linux-toradex_git.bb')
-rw-r--r--recipes-kernel/linux/linux-toradex_git.bb2
1 files changed, 2 insertions, 0 deletions
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