python3-pyelftools: Add DWARF-5 support
python3-pyelftools 0.26 can't handle DWARF-5, which is generated by default
by modern toolchains (clang 12+, gcc 11+).
Update it to 0.27 with an extra patch taken from upstream git to support
DWARF-5 so we can use it (e.g. in the Zephyr kernel test suite) without
switching the toolchains back to DWARF-4.
Signed-off-by:
Bernhard Rosenkränzer <bernhard.rosenkraenzer.ext@huawei.com>
Showing
- meta-ohos-core/recipes-devtools/python/python3-pyelftools/dwarf5-constants.patch 35 additions, 0 deletions...devtools/python/python3-pyelftools/dwarf5-constants.patch
- meta-ohos-core/recipes-devtools/python/python3-pyelftools/dwarf5.patch 260 additions, 0 deletions...e/recipes-devtools/python/python3-pyelftools/dwarf5.patch
- meta-ohos-core/recipes-devtools/python/python3-pyelftools_0.27.bb 23 additions, 0 deletions...s-core/recipes-devtools/python/python3-pyelftools_0.27.bb
Loading
Please register or sign in to comment