summaryrefslogtreecommitdiff
path: root/recipes-kernel
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
commit5c744efc6d07421cffb0d1401219f3cc37cb2f14 (patch)
tree9bcb3a62a7d1cc9f83f00f350bc6f240b7ab71de /recipes-kernel
parent5db72d0e2cec9546e5eb3df2f61116698ab5ce92 (diff)
kernel: adapt to oe's new shared work dir
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-toradex-fsl_git.bb2
-rw-r--r--recipes-kernel/linux/linux-toradex_git.bb2
2 files changed, 4 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
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