makefiles/patches/README.md
Howto create a python 3.10+ patch
- Checkout voltha-docs
- cd voltha-docs
- make venv
- make patch-init
- modify the file to be patched beneath staging/${relative_path_to_patch}
- make patch-create PATCH_PATH=${relative_path_to_patch} o This will create patches/${relative_path_to_patch}/patch
- Verify o make sterile o make venv
Howto apply python 3.10+ patches
See repo:voltha-docs for a working example.
- Modify Makefile
- Add target
[EOF]