summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex_git.bb
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-11-04 13:57:55 +0100
committerMax Krummenacher <max.oss.09@gmail.com>2015-11-04 15:57:01 +0100
commit52aa26f0daa1198dec996604bfc772d436a29e66 (patch)
tree0479f51d5c64dafd10c60cebdd525fbdd38934f8 /recipes-kernel/linux/linux-toradex_git.bb
parent1fb11f96850fac573f1481d40b8e643f9c67d4d1 (diff)
linux: fix B != S
Diffstat (limited to 'recipes-kernel/linux/linux-toradex_git.bb')
-rw-r--r--recipes-kernel/linux/linux-toradex_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-toradex_git.bb b/recipes-kernel/linux/linux-toradex_git.bb
index b7013c9..6b2beca 100644
--- a/recipes-kernel/linux/linux-toradex_git.bb
+++ b/recipes-kernel/linux/linux-toradex_git.bb
@@ -24,8 +24,8 @@ COMPATIBLE_MACHINE = "(apalis-t30|colibri-pxa|colibri-t20|colibri-t30)"
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
}