diff options
author | Ming Liu <liu.ming50@gmail.com> | 2021-06-21 13:29:39 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-22 15:18:11 +0100 |
commit | fc253e327caf0e143d87de95467c27817c5f4f8c (patch) | |
tree | 11ecc5b6c3bf847540194d9ecb774392beb68d59 /scripts | |
parent | e9fa8f9001471bb240e997cb4537d2f617f22957 (diff) | |
download | poky-fc253e327caf0e143d87de95467c27817c5f4f8c.tar.gz |
uboot-sign.bbclass: fix some install commands
A "install -d" command is missing when dealing with
${UBOOT_NODTB_BINARY} in install_spl_helper function, this can lead
to invalid install error saying:
| install: cannot create .../usr/share/u-boot-nodtb-2021.04-r0.bin': No such file or directory
Let's drop all "install -d" and replace them with "install -Dm" in
install_helper/install_spl_helper functions.
(From OE-Core rev: db2b1da511ea3d4daef136a8b1d85b7040a46632)
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions