mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-28 17:11:34 +02:00
setup_board: Fix hard coded symbol path
commit 03e8d451bf7d5dc66994ccdc90af39e6128689e5 (setup_board: setup gdb wrapper and debug symbol path) added hard coded paths for the symbol path. Change those to use the BOARD_ROOT variable. Signed-off-by: Geoff Levand <geoff@infradead.org>
This commit is contained in:
parent
1c5ce61bb2
commit
46f5478991
@ -265,7 +265,7 @@ sudo cp /etc/portage/repos.conf/* "${BOARD_ETC}"/portage/repos.conf/
|
||||
|
||||
# make it easy to find debug symbols
|
||||
sudo mkdir -p /usr/lib/debug/build
|
||||
sudo ln -sfT /build/amd64-usr/usr/lib/debug /usr/lib/debug/build/amd64-usr
|
||||
sudo ln -sfT ${BOARD_ROOT}/usr/lib/debug /usr/lib/debug/${BOARD_ROOT}
|
||||
|
||||
generate_all_wrappers
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user