summaryrefslogtreecommitdiffstats
path: root/scripts/lib/compatlayer/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* yocto-compat-layer.py: make signature check code reusablePatrick Ohly2017-07-061-0/+66
* yocto-compat-layer.py: tolerate broken world builds during signature diffPatrick Ohly2017-07-061-1/+6
* yocto-compat-layer.py: avoid adding layers more than oncePatrick Ohly2017-07-061-2/+15
* yocto-compat-layer: better handling of per-machine world build breakagePatrick Ohly2017-04-131-2/+14
* yocto-compat-layer: test signature differences when setting MACHINEPatrick Ohly2017-04-131-2/+5
* yocto-compat-layer: also determine tune flags for each taskPatrick Ohly2017-04-121-1/+8
* yocto-compat-layer: limit report of signature changesPatrick Ohly2017-04-101-0/+32
* yocto-compat-layer: fix also other command invocationsPatrick Ohly2017-04-101-7/+16
* yocto-compat-layer.py: Fix the signature validationMark Hatle2017-04-051-3/+4
* compatlayer/__init__.py: Allow add_layer to process recursive depsMark Hatle2017-04-051-5/+35
* scripts/lib/compatlayer: detect_layers always use realpath'sAníbal Limón2017-03-311-0/+1
* scripts/yocto-compat-layer.py: Add dependency validation in add_layerAníbal Limón2017-03-291-1/+5
* scripts/yocto-compat-layer.py: Handle layer dependencies when testAníbal Limón2017-03-221-1/+28
* scripts/yocto-compat-layer.py: Add option to disable layer autodiscoveryAníbal Limón2017-03-221-5/+12
* scripts/lib/compatlayer: Remove require of meta- in layer dir nameAníbal Limón2017-03-221-1/+1
* scripts/compatlayer: Add exclude of meta-world-pkgdata on get_signaturesAníbal Limón2017-03-221-0/+14
* yocto-compat-layer: improve error handling in signature creationPatrick Ohly2017-03-161-11/+9
* yocto-compat-layer.py: Add script to YP Compatible Layer validationAníbal Limón2017-03-041-0/+163