summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2022-12-13uprev-srcrev: remove imx-sc-firmware-toradexFrancesco Dolcini
Remove SCFW uprev, we do not plan to update this with BSP5 and currently the build is failing because of an updated licence. In case of a maintenance release we will have to manually update the sha. Related-to: ELB-4917 Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
2021-12-14uprev-srcrev: fix uprev of tezi buildMax Krummenacher
Uprev all recipes used by the Toradex Easy Installer. Do this by refactoring the list of recipes in a bsp list used for all builds and add the additional ones for TEZI and Torizon. Related-to: AUT-932 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-09-07scripts: uprev-srcrev: add teziPhilippe Schenker
Relates-to: ELB-4127 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2021-06-02uprev-srcrev: update after rename of u-boot-toradex-tk1Marcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2021-04-22uprev-srcrev: return status of subprocess callssamuel.bissig
So far exceptions have been catched in the python script and have not been reported back to caller. The status code of the script was always 0. This makes it impossible to the build scripts to react on failed runs of uprev-srcrev tool. In case a recipe can not be found, patching further recipes gets skipped and a status code not equal to 0 is returned. Signed-off-by: samuel.bissig <samuel.bissig@toradex.com>
2021-04-07uprev-srcrev: uprev to imx-sc-firmware-toradex_1.7.0Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-01-29uprev-srcrev: uprev to linux-toradex_5.4-2.3.xDenys Drozdov
Signed-off-by: Denys Drozdov <denys.drozdov@toradex.com>
2020-11-17uprev-srcrev: uprev different lists depending on the projectMax Krummenacher
Use two lists of recipes which should be upreved, one for tdxref and one for Torizon builds. Currently Torizon has additionally the linux kmeta repo but lacks the Apalis TK1 U-Boot. Relates-to: AUT-507 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-11-17uprev-srcrev: change fetch policy to fetch from remote repoMax Krummenacher
Force BB_SRCREV_POLICY to 'clear'. Thus the fetcher queries the remote git repo for the latest HEAD and does not rely on the copy in the local download directory. With this, we can change CI to run uprev-srcrev before building the images if we want to build latest HEAD of our components rather than using AUTOREV through use-head-next. This prevents that a push to the repos during a build might cause build errors. Related-to: AUT-528 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-09-16uprev-srcrev: add imx-sc-firmware supportStefan Agner
Add imx-sc-firmware to the list of recipes to update src rev. This recipe is now a regular recipe (not a bbappend) and hence can be used uprev'ed using recipetool. Related-to: AUT-355 Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2020-09-07uprev-srcrev: add Toradex specific script to uprev all recipesStefan Agner
Create a Toradex specific script which loops through all recipes using AUTOREV and updates them to the current git hash. Related-to: AUT-355 Signed-off-by: Stefan Agner <stefan.agner@toradex.com>