summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb
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
commit545a5e64a9d5fe6411fe41b22a95dae5ee3c5943 (patch)
tree8327096b1eb6d942bc943112e8e402ccc4213db8 /recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb
parent8ea99cad5b254f056ce138ac76aea0abeb134d5f (diff)
u-boot-toradex-fsl-fw-utils: fix compile
cross strip tool not found without this patch.
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb')
-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