Wildcard match in install.sh wasn't matching any patterns. Remove
quotations so that it matches anything, as expected.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
The SA8775P binaries have slightly different licence. In preparation to
adding them to the repo, determine licensing information from the WHENCE
file rather than always installing LICENSE.qcom.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Distributed archives should include licence files. Add all licence files
unconditionally to keep the dist.sh script simple.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Add support for 'make check', which performs several checks on the
WHENCE file contents and on the git repository contents.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
The WHENCE file in the repository documents all DSP binary sets, however
the release tarball includes only a subset of those. Filter out WHENCE
file to include only the entries that are a part of the release.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
In order to document licence applicable to the particular binaries set,
copy licence file next to the isntalled files.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>