summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb
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
commit2d0ffd84a82cd3d75a37af5a98fe2584448ea4cc (patch)
tree597d69d95cb6639eabae40b18d9d7919f4d5cb83 /recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb
parent8ebb89ec66e323ac6e92ed926d398b931d8f9002 (diff)
u-boot-fw-utils: deploy fw_saveenv as symlink
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb')
-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}/
}