aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/aglsetup.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-11-23Fix SOURCEDIR, BUILDDIR and similar when `cd` prints to stdoutHenrique Ferreiro1-3/+3
Several variables containing directories in `aglsetup.sh` and other scripts use the common one-liner "cd $DIR && pwd -P" to resolve symlinks. Unfortunately, in some cases, `cd` writes the new directory to stdout, e.g. when using multiple search paths. This commit changes the above to "cd $DIR > /dev/null && pwd -P" to make it more robust. Change-Id: I150ecc9940d88738cf17add68290c35486a81a3b Signed-off-by: Henrique Ferreiro <hferreiro@igalia.com>
2016-07-05new configuration templates based on fragmentsStephane Desneux1-0/+60
This is the application of the process proposed here: https://lists.linuxfoundation.org/pipermail/automotive-discussions/2016-June/002232.html Bug-AGL: SPEC-180 Change-Id: I5a7015fa810547a9ecf4fb096367323af3cdc670 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>