iot-lab / iot-lab-yocto

IoT-LAB Yocto repository
13 stars 12 forks source link

include intelhex in yocto image for firefly #12

Closed rienafairefr closed 6 years ago

rienafairefr commented 6 years ago

Forgot to include intelhex in the installed recipes in yocto, which is needed for the firefly support

fsaintma commented 6 years ago

@rienafairefr if this package is only needed on gateway image you should include it in meta-iotlab/recipes-core/packagegroups/gateway-packagegroup.bb file. Indeed the meta-iotlab/recipes-core/images/iotlab-image.inc file is the default package list shared by all images (gateway, open A8, ..)

rienafairefr commented 6 years ago

it looks like it's already in open-a8 package group (meta-iotlab/recipes-core/packagegroups/open-a8-packagegroup.bb) I've moved the include in the gateway-packagegroup, if it's fine, we merge that in master then release once CI passes (we kinda need the firefly to work fine

fsaintma commented 6 years ago

@rienafairefr I'm sorry I didn't remember that we had this depedency in A8 image. so the good solution is to remove the depedency in A8 package group and put it only in iotlab-image.inc. A8 and gateway image will install this package. We are going round in circles :)

rienafairefr commented 6 years ago

OK, fixed it back, should be fine to merge :-)

rienafairefr commented 6 years ago

I don't have the write access to merge appparently :-)

fsaintma commented 6 years ago

Normally @rienafairefr I give you write access

rienafairefr commented 6 years ago

doesnt seem to work. Don't know why, maybe a ownership of the yocto different from the others

fsaintma commented 6 years ago

You wasn't in IoT-LAB team :) really strange. I have just added you and it will be ok.

rienafairefr commented 6 years ago

OK, merging :-)