aboutsummaryrefslogtreecommitdiffstats
path: root/layerindex/update_layer.py
AgeCommit message (Expand)Author
2024-01-22layerindex/update_layer.py: enable classes-global,-recipeTim Orling
2024-01-22global: deprecated pkg_resources parse_versionTim Orling
2024-01-03layerindex: improve updates for actual_branchTim Orling
2023-11-16update_layer.py: checkout dep layers as wellTim Orling
2022-12-16global: replace deprecated distutilsTim Orling
2022-01-13layerindex/*: make all shebangs python3Tim Orling
2021-10-20update: fix setup of BBLAYERSPaul Eggleton
2021-04-21Add SPDX license headers to layerindex-web source filesMeh Mbeh Ida Delphine
2019-12-09update: ensure removed recipe dependencies are removed from dbPaul Eggleton
2019-11-21Add recipe dependencies toolPaul Eggleton
2019-10-21Track SRCREV for each recipePaul Eggleton
2019-10-14update.py: Allow bitbake to live in a subdirectory of a repositoryMark Hatle
2019-10-02Track PE and PR for recipesPranay Mankad
2019-07-17Record configure optionsPaul Eggleton
2019-07-17Split out recipe dependency handling to its own functionPaul Eggleton
2019-02-14Record patch application order and use as default sortingPaul Eggleton
2019-02-14Split out patch status read to a method on the Patch modelPaul Eggleton
2019-02-14Replace use of assert with exceptionsPaul Eggleton
2019-02-14Fix errors due to races deleting bitbake temp filesPaul Eggleton
2018-11-06Track and enable reporting on duplicate inc filesPaul Eggleton
2018-10-01update: allow patch parsing to work with python 2Paul Eggleton
2018-10-01update: fix confusing debug message on renaming bbappendPaul Eggleton
2018-10-01update: fix error on LAYERRECOMMENDS failurePaul Eggleton
2018-09-27update: fix regression caused by previous temp dir fixPaul Eggleton
2018-08-24update: add option to stop immediately on parse errorsPaul Eggleton
2018-08-14update_layer: improve exception handlingPaul Eggleton
2018-07-19update: fix handling of moves outside of a layerPaul Eggleton
2018-07-09update_layer: avoid errors on modified & renamed filesPaul Eggleton
2018-07-09update_layer: drop debug message for deleting recipe file dependenciesPaul Eggleton
2018-07-09update.py: check whether branch existed when nocheckoutRobert Yang
2018-07-09update_layer.py: avoid calling setup_core_layer_sys_path() when --initialRobert Yang
2018-05-04Implement patch trackingPaul Eggleton
2018-05-04Save recipe source URLsPaul Eggleton
2018-04-24update_layer.py: move layer validation to update.py (Performance improve)Robert Yang
2018-02-05update_layer.py: only call init_parser when neededRobert Yang
2018-01-09update_layer: fix handling of database errorsPaul Eggleton
2017-12-21update_layer: fix handling of get_or_create()Paul Eggleton
2017-12-21update_layer: fix duplicate PACKAGECONFIG itemsPaul Eggleton
2017-12-18update_layer.py: Save and show recipe dependenciesAmanda Brindle
2017-10-03update: allow preserving temp directoryPaul Eggleton
2017-07-21update_layer.py: delete layerbranch for non-existent branchRobert Yang
2017-07-21update_layer.py: move the location of transaction.atomic()Robert Yang
2017-07-21update_layer.py: remove --update-dependenciesRobert Yang
2017-07-21update.py: update layers in dependency orderRobert Yang
2017-07-21update_layer.py: set layerbranch's collection before add_dependenciesRobert Yang
2017-07-21layerconfparse.py: remove unused layerbranch from parse_layer()Robert Yang
2017-03-14update_layer.py: use DISTRO_NAME as primary distro short descriptionPaul Eggleton
2017-01-18update_layer: fix tinfoil shutdown check to work for fido branchPaul Eggleton
2017-01-16update: fix logic for updating layer dependencies at the endPaul Eggleton
2017-01-16update_layer: fix tinfoil shutdownPaul Eggleton