aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-framework/tensorflow/tensorboard_1.12.2.bb
AgeCommit message (Collapse)Author
2019-08-09fix `Failed to extract install_base_key' while running bazelHongxu Jia
1. The problem is the binary is edited after by setting the rpath. Which might mess up with zip data, you might want to run zip -A on Bazel. It stills needs to extract the install key to verify it does not need to extract all the remaining parts. Also Bazel contains other C++ binary and you are going to run in the rpath problem all the time. https://github.com/bazelbuild/bazel/issues/2978 2. Since binary bazel in recipe-sysroot-native is a hardlink, while multiple recipes invoke one bazel at the same time, there is probably a race error ... FATAL: Failed to open Bazel as a zip file: (error: 5): Input/output error ... Copy and run a duplicated bazel could workaround it Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09tensorboard: add version 1.12.2Hongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>