summaryrefslogtreecommitdiff
path: root/buildstream/plugins/elements/manual.py
Commit message (Collapse)AuthorAgeFilesLines
* manual.yaml: Include strip commands in manual build elementTristan Van Berkom2017-01-071-0/+1
| | | | | This is a build element and is expected to build something, so lets give it strip power by default.
* Adding manual pluginTristan Van Berkom2016-12-311-0/+40
Basically just a usable BuildElement implementation. This replaces the previously existing 'build.py' placeholder plugin