Skip to content
Snippets Groups Projects
Commit 030e29f0 authored by Frédéric Dalleau's avatar Frédéric Dalleau
Browse files

sdk: Do not create link in /opt/sysroot


Use the mount unit to bind mount the directory instead.
This is because of a bug in gdb parsing symbolic links.
See T4391

Signed-off-by: default avatarFrédéric Dalleau <frederic.dalleau@collabora.com>

Differential Revision: https://phabricator.apertis.org/D7433
parent c305b616
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
set -e set -e
echo "I: create sysroot directory" echo "I: create sysroot directory on home partition"
install -d -m 0755 /home/sysroot install -d -m 0755 /home/sysroot
chown user.user /home/sysroot chown user.user /home/sysroot
echo "I: link /opt/sysroot to sysroot directory"
ln -sf ../home/sysroot /opt/sysroot
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment