Skip to content

iop: feeds_update: Generate list of feed-devices dirs

Andreas Gnau requested to merge agnau-private-devices into devel
iop: feeds_update: Generate list of feed-devices dirs

During feeds_update, generate a list of directories that contain
additional device profiles. Via some includes in the target image
Makefiles, any <BOARD/image/<SUBTARGET>.mk inside those directories will
get included, thus allowing to extend the list of devices from an
external feed. Motivation for this is that the external feed might have
a different access permission than the target-definition.

This code should probably live in the Perl script scripts/feeds in the
future, but for now, while we are experimenting with the feature, the
existing approach in feeds_update is considered good enough.
Edited by Andreas Gnau

Merge request reports