summaryrefslogtreecommitdiff
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2015-01-12 21:54:55 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2015-05-12 10:04:34 +0200
commita1da3cb6adaf6f76271d33b015e3ffa45030a9a0 (patch)
tree9f0a27430af36321831c39fc42363505190e2c0c /recipes-bsp
parent26c1819a11b1375cb20ed960a1a6b619c37aa554 (diff)
u-boot-toradex-fsl-fw-utils: fix compile
cross strip tool not found without this patch.
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb b/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb
index 706e274..be99752 100644
--- a/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb
@@ -26,7 +26,7 @@ PR = "r0"
S = "${WORKDIR}/git"
-EXTRA_OEMAKE = 'CC="${CC}"'
+EXTRA_OEMAKE = 'CC="${CC}" STRIP="${STRIP}"'
inherit uboot-config