intel / intel-iot-refkit

MIT License
35 stars 61 forks source link

meta-ros: pull in latest layer #315

Closed rojkov closed 7 years ago

rojkov commented 7 years ago

New commits are

1b360b4 robot-model: updating to 1.11.14 c2ecb6e laser-filters: updating to 1.8.5 3cb48e5 image-transport-plugins: tie recipes to git revision instead of dynamically generated tarballs 22e8967 enable CI builds a211d16 capabilities: tie recipe to git revision instead of dynamically generated tarball dfeb9aa yaml-cpp: tie recipe to git revision instead of dynamically generated tarball c34a5e8 moveit: tie recipe to git revision instead of dynamically generated tarball

mythi commented 7 years ago

test this please

okartau commented 7 years ago

CI job hanging > 10h, in cve-check-tool, I killed cve-check process, will likely fail job. Try again: test this please

rojkov commented 7 years ago

The test fails in testsdkext/layers/meta-ros/lib/recipetool/create_catkin.py. meta-ros's recipetool plugin depends on the lxml module. I presume it must be installed in the host system to work correctly. Or the SDK is meant to contain all the needed python libs?

mythi commented 7 years ago

@rojkov python3-lxml is not in oe-core so the buildtools-tarball cannot depend on it. try TOOLCHAIN_HOST_TASK_append = " nativesdk-python3-lxml" in buildtools-tarball.bbappend if that helps?