Date
1 - 1 of 1
[layerindex-web][PATCH 0/3] Fixes for updates
Tim Orling
This series includes fixes to allow update.py to run on 'master', by
providing a check for the BB_ENV_PASSTHROUGHS_ADDITIONS variable renaming in bitbake 2.0+. To do so, an 'is_commit_ancestor' check is added to allow for checking if a particular commit hash is present in a checked out repo (e.g. bitbake). Also included is an improvement on the prior patch to ignore 'core' in BBFILES_COLLECTIONS (logging a debug message rather than a warning for the case where 'core' is ignored). The following changes since commit 4dd7f0ee8f31df927c3862677dc59636988d8dfd: layerindex/models.py: add Inactive-Upstream (2022-04-18 12:56:51 -0700) are available in the Git repository at: git://git.yoctoproject.org/layerindex-web timo/fixes2 http://git.yoctoproject.org/cgit.cgi/layerindex-web/log/?h=timo/fixes2 Tim Orling (3): layerindex/utils.py: add is_commit_ancestor check recipe{desc,parse}.py: BB_ENV_PASSTHROUGH_ADDITIONS layerindex/utils.py: ignore 'core' in BBFILES_COLLECTIONS layerindex/recipedesc.py | 8 +++++++- layerindex/recipeparse.py | 7 ++++++- layerindex/utils.py | 29 ++++++++++++++++++++++++++++- 3 files changed, 41 insertions(+), 3 deletions(-) -- 2.32.0
|
|