Christopher Covington
Christopher Covington
I think a workaround is to copy [`mypy_default.ini`](https://github.com/ambv/flake8-mypy/blob/master/mypy_default.ini) to `mypy.ini` in your project folder, and set `mypy_config = mypy.ini` in the `[flake8]` section of your project's `setup.cfg`.
I've sometimes found it easier to set environment variables than write/modify configuration files: ``` export PIP_EXTRA_INDEX_URL="https://${FURY_AUTH}:@pypi.fury.io/${USER}/" ```
We have repartitioned (changed the offsets). To handle this, we set the mtdparts= kernel command line and reboot to create a "flash0" partition, mtd5, that covers the whole chip, and...
Yes, the code is at https://github.com/facebook/openbmc/tree/helium/common/recipes-utils/pypartition/files. I've been creating a tarball containing `check_image.py virtualcat.py partition.py system.py improve_system.py` and using the following commands to upgrade: ``` # set new_image old_image pypartition_url...
My quick workaround for the /etc/issue check was to run the following before improve_system.py: `sed -i 1s/Open\ BMC/OpenBMC/ /etc/issue`. If you'd like to submit your patch, I'd be happy to...
I'm using the flash-wedge file, which has the following concatenated contents: raw U-Boot binary, (zeroed out) firmware environment variable storage, kernel wrapped in a "legacy" U-Boot header, and root filesystem...
I've run into messages like that too, but don't have a solution yet. My first thought was that I should run fsck, but apparently there's isn't one implemented for jffs2....
The SSH server and ping should come up without any changes. Are you using IPv4, IPv6, or both? Are there any useful log messages from dhclient or sshd in /var/log/messages?...
Does this reproduce on the 4.1 kernel in a build from the Helium branch?
See also #4199