diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/sstate-cache-management.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sstate-cache-management.sh b/scripts/sstate-cache-management.sh index 2b3100cfe1..0f774a3f4e 100755 --- a/scripts/sstate-cache-management.sh +++ b/scripts/sstate-cache-management.sh | |||
@@ -167,7 +167,7 @@ remove_duplicated () { | |||
167 | topdir=$(dirname $(dirname $(readlink -e $0))) | 167 | topdir=$(dirname $(dirname $(readlink -e $0))) |
168 | tunedirs="`find $topdir/meta* $layers -path '*/meta*/conf/machine/include'`" | 168 | tunedirs="`find $topdir/meta* $layers -path '*/meta*/conf/machine/include'`" |
169 | [ -n "$tunedirs" ] || echo_error "Can't find the tune directory" | 169 | [ -n "$tunedirs" ] || echo_error "Can't find the tune directory" |
170 | all_archs=`grep -r -h "^AVAILTUNES " $tunedirs | sed -e 's/.*=//' -e 's/\"//g'` | 170 | all_archs=`grep -r -h "^AVAILTUNES .*=" $tunedirs | sed -e 's/.*=//' -e 's/\"//g'` |
171 | # Add the qemu and native archs | 171 | # Add the qemu and native archs |
172 | # Use the "_" to substitute "-", e.g., x86-64 to x86_64 | 172 | # Use the "_" to substitute "-", e.g., x86-64 to x86_64 |
173 | # Sort to remove the duplicated ones | 173 | # Sort to remove the duplicated ones |