New comment by cinerea0 on void-packages repository https://github.com/void-linux/void-packages/pull/27917#issuecomment-764071602 Comment: After a discussion with someone from the SOF project, and based on what I've read here, I think we should leave the tools out of this package because they're really only going to be used by firmware developers. If it becomes necessary in the future, I'll package the tools by building them from source. As for the patch I posted earlier, I realized I don't actually need it. The following `do_install` function takes care of installation without the patch: ```shell do_install() { vlicense LICENCE.NXP vmkdir usr/lib/firmware/intel export ROOT=${DESTDIR}/usr export SOF_VERSION=v${version} ./go.sh } ```