sorry about that, right now the config files are placed in the files directory 
of the recipe which builds the module.

Sample snippets of the recipe concerning this config file, I removed the rest 
of lines.
SRC_URI = " \
file://config.json \
"

do_install_append() {
install -m 0644 ${WORKDIR}/config.json ${D}/etc/directory/
}

If I were to have the config files placed on a separate recipe, would that mean 
making multiple of these recipes depending on the number of projects?
I did thought also of adding it in the image recipe but probably this wouldn't 
look well if more things get added.

Thanks
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#54107): https://lists.yoctoproject.org/g/yocto/message/54107
Mute This Topic: https://lists.yoctoproject.org/mt/84171384/21656
Mute #yocto:https://lists.yoctoproject.org/g/yocto/mutehashtag/yocto
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to