diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2024-03-21 12:44:09 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-03-23 10:18:20 +0000 |
commit | 084fe2241bf67047909032d7b7934479731910e6 (patch) | |
tree | 03e7712942314be505ddf16c23ceb02f716d0974 /scripts/lib/wic/plugins/source/bootimg-partition.py | |
parent | 62c184ed61431177dcb97de79b36261147c66a37 (diff) | |
download | poky-084fe2241bf67047909032d7b7934479731910e6.tar.gz |
toolchain-shar-relocate.sh: Add check for missing command 'file'
On a machine without the file command, the SDK install fails with a
cryptic error message.
```
xargs: file: No such file or directory
sed: no input files
Failed to replace perl. Relocate script failed. Abort!
```
Add a test for 'file' to print a clear error message.
```
The command 'file' is required by the relocation script, please install it first. Abort!
```
(From OE-Core rev: 1aa19b9e34ebe6f39a25364073fed4c069f650e8)
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/wic/plugins/source/bootimg-partition.py')
0 files changed, 0 insertions, 0 deletions