diff options
author | 2021-04-22 19:36:20 +0300 | |
---|---|---|
committer | 2021-04-25 21:31:04 +0300 | |
commit | 19c2e063a2006b811def400e5e7d40041ffef3d5 (patch) | |
tree | 03d6601757b5847a79bec872c106fffc555e8d48 | |
parent | f8d25de4f652366bd86932e6831102de8dfe503a (diff) | |
download | meta-qcom-19c2e063a2006b811def400e5e7d40041ffef3d5.tar.gz meta-qcom-19c2e063a2006b811def400e5e7d40041ffef3d5.tar.bz2 meta-qcom-19c2e063a2006b811def400e5e7d40041ffef3d5.zip |
firmware-qcom-dragonboard820c: install dsp paritition image
Install an image with DSP shell and libraries.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
-rw-r--r-- | recipes-bsp/firmware/firmware-qcom-dragonboard820c_01700.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/firmware/firmware-qcom-dragonboard820c_01700.1.bb b/recipes-bsp/firmware/firmware-qcom-dragonboard820c_01700.1.bb index 0903441..bb0d9b6 100644 --- a/recipes-bsp/firmware/firmware-qcom-dragonboard820c_01700.1.bb +++ b/recipes-bsp/firmware/firmware-qcom-dragonboard820c_01700.1.bb @@ -21,6 +21,8 @@ do_install() { install -m 0444 ./proprietary-linux/adsp*.* ${D}${nonarch_base_libdir}/firmware/qcom/msm8996/ + install -m 0444 ./bootloaders-linux/adspso.bin ${D}${nonarch_base_libdir}/firmware/qcom/msm8996/ + install -d ${D}${sysconfdir}/ install -m 0644 LICENSE ${D}${sysconfdir}/QCOM-LINUX-BOARD-SUPPORT-LICENSE-${PN} } |