summaryrefslogtreecommitdiff
path: root/buildstream/plugins/elements
Commit message (Expand)AuthorAgeFilesLines
* Fix timestamps in Python bytecodefix-pyc-timestampsMathieu Bridon2017-09-292-0/+4
* Add element plugin node validationsTristan Maat2017-09-144-0/+18
* element.py and plugins: Changed Element.strict_rebuild APITristan Van Berkom2017-08-301-1/+5
* compose.py plugin: Expose a new `exclude` option.compose-excludeTristan Van Berkom2017-08-292-19/+38
* import.py: Implement generate_script() for source bundlesJürg Billeter2017-08-221-0/+26
* Add a pip elementMathieu Bridon2017-08-102-0/+65
* makemaker.py: Fix typo in commentMathieu Bridon2017-08-101-1/+1
* compose.py plugin: Mark for strict_rebuildTristan Van Berkom2017-07-291-0/+2
* dpkg_build.yaml: Remove useless debiandir from artifactsJonathan Maw2017-07-271-0/+4
* Fix dpkg_build and dpkg_deploy documentation using wrong script namesJonathan Maw2017-07-272-6/+6
* dpkg_build.py: Prevent cache-key changing mid-buildJonathan Maw2017-07-261-1/+16
* dpkg_deploy.yaml: Removed a line of whitespace which had floating tabsTristan Van Berkom2017-07-191-1/+0
* dpkg-deploy: Add an element that creates debian packagesJonathan Maw2017-07-192-0/+294
* dpkg-build.py: Add a build element for debian sourcesJonathan Maw2017-07-192-0/+280
* compose.py: Ensure include list order does not effect cache keysTristan Van Berkom2017-07-051-1/+1
* compose.py: Simplify cache key generationJürg Billeter2017-07-051-30/+1
* script.py: Added documentationTristan Van Berkom2017-07-011-0/+6
* x86image.yaml: Fixing non-standard initTristan Van Berkom2017-07-011-1/+1
* compose.py: Fix possibility of referencing undefined variableTristan Van Berkom2017-06-221-0/+1
* import.py: Raise an error for elements that have no sourcesSam Thursfield2017-06-151-2/+6
* import.py: Raise an error when no files are foundSam Thursfield2017-06-151-1/+5
* script.py: Allow layout members without an element.Tristan Van Berkom2017-06-141-1/+1
* x86image.py: Added a None layout element at /buildstreamTristan Van Berkom2017-06-141-0/+1
* x86image: Fix erroneous call to validate_layoutJonathan Maw2017-06-131-4/+0
* stack.py: Adapting to Element API churnTristan Van Berkom2017-06-121-0/+6
* import.py: Adapting to Element API churnTristan Van Berkom2017-06-121-0/+6
* compose.py: Adapting to Element API churnTristan Van Berkom2017-06-121-5/+11
* x86image.py: Fix typo s/x86-image/x86imageTristan Van Berkom2017-06-061-1/+1
* x86image.yaml: Removed root-read-only configurationTristan Van Berkom2017-06-061-1/+0
* Jonathan/enhance script elementJonathan Maw2017-06-064-141/+255
* script element: Make 'collect' keyword actually optionalSam Thursfield2017-05-241-3/+1
* Added __init__.py to the plugin subdirectories.Tristan Van Berkom2017-05-241-0/+0
* script element: interim hacksTristan Van Berkom2017-05-242-25/+33
* meson plugin: Added %{meson-args} and %{meson-extra} variablesTristan Van Berkom2017-05-201-13/+17
* distutils plugin: Added %{install-args} variableTristan Van Berkom2017-05-201-3/+6
* cmake plugin: Added %{cmake-args} and %{cmake-extra} variablesTristan Van Berkom2017-05-201-2/+7
* autotools plugin: Added %{conf-extra} variableTristan Van Berkom2017-05-201-1/+2
* autotools.yaml: Declare configure args separately from the command itselfTristan Van Berkom2017-05-151-13/+17
* cmake build element: Added cmake libdir definition to defaultsTristan Van Berkom2017-05-141-1/+5
* compose.py element plugin: Take into account modified files in integrationTristan Van Berkom2017-04-031-3/+14
* compose.py plugin: Improved loggingTristan Van Berkom2017-04-031-2/+15
* script.py plugin: Stage input in the RUN scope, not BUILD scopeTristan Van Berkom2017-04-031-1/+1
* Added new script element.Tristan Van Berkom2017-04-022-0/+183
* compose.py: Fixed preflight error to include selfTristan Van Berkom2017-03-161-1/+1
* compose.py: Removed unused import of re moduleTristan Van Berkom2017-03-161-1/+0
* compose.py: Fixed comment to use its, not it'sTristan Van Berkom2017-03-151-1/+1
* element.py: Added stage_dependencies() convenience function.Tristan Van Berkom2017-03-151-7/+5
* Added new compose elementTristan Van Berkom2017-03-152-0/+186
* import.py: Fixed to use new sandbox APITristan Van Berkom2017-03-141-3/+1
* meson.yaml: Fixed to be correct yaml, syntax highlighting now works in docs.Tristan Van Berkom2017-03-101-3/+9