Our distribution is Digi Embedded Yocto (DEY), so use that to mark the upstream status of the patches in our layer. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This avoids a QA error that is triggered if a patch is missing said tag https://onedigi.atlassian.net/browse/DEL-9011 Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
Also move files from generic 'files' folders to a more specific '${BP}' or '${BPN}' folders. This is recommended to speed up the fetch of files from the local machine, as the search is done in a certain order: ${BP}, ${BPN}, and 'files'. More info: http://thread.gmane.org/gmane.linux.embedded.yocto.general/23550/focus=23576 https://jira.digi.com/browse/DEL-1558 Signed-off-by: Javier Viguera <javier.viguera@digi.com>