summaryrefslogtreecommitdiffstats
path: root/meta-fsl-extras/recipes/u-boot/u-boot-script-toradex.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-fsl-extras/recipes/u-boot/u-boot-script-toradex.bb')
-rw-r--r--meta-fsl-extras/recipes/u-boot/u-boot-script-toradex.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-fsl-extras/recipes/u-boot/u-boot-script-toradex.bb b/meta-fsl-extras/recipes/u-boot/u-boot-script-toradex.bb
index ac70843..4a0d646 100644
--- a/meta-fsl-extras/recipes/u-boot/u-boot-script-toradex.bb
+++ b/meta-fsl-extras/recipes/u-boot/u-boot-script-toradex.bb
@@ -1,6 +1,6 @@
1############################################################################ 1############################################################################
2## 2##
3## Copyright (C) 2016 The Qt Company Ltd. 3## Copyright (C) 2017 The Qt Company Ltd.
4## Contact: https://www.qt.io/licensing/ 4## Contact: https://www.qt.io/licensing/
5## 5##
6## This file is part of the Boot to Qt meta layer. 6## This file is part of the Boot to Qt meta layer.
@@ -31,7 +31,7 @@ LICENSE = "The-Qt-Company-DCLA-2.1"
31LIC_FILES_CHKSUM = "file://${QT_LICENSE};md5=80e06902b5f0e94ad0a78ee4f7fcb74b" 31LIC_FILES_CHKSUM = "file://${QT_LICENSE};md5=80e06902b5f0e94ad0a78ee4f7fcb74b"
32DEPENDS = "u-boot-mkimage-native" 32DEPENDS = "u-boot-mkimage-native"
33 33
34PV = "v2.6" 34PV = "2.7"
35 35
36SRC_URI = " \ 36SRC_URI = " \
37 file://fwd_mmc.scr \ 37 file://fwd_mmc.scr \
@@ -59,8 +59,8 @@ addtask mkimage after do_compile before do_install
59do_deploy () { 59do_deploy () {
60 install -d ${DEPLOYDIR}/${MACHINE} 60 install -d ${DEPLOYDIR}/${MACHINE}
61 install -m 0644 -t ${DEPLOYDIR} ${S}/*.img 61 install -m 0644 -t ${DEPLOYDIR} ${S}/*.img
62 ln -s ../flash_blk.img ${DEPLOYDIR}/${MACHINE}/ 62 ln -fs ../flash_blk.img ${DEPLOYDIR}/${MACHINE}/
63 ln -s ../flash_eth.img ${DEPLOYDIR}/${MACHINE}/ 63 ln -fs ../flash_eth.img ${DEPLOYDIR}/${MACHINE}/
64} 64}
65 65
66addtask deploy after do_install before do_build 66addtask deploy after do_install before do_build