BLUF: How do I include firmware in the image install process?
DISCUSSION: I am building a custom LibreELEC fork to test specific hardware (Intel Compute Stick STCK1A8LFC).
I have taliored the build scripts to target "silvermont" for both -march and -mtune and have successfully built the
RTL8723BS RIO WIFI driver. However, there are two firmware files that I believe need to be included. I can manually
add them but I would rather include it in the automated build/install process.
I appoligize for posing this question, but I have read through the git repo, wiki, forums, and Google with no luck.