Tim Orling

Results 13 issues of Tim Orling

https://docs.python.org/3.6/whatsnew/3.6.html#pep-526-syntax-for-variable-annotations https://www.python.org/dev/peps/pep-0526

What's New In Python 3.6

In Python 3.10, 'distutils' is deprecated and is slated for removal in Python 3.12. Switch from distutils.core to setuptools. This also allows the 'wheel' binary archive format to be built...

Rather than always require the separate mock module, try to use unittest.mock if it is available Signed-off-by: Tim Orling

In Python 3.10, 'distutils' has been deprecated and is slated for removal in Python 3.12. Switch from 'distutils.core' to 'setuptools'. This also allows for the 'wheel' binary archive format to...

This series mostly fixes deprecated distutils usage, but also changes the release compatibility from 'honister' to 'kirkstone' a0e7adc03 ros_catkin.bbclass: inherit setuptools3-base 876a5e210 python3-pydot: inherit setuptools3 d0a89e1cc python3-empy: patch to use...

The -g CFLAG injects the build path into DW_AT_comp_dir which breaks reproducible builds for the debug target. See for instance: https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20231208-rfbproj4/packages/diff-html/

In the Yocto Project/OpenEmbedded we typically run our python tests with `pytest --automake`. This pull request makes the import of tests.utils more explicit so that pytest finds the modules. Also...

**- What I did** 1. Re-enable `u-boot` for `raspberrypi5`. 2. Add the `meta-lts-mixins` `scarthgap/u-boot` layer to LAYERRECOMMENDS (so that, for instance, [layerindex](https://layers.openembedded.org) can know about the recommendation). 3. Update the...

avoids duplicate ninja rules for v8 used in host and target From: https://github.com/minrk/node/commit/5e533cb943eef68b270f55f0cba02c0ec67c699d Reported in https://github.com/nodejs/node/issues/46690 and https://github.com/nodejs/node/issues/37441

https://layers.openembedded.org/layerindex/updates/39383/ also, those additional layers each need to be submitted to the Layer Index. A layer is by definition conf/layer.conf, not just a git repository. Any layer that depends on...