iot-lab / iot-lab-yocto

IoT-LAB Yocto repository
13 stars 12 forks source link

pyocd in image for microbit #14

Closed rienafairefr closed 6 years ago

rienafairefr commented 6 years ago

Fix a missing package, pyocd, to properly support microbit Testesd working on devlille on a CI gateway

aabadie commented 6 years ago

I'm just wondering if the recipe should be located in the python folder of the devtools instead, since it's using the setuptools.

rienafairefr commented 6 years ago

In the case of python-msp430-tools that was added for the tmotesky, also using setuptools, I've put it in recipes-devtools. I think you're right, this should all be in python/ subfolder

rienafairefr commented 6 years ago

I moved msp-430, cc2538, pyocd to the python/ folder, then fixed the dependencies in pyOCD (I needed to backport some bitbake recipes from meta-openembedded), tests are finally passing on devlille's microbit, with the image built on my laptop. Thanks @fsaintma for the help