aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/build_sdktool.py
Commit message (Collapse)AuthorAgeFilesLines
* Scripts: Share a useful functionEike Ziller2024-11-121-9/+2
| | | | | | | To be used in upcoming scripts Change-Id: I56bb024f35b1feb156deae122235d09116d4eaa1 Reviewed-by: David Schulz <[email protected]>
* Build: Unify archive creationEike Ziller2024-11-111-2/+2
| | | | | | | | | Between building Qt Creator, extra plugins, and sdktool. This adds avoiding arm-specific 7zip methods to the sdktool build, which cannot be extracted with p7zip on Linux. Change-Id: Ibc8a18967b6c4e7869a4a86680da9005f70d498b Reviewed-by: David Schulz <[email protected]>
* COIN: Make independent from internal scriptsEike Ziller2024-10-281-0/+193
The coin scripts may no longer access the repository with the internal build scripts. Move (adapted versions of) the needed scripts into the repository itself. Change-Id: I0515b8d66bd917e32eaabf64a1c76cc852fbe5df Reviewed-by: Marcus Tillmanns <[email protected]>