support/scripts: relocate-sdk.sh now creates sdk-location in share/buildroot
This is because $(HOST_DIR)/usr is gone. Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
854b933705
commit
9c542ba06d
@ -5,7 +5,7 @@ if [ "$#" -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
LOCFILE="usr/share/buildroot/sdk-location"
|
||||
LOCFILE="share/buildroot/sdk-location"
|
||||
FILEPATH="$(readlink -f "$0")"
|
||||
NEWPATH="$(dirname "${FILEPATH}")"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user