aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL/tools/scripts/install_sdk
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2016-12-22 21:18:35 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2016-12-22 21:18:35 +0100
commitf33025186a05ee0a6221e8d48b52a4ec61831c07 (patch)
tree543ce70f65d8f7965467444be97db858c3cb7326 /INSTALL/tools/scripts/install_sdk
parent31f625f2830563ec05d6b8a14dd4c58499735141 (diff)
Fix sysroots path when cleaning up since it's agl and not poky now
Change-Id: I1f39b7d8b9936da7bf704687da65f5a4c454eccc Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'INSTALL/tools/scripts/install_sdk')
-rw-r--r--INSTALL/tools/scripts/install_sdk2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL/tools/scripts/install_sdk b/INSTALL/tools/scripts/install_sdk
index 7de6023..27035c8 100644
--- a/INSTALL/tools/scripts/install_sdk
+++ b/INSTALL/tools/scripts/install_sdk
@@ -25,7 +25,7 @@ ln -sf $XDT_SDK $DEFAULT_INSTALL_DIR 2>/dev/null || sudo ln -sf $XDT_SDK $DEFAUL
rm -rfv $XDT_SDK/sysroots/cortex*/usr/local
# cleanup
-pushd $XDT_SDK/sysroots/*-poky-*
+pushd $XDT_SDK/sysroots/*-agl-*
find . -type d -name "*.debug" | while read dir; do
echo "Removing debug dir: $dir"