summaryrefslogtreecommitdiff
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2015-04-14 15:40:08 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2015-05-12 10:04:35 +0200
commit58f685905f7a1261b11909d0abacf19de868c263 (patch)
tree4f78b0a91c83273bbc74c6631e91dfa15fc626ae /recipes-bsp
parent816489f9f9ea586becb1d9331f3467971a8a7bbd (diff)
u-boot-fw-utils: deploy fw_saveenv as symlink
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb b/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb
index 3f3a317..dce8fa1 100644
--- a/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb
@@ -55,7 +55,7 @@ do_compile () {
do_install () {
install -d ${D}${base_sbindir} ${D}${sysconfdir}
install -m 755 ${S}/tools/env/fw_printenv ${D}${base_sbindir}/fw_printenv
- install -m 755 ${S}/tools/env/fw_printenv ${D}${base_sbindir}/fw_setenv
+ ln -s fw_printenv ${D}${base_sbindir}/fw_setenv
install -m 644 ${WORKDIR}/fw_env.config ${D}${sysconfdir}/
}