summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2021-10-11scripts: uprev-srcrev: add teziPhilippe Schenker
Relates-to: ELB-4127 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> (cherry picked from commit e73336f9ff769414c5090640b6f33dc7b3169afb)
2021-08-14layer: convert to new override syntaxMax Krummenacher
This is the result of automated script (0.9.3) conversion: ../openembedded-core/scripts/contrib/convert-overrides.py . +# meta-toradex-distro +vars = vars + ["preempt-rt","tdx","upstream"] +# meta-toradex-* machines +vars = vars + ["apalis-","colibri-","verdin-","tegra124"] +# meta-freescale +vars = vars + ["imx","mx6","mx7","mx8","use-mainline-bsp","use-nxp-bsp"] converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-06-04uprev-srcrev: update after rename of u-boot-toradex-tk1Marcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> (cherry picked from commit 390fb8af9c4b2b13b891df6907b96ee53d201e5f)
2021-05-24uprev-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> (cherry picked from commit a5fcc0566de94d92f78ab156f641ac5dc58855fc)
2021-05-24uprev-srcrev: uprev to imx-sc-firmware-toradex_1.7.0Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 632db61f177acf18df79d40fefdf1c662c6233a8)
2021-01-28wip: uprev-srcrev: uprev to linux-toradex_4.4-2.3.xDenys Drozdov
Signed-off-by: Denys Drozdov <denys.drozdov@toradex.com>
2020-12-08uprev-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-12-08uprev-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> (cherry picked from commit e3c9f089b2dd3b807d97dec80fa15a5d13f86cea)
2020-09-16uprev-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> (cherry picked from commit 35fd1b9ead35b45a590b0a478f9ca11512d05921)