[PATCH meta-tensorflow 0/3] remove tensorflow DISTRO_FEATURES and Python version check
Quentin Schulz <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
tflite used to not be able to compile on Python 3.14 that is in OE-Core and required to use the backported 3.13 Python recipe. Since, tflite has been updated and now supports 3.14 therefore the work-around isn't needed anymore. Some cleanup was done but not entirely, this cleans up the remaining parts. Add b4 config file so contribution is easy with b4. Fix mailing list address in MAINTAINERS.md. Signed-off-by: Quentin Schulz <[email protected]> --- Quentin Schulz (3): add basic b4 config file MAINTAINERS.md: fix mailing list address fully remove unneeded python3 work-around for tflite .b4-config | 3 +++ BUILD.md | 3 --- MAINTAINERS.md | 2 +- classes/tensorflow_ver.bbclass | 20 -------------------- 4 files changed, 4 insertions(+), 24 deletions(-) --- base-commit: 078ed7b791faa38553ecf8e93048bd463f6edc8f change-id: 20260423-python3-14-tflite-9ba5640a0c42 Best regards, -- Quentin Schulz <[email protected]>