From 4cd013f5ca158efb186f62d3ac48343682e75e5d Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Wed, 4 Nov 2015 13:57:55 +0100 Subject: linux: fix B != S --- recipes-kernel/linux/linux-toradex-fsl_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-toradex-fsl_git.bb b/recipes-kernel/linux/linux-toradex-fsl_git.bb index ca07f8d..7404d35 100644 --- a/recipes-kernel/linux/linux-toradex-fsl_git.bb +++ b/recipes-kernel/linux/linux-toradex-fsl_git.bb @@ -29,8 +29,8 @@ COMPATIBLE_MACHINE = "(colibri-imx6|apalis-imx6)" config_script () { # #example change to the .config # #sets CONFIG_TEGRA_CAMERA unconditionally to 'y' -# sed -i -e /CONFIG_TEGRA_CAMERA/d ${S}/.config -# echo "CONFIG_TEGRA_CAMERA=y" >> ${S}/.config +# sed -i -e /CONFIG_TEGRA_CAMERA/d ${B}/.config +# echo "CONFIG_TEGRA_CAMERA=y" >> ${B}/.config echo "dummy" > /dev/null } -- cgit v1.2.3