aboutsummaryrefslogtreecommitdiffstats
path: root/classes/unsupportarch.bbclass
AgeCommit message (Collapse)Author
2021-08-09Convert to new override syntax using latest convert-overrides.py scriptHongxu Jia
This patch is the result of running the latest convert-ovrrides.py script. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2020-12-15tensorflow: update cross compile supportHongxu Jia
- CROSSTOOL files are no longer supported after Bazel v0.26+, so converted over to the new toolchain config format - Support 32 bit x86 and 64 bit x86 for Yocto - Support 32 bit arm and 64 bit arm (aarch64) for Yocto Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2020-04-08classes/unsupportarch.bbclass: skip libn32 on qemumips64Hongxu Jia
Do not support libn32-tensorflow on qemumips64, it introduces many build failures, we do not plan to maintain them. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2020-04-08add bbclass unsupportarch to skip all involved recipesHongxu Jia
Tensorflow does not work on some arch, add bbclass to skip all involved recipes. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>