Skip to content

Packages outside RIOT tree #15309

@jdavid

Description

@jdavid

Description

It's not possible to make packages outside of RIOT's tree, the way it can be done for modules with EXTERNAL_MODULE_DIRS. I get:

make[1]: *** /home/jdavid/sandboxes/UiO/wsn_riot/RIOT/pkg/arduino_sparkfun_bme280: No such file or directory.  Stop.

I added the package to our own tree wsn_riot/pkg but it looks for the package in RIOT's tree. Tried adding EXTERNAL_MODULE_DIRS, didn't find a way in the documentation.

We have to package many Arduino libraries for sensors and it would be easier to do if it was possible to package them out of RIOT's tree, as it's possible to do with sys modules and drivers. This would help others that need the same.

Useful links

None. This concerns the RIOT build system.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions