4 Commits

Author SHA1 Message Date
Dmitry Baryshkov
c2580ea292 scripts/install: correct wildcard clause
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>
2025-01-17 05:21:24 +02:00
Dmitry Baryshkov
acfb8528b1 scripts/install.sh: determine licence from WHENCE
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>
2025-01-17 04:50:07 +02:00
Dmitry Baryshkov
d7fa4d97d2 scripts/install.sh: copy licence file to the installed location
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>
2024-11-05 14:35:16 +00:00
Dmitry Baryshkov
d0d30e1bfb Makefile: implement simple installation infrastructure
Implement a way to install the files into the proposed location.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2024-10-08 11:55:31 +02:00