mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
![]() If we aren't doing a full refresh, when changes to an included/required file or an inherited class occur we need to update all of the files that depend on them. BitBake records these dependencies, so read them and record them against each recipe. At the moment this only handles dependencies within the same layer; that is probably sufficient to handle most changes for the purposes of extracting the data this application cares about. A future improved solution will probably involve making use of BitBake's cache rather than and parsing all layers and their dependencies rather than individual recipes. This change also adds -x/--nofetch and -n/--dry-run options for debugging as well as some further debug messages. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> |
||
---|---|---|
.. | ||
static | ||
templatetags | ||
__init__.py | ||
about.html | ||
admin.py | ||
detail.html | ||
forms.py | ||
index.html | ||
models.py | ||
rawrecipes.txt | ||
recipedetail.html | ||
recipes.html | ||
simplesearch.py | ||
submitemail.txt | ||
submitlayer.html | ||
submitthanks.html | ||
update.py | ||
urls.py | ||
views.py | ||
widgets.py |