Krzysztof Kozlowski
Krzysztof Kozlowski
Hi, I try to overwrite the property value with something like: ``` steps.SetPropertyFromCommand(some_command, property='my-long-property-name-it-is-really-long-but-not-too-much'), haltOnFailure=True) steps.SetProperty(property='my-long-property-name-it-is-really-long-but-not-too-much'), value='new value', haltOnFailure=True) ``` The build fails with exception: ``` 2020-06-08 17:32:55+0200 [-] step...
musl provides only standard basename() which accepts non-const string. This fixes build error with musl C library: | sysfs.cc: In function 'std::__cxx11::string sysfs_getbustype(const string&)': | sysfs.cc:102:21: error: 'basename' was not...
Add support for Digital Microphones DMIC01 on Qualcomm X1E80100 CRD board.
'packaging' module (e.g. python3-packaging on Ubuntu) is required for grok-fsck: ``` $ grok-fsck -v --repack-only -c /etc/grokmirror/kernel.conf Analyzing /var/lib/mirror/manifest.js.gz Traceback (most recent call last): File "/usr/local/bin/grok-fsck", line 11, in sys.exit(command())...
I updated my Buildbot from v3.11.2 to v4.0.2 and "about" template stopped working. It looks like it is entirely ignored after that upgrade. Nothing in the logs about errors parsing...