diff options
| author | Arnout Vandecappelle <arnout@mind.be> | 2017-07-05 13:14:26 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-05 15:23:13 +0200 |
| commit | 31be2ec220c8ad6e1f98d9fb705034cc288de597 (patch) | |
| tree | 4294b956d2fd1c5fbb13c9bfea52bc5d1fc74ed7 /board/solidrun | |
| parent | b2ea6eaf23202c92063931bba6fe8f5506e90d52 (diff) | |
| download | buildroot-31be2ec220c8ad6e1f98d9fb705034cc288de597.tar.gz buildroot-31be2ec220c8ad6e1f98d9fb705034cc288de597.zip | |
boards: replace $HOST_DIR/usr/ with $HOST_DIR/ in scripts
Since things are no longer installed in $(HOST_DIR)/usr, the callers
should also not refer to it.
This is a mechanical change with
git grep -l 'HOST_DIR}\?/usr/' board | xargs sed -i 's%\(HOST_DIR}\?\)/usr/%\1/%g'
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'board/solidrun')
| -rwxr-xr-x | board/solidrun/mx6cubox/post-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/solidrun/mx6cubox/post-build.sh b/board/solidrun/mx6cubox/post-build.sh index 07c480e616..43e091c5d7 100755 --- a/board/solidrun/mx6cubox/post-build.sh +++ b/board/solidrun/mx6cubox/post-build.sh @@ -2,7 +2,7 @@ BOARD_DIR="$(dirname $0)" -$HOST_DIR/usr/bin/mkimage -A arm -O linux -T script -C none \ +$HOST_DIR/bin/mkimage -A arm -O linux -T script -C none \ -n "boot script" -d $BOARD_DIR/boot.scr.txt $BOARD_DIR/boot.scr install -m 0644 -D $BOARD_DIR/boot.scr $TARGET_DIR/boot/boot.scr |

