Tim Orling 2841449527 bitbake: layerindexlib: fix missing layer branch backtrace 1 year ago
..
tests 2e78ec95be bitbake: bitbake: replace http with https for URLs 3 years ago
README 1ac19d1bf1 bitbake: layerindexlib: Initial layer index processing module implementation 6 years ago
__init__.py 2841449527 bitbake: layerindexlib: fix missing layer branch backtrace 1 year ago
cooker.py 09a62d96c7 bitbake: lib: Replace remaining "blacklist"/"whitelist" usage 3 years ago
plugin.py 0ac5174c7d bitbake: lib: remove unused imports 5 years ago
restapi.py 2e78ec95be bitbake: bitbake: replace http with https for URLs 3 years ago

README

The layerindexlib module is designed to permit programs to work directly
with layer index information. (See layers.openembedded.org...)

The layerindexlib module includes a plugin interface that is used to extend
the basic functionality. There are two primary plugins available: restapi
and cooker.

The restapi plugin works with a web based REST Api compatible with the
layerindex-web project, as well as the ability to store and retried a
the information for one or more files on the disk.

The cooker plugin works by reading the information from the current build
project and processing it as if it were a layer index.


TODO:

__init__.py:
Implement local on-disk caching (using the rest api store/load)
Implement layer index style query operations on a combined index

common.py:
Stop network access if BB_NO_NETWORK or allowed hosts is restricted

cooker.py:
Cooker - Implement recipe parsing