From 5c744efc6d07421cffb0d1401219f3cc37cb2f14 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(+) (limited to 'recipes-kernel') 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