diff options
-rw-r--r-- | meta/classes/uboot-sign.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/uboot-sign.bbclass b/meta/classes/uboot-sign.bbclass index 6385a06c13..8beafff7c0 100644 --- a/meta/classes/uboot-sign.bbclass +++ b/meta/classes/uboot-sign.bbclass | |||
@@ -53,8 +53,8 @@ concat_dtb_helper() { | |||
53 | 53 | ||
54 | if [ -f "${UBOOT_NODTB_BINARY}" ]; then | 54 | if [ -f "${UBOOT_NODTB_BINARY}" ]; then |
55 | install ${UBOOT_NODTB_BINARY} ${DEPLOYDIR}/${UBOOT_NODTB_IMAGE} | 55 | install ${UBOOT_NODTB_BINARY} ${DEPLOYDIR}/${UBOOT_NODTB_IMAGE} |
56 | ln -sf ${UBOOT_NODTB_IMAGE} ${UBOOT_NODTB_SYMLINK} | 56 | ln -sf ${UBOOT_NODTB_IMAGE} ${DEPLOYDIR}/${UBOOT_NODTB_SYMLINK} |
57 | ln -sf ${UBOOT_NODTB_IMAGE} ${UBOOT_NODTB_BINARY} | 57 | ln -sf ${UBOOT_NODTB_IMAGE} ${DEPLOYDIR}/${UBOOT_NODTB_BINARY} |
58 | fi | 58 | fi |
59 | 59 | ||
60 | # Concatenate U-Boot w/o DTB & DTB with public key | 60 | # Concatenate U-Boot w/o DTB & DTB with public key |