summaryrefslogtreecommitdiffstats
path: root/scripts/envsetup.sh
Commit message (Collapse)AuthorAgeFilesLines
* Ignore configuration templates to avoid duplicate inclusion of stuffAnton Gerasimov2018-01-051-9/+1
| | | | | | | | | Cherry-picked (e31b5428a4dff2b5d68daf34f079c4789c0c5d4b) from pyro, but leaving out the IMAGE_ROOTFS_EXTRA_SPACE part. This fixes a bug that was rather tough to track down. The duplicated layer meant that the same patch for pseudo was getting applied twice, which caused a loud error instead of just getting skipped.
* scripts/envsetup.sh: Use machine specific local.confLeon Anavi2017-08-181-1/+9
| | | | | | | | | | | Use the configurations for local.conf provided by layer meta-updater-* (depending on the machine) if variable TEMPLATECONF has not been set. Otherwise, if the variable is not set or if the layer does not provide any configurations then the default will be used (just as before this change). Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* Fix new/existing build directory logicPhil Wise2017-06-261-1/+3
|
* Quote all bash variablesShaun Taheri2017-06-261-36/+18
|
* Fix script directory in zshShaun Taheri2017-06-261-4/+7
|
* Replace includes with bblcassesAnton Gerasimov2017-04-261-7/+1
| | | | | | They are more flexible and allow tricks like conditionally inheriting machine-related classes from the main one which makes things easier for external users like AGL
* Set default DISTRO, disable prelinkPhil Wise2017-04-201-0/+1
| | | | | | Setting the default DISTRO to include systemd means that the rvi-sota-client starts by default, making it work 'out of the box'. image-prelink seems to be broken at the moment, so I've disabled it by default.
* Replace TEMPLATECONF with agl-like config snippetsAnton Gerasimov2017-04-041-0/+53